From 65db51eda87b6be1300fae92182f6f8241b627ad Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Wed, 13 Mar 2013 11:56:22 +0900 Subject: [PATCH] sync --- LICENSE | 204 ---- debian/changelog | 7 - debian/compat | 1 - debian/control | 32 - debian/copyright | 15 - debian/dirs | 2 - debian/docs | 0 debian/libaudiosessionmgr-0.install.in | 4 - debian/libaudiosessionmgr-0.postinst | 9 - debian/libaudiosessionmgr-0.preinst | 11 - debian/libaudiosessionmgr-dev.install.in | 3 - debian/libaudiosessionmgr-sdk-dev.install.in | 5 - debian/rules | 140 --- include/asm-log.h | 79 -- init/Makefile.am | 2 - init/Makefile.in | 359 ------ init/audiosessionmanager | 13 - src/audio-session-mgr-server.c | 1582 -------------------------- 18 files changed, 2468 deletions(-) delete mode 100644 LICENSE delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/docs delete mode 100644 debian/libaudiosessionmgr-0.install.in delete mode 100644 debian/libaudiosessionmgr-0.postinst delete mode 100644 debian/libaudiosessionmgr-0.preinst delete mode 100644 debian/libaudiosessionmgr-dev.install.in delete mode 100644 debian/libaudiosessionmgr-sdk-dev.install.in delete mode 100755 debian/rules delete mode 100755 include/asm-log.h delete mode 100644 init/Makefile.am delete mode 100644 init/Makefile.in delete mode 100644 init/audiosessionmanager delete mode 100644 src/audio-session-mgr-server.c diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 9c13a9b..0000000 --- a/LICENSE +++ /dev/null @@ -1,204 +0,0 @@ -Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 5fbf057..0000000 --- a/debian/changelog +++ /dev/null @@ -1,7 +0,0 @@ -audio-session-manager (0.1.19-0) unstable; urgency=low - - * Initial release - * Git: pkgs/a/audio-session-manager - * Tag: audio-session-manager_0.1.19-0 - - -- Seungbae Shin Tue, 03 Jan 2012 19:14:10 +0900 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index d436c1e..0000000 --- a/debian/control +++ /dev/null @@ -1,32 +0,0 @@ -Source: audio-session-manager -Section: libs -Priority: optional -Maintainer: Seungbae Shin , JongHyuk Choi -Uploaders: Younghwan Ahn , Jeongmo Yang -Build-Depends: debhelper (>= 5), autotools-dev, libslp-setting-dev, libmm-log-dev, libslp-sysman-dev, libsecurity-server-client-dev, libavsystem-dev -Standards-Version: 3.7.2 - -Package: libaudiosessionmgr-dev -XB-Public-Package: no -Section: libdevel -Architecture: any -Depends: libaudiosessionmgr-0 (= ${Source-Version}), libaudiosessionmgr-sdk-dev -Description: auido-session-manager development package for sdk build - -Package: libaudiosessionmgr-sdk-dev -Section: libdevel -Architecture: any -Depends: libaudiosessionmgr-0 (= ${Source-Version}), libslp-setting-dev, libmm-log-sdk-dev, libslp-sysman-dev -Description: auido-session-manager development package for sdk release - -Package: libaudiosessionmgr-0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libslp-setting-0, libmm-log, libslp-sysman, libsecurity-server-client-0, libavsystem-0 -Description: auido-session-manager package contains client library and daemon binary - -Package: libaudiosessionmgr-0-dbg -Section: debug -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libaudiosessionmgr-0 (= ${Source-Version}) -Description: auido-session-manager debug package (unstripped) diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 3498116..0000000 --- a/debian/copyright +++ /dev/null @@ -1,15 +0,0 @@ -Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - -Contact: Seungbae Shin - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index ca882bb..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e69de29..0000000 diff --git a/debian/libaudiosessionmgr-0.install.in b/debian/libaudiosessionmgr-0.install.in deleted file mode 100644 index aea1750..0000000 --- a/debian/libaudiosessionmgr-0.install.in +++ /dev/null @@ -1,4 +0,0 @@ -# if your module, creates shared libraries -@PREFIX@/lib/*.so* -@PREFIX@/bin/* -/etc/rc.d/* diff --git a/debian/libaudiosessionmgr-0.postinst b/debian/libaudiosessionmgr-0.postinst deleted file mode 100644 index 991f2da..0000000 --- a/debian/libaudiosessionmgr-0.postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -vconftool set -t int memory/Sound/SoundStatus "0" -i -if [ -n "`env|grep SBOX`" ]; then - echo "postinst: sbox installation skip lauching daemon" -else - echo "postinst: run audio-session-mgr-server again" - /usr/bin/audio-session-mgr-server& -fi diff --git a/debian/libaudiosessionmgr-0.preinst b/debian/libaudiosessionmgr-0.preinst deleted file mode 100644 index 41b5b2f..0000000 --- a/debian/libaudiosessionmgr-0.preinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -if [ -n "`env|grep SBOX`" ]; then - echo "postinst: sbox installation skip lauching daemon" -else - PID=`/bin/pidof audio-session-mgr-server` - if [ -n "$PID" ]; then - echo "preinst: kill current audio-session-mgr-server" - /usr/bin/killall -9 audio-session-mgr-server - fi -fi diff --git a/debian/libaudiosessionmgr-dev.install.in b/debian/libaudiosessionmgr-dev.install.in deleted file mode 100644 index 93c1cf5..0000000 --- a/debian/libaudiosessionmgr-dev.install.in +++ /dev/null @@ -1,3 +0,0 @@ -# if your module creates shared libraries -@PREFIX@/include/* - diff --git a/debian/libaudiosessionmgr-sdk-dev.install.in b/debian/libaudiosessionmgr-sdk-dev.install.in deleted file mode 100644 index 35f395e..0000000 --- a/debian/libaudiosessionmgr-sdk-dev.install.in +++ /dev/null @@ -1,5 +0,0 @@ -# if your module creates shared libraries -@PREFIX@/lib/*.la -@PREFIX@/lib/*.a -@PREFIX@/lib/pkgconfig/* - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index b5db4cd..0000000 --- a/debian/rules +++ /dev/null @@ -1,140 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_GNU_OS) - -CFLAGS ?= -Wall -g -LDFLAGS ?= -PREFIX ?= /usr -DATADIR ?= /opt - -CFLAGS += -fPIC - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -DMM_DEBUG_FLAG -else - CFLAGS += -O2 -DMM_DEBUG_FLAG -endif - - -# architecture is not arm -ifneq (, $(findstring arm, $(DEB_HOST_ARCH))) - # do something here for arm architecture - # do something here - OPTION= --enable-security -else - OPTION= --enable-security -endif - -LDFLAGS += -Wl,--rpath=$(PREFIX)/lib -Wl,--hash-style=both -Wl,--as-needed - -config.status: configure - dh_testdir - # Add here commands to configure the package. - dh_buildinfo generate cat - ./autogen.sh - CFLAGS="$(CFLAGS) -fvisibility=hidden -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\"" LDFLAGS="$(LDFLAGS)" ./configure --prefix=$(PREFIX) $(OPTION) - -build: build-stamp - -build-stamp: config.status - dh_testdir - - # Add here commands to compile the package. - $(MAKE) - #docbook-to-man debian/ncurses.sgml > ncurses.1 - - for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ - cat $$f > $${f%.in}; \ - sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ - sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ - done - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) distclean -ifneq "$(wildcard /usr/share/misc/config.sub)" "" - cp -f /usr/share/misc/config.sub config.sub -endif -ifneq "$(wildcard /usr/share/misc/config.guess)" "" - cp -f /usr/share/misc/config.guess config.guess -endif - - for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ - rm -f $${f%.in}; \ - done - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs -s - - # Add here commands to install the package into debian/ncurses. - $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install - mkdir -p $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/ - ln -s ../init.d/audiosessionmanager $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S30audiosessionmanager - mkdir -p $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/ - ln -s ../init.d/audiosessionmanager $(CURDIR)/debian/tmp/etc/rc.d/rc4.d/S30audiosessionmanager - - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs -s - dh_installdocs - dh_buildinfo install - dh_installexamples - dh_install -s --list-missing --sourcedir=debian/tmp -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link -s - dh_strip -s --dbg-package=libaudiosessionmgr-0-dbg - dh_compress -s - dh_fixperms -s -# dh_perl - dh_makeshlibs -s - dh_installdeb -s - dh_shlibdeps -s - dh_gencontrol -s - dh_md5sums -s - dh_builddeb -s - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff --git a/include/asm-log.h b/include/asm-log.h deleted file mode 100755 index e945238..0000000 --- a/include/asm-log.h +++ /dev/null @@ -1,79 +0,0 @@ -/* - * audio-session-manager - * - * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: Seungbae Shin - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -#ifndef __ASM_LOG_H__ -#define __ASM_LOG_H__ - -#ifdef __DEBUG_MODE__ -#include -#ifdef __USE_LOGMANAGER__ -#include -#endif -#endif - -#ifdef __DEBUG_MODE__ - -#ifdef __USE_LOGMANAGER__ -#define asm_info_r(msg, args...) log_print_rel((LOG_SESSIONMGR), (LOG_CLASS_INFO), (msg), ##args) -#define asm_warning_r(msg, args...) log_print_rel((LOG_SESSIONMGR), (LOG_CLASS_WARNING), (msg), ##args) -#define asm_error_r(msg, args...) log_print_rel((LOG_SESSIONMGR), (LOG_CLASS_ERR), (msg), ##args) -#define asm_critical_r(msg, args...) log_print_rel((LOG_SESSIONMGR), (LOG_CLASS_CRITICAL), (msg), ##args) -#define asm_assert_r(condition) log_assert_rel((condition)) - -#define asm_info(msg, args...) log_print_dbg((LOG_SESSIONMGR), LOG_CLASS_INFO, (msg), ##args) -#define asm_warning(msg, args...) log_print_dbg((LOG_SESSIONMGR), LOG_CLASS_WARNING, (msg), ##args) -#define asm_error(msg, args...) log_print_dbg((LOG_SESSIONMGR), LOG_CLASS_ERR, (msg), ##args) -#define asm_critical(msg, args...) log_print_dbg((LOG_SESSIONMGR), LOG_CLASS_CRITICAL, (msg), ##args) -#define asm_assert(condition) log_assert_dbg((condition)) - -#else //__USE_LOGMANAGER__ - -#define asm_info_r(msg, args...) fprintf(stderr, msg, ##args) -#define asm_warning_r(msg, args...) fprintf(stderr, msg, ##args) -#define asm_error_r(msg, args...) fprintf(stderr, msg, ##args) -#define asm_critical_r(msg, args...) fprintf(stderr, msg, ##args) -#define asm_assert_r(condition) (condition) - -#define asm_info(msg, args...) fprintf(stderr, msg, ##args) -#define asm_warning(msg, args...) fprintf(stderr, msg, ##args) -#define asm_error(msg, args...) fprintf(stderr, msg, ##args) -#define asm_critical(msg, args...) fprintf(stderr, msg, ##args) -#define asm_assert(condition) (condition) - -#endif //__USE_LOGMANAGER__ - -#else //__DEBUG_MODE__ - -#define asm_info_r(msg, args...) -#define asm_warning_r(msg, args...) -#define asm_error_r(msg, args...) -#define asm_critical_r(msg, args...) -#define asm_assert_r(condition) (condition) - -#define asm_info(msg, args...) -#define asm_warning(msg, args...) -#define asm_error(msg, args...) -#define asm_critical(msg, args...) -#define asm_assert(condition) (condition) - -#endif // __DEBUG_MODE__ - -#endif /* __ASM_LOG_H__ */ diff --git a/init/Makefile.am b/init/Makefile.am deleted file mode 100644 index 9344687..0000000 --- a/init/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -installinitscriptdir = /etc/rc.d/init.d -installinitscript_SCRIPTS = $(srcdir)/audiosessionmanager diff --git a/init/Makefile.in b/init/Makefile.in deleted file mode 100644 index 1f05e4a..0000000 --- a/init/Makefile.in +++ /dev/null @@ -1,359 +0,0 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -subdir = init -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -am__installdirs = "$(DESTDIR)$(installinitscriptdir)" -installinitscriptSCRIPT_INSTALL = $(INSTALL_SCRIPT) -SCRIPTS = $(installinitscript_SCRIPTS) -SOURCES = -DIST_SOURCES = -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUDIOSESSIONMGR_CFLAGS = @AUDIOSESSIONMGR_CFLAGS@ -AUDIOSESSIONMGR_LIBS = @AUDIOSESSIONMGR_LIBS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MMLOG_CFLAGS = @MMLOG_CFLAGS@ -MMLOG_LIBS = @MMLOG_LIBS@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PKG_CONFIG = @PKG_CONFIG@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SYSMAN_CFLAGS = @SYSMAN_CFLAGS@ -SYSMAN_LIBS = @SYSMAN_LIBS@ -VERSION = @VERSION@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -installinitscriptdir = /etc/rc.d/init.d -installinitscript_SCRIPTS = $(srcdir)/audiosessionmanager -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign init/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign init/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-installinitscriptSCRIPTS: $(installinitscript_SCRIPTS) - @$(NORMAL_INSTALL) - test -z "$(installinitscriptdir)" || $(MKDIR_P) "$(DESTDIR)$(installinitscriptdir)" - @list='$(installinitscript_SCRIPTS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f $$d$$p; then \ - f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " $(installinitscriptSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(installinitscriptdir)/$$f'"; \ - $(installinitscriptSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(installinitscriptdir)/$$f"; \ - else :; fi; \ - done - -uninstall-installinitscriptSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(installinitscript_SCRIPTS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " rm -f '$(DESTDIR)$(installinitscriptdir)/$$f'"; \ - rm -f "$(DESTDIR)$(installinitscriptdir)/$$f"; \ - done - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile $(SCRIPTS) -installdirs: - for dir in "$(DESTDIR)$(installinitscriptdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -info: info-am - -info-am: - -install-data-am: install-installinitscriptSCRIPTS - -install-dvi: install-dvi-am - -install-exec-am: - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: install-ps-am - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-installinitscriptSCRIPTS - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-installinitscriptSCRIPTS \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am uninstall uninstall-am \ - uninstall-installinitscriptSCRIPTS - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/init/audiosessionmanager b/init/audiosessionmanager deleted file mode 100644 index 8d63382..0000000 --- a/init/audiosessionmanager +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -### BEGIN INIT INFO -# Provides: audiosessionmanager -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: start audio-session-manager daemon -### END INIT INFO - - -if [ -x /usr/bin/audio-session-mgr-server ]; then - /usr/bin/audio-session-mgr-server & -fi diff --git a/src/audio-session-mgr-server.c b/src/audio-session-mgr-server.c deleted file mode 100644 index f7bbd1b..0000000 --- a/src/audio-session-mgr-server.c +++ /dev/null @@ -1,1582 +0,0 @@ -/* - * audio-session-manager - * - * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: Seungbae Shin - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - -#include - -#ifdef USE_SECURITY -#include -#endif - -#include - -#define HIBERNATION_CHECK_KEY "memory/hibernation/audio_ready" -#define HIBERNATION_READY 1 -#define USE_SYSTEM_SERVER_PROCESS_MONITORING - -#define SUPPORT_GCF /* currently in use */ - -static const ASM_sound_cases_t ASM_sound_case[ASM_PRIORITY_MATRIX_MIN+1][ASM_PRIORITY_MATRIX_MIN+1] = -{ - /* SP SC SS SO SA, EP EC ES EO EA, N C SF EF EU, A VC M */ - { 8, 8, 8, 8, 8, 6, 6, 6, 6, 6, 8, 8, 8, 6, 6, 6, 6, 8 }, /* 00 Shared MMPlayer */ - { 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 8, 5, 8, 5, 8, 5, 5, 8 }, /* 01 Shared MMCamcorder */ - { 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 8, 5, 8, 5, 6, 5, 5, 8 }, /* 02 Shared MMSound */ - { 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 8, 5, 8, 5, 6, 5, 5, 8 }, /* 03 Shared OpenAL */ - { 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 8, 5, 8, 5, 8, 5, 5, 8 }, /* 04 Shared AVsystem */ - { 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 8, 6, 6, 6, 6, 6, 8 }, /* 05 Exclusive MMPlayer */ - { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 5, 5, 5, 8, 5, 5 ,8 }, /* 06 Exclusive MMCamcorder */ - { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 5, 5, 5, 6, 5, 5, 8 }, /* 07 Exclusive MMSound */ - { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 5, 5, 5, 6, 5, 5, 8 }, /* 08 Exclusive OpenAL */ - { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 5, 5, 5, 8, 5, 5, 8 }, /* 09 Exclusive AVsystem */ - { 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 5, 8, 8, 8, 5, 5, 8 }, /* 10 Notify */ - { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 0, 1, 1, 8, 8, 1, 8 }, /* 11 Call */ - { 8, 8, 8, 8, 8, 5, 5, 5, 5, 5, 8, 5, 5, 5, 8, 5, 5, 8 }, /* 12 Shared FMradio */ - { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 5, 5, 5, 8, 5, 5, 8 }, /* 13 Exclusive FMradio */ - { 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 }, /* 14 Earjack Unplug */ - { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 5, 1, 1, 8, 8, 5, 8 }, /* 15 Alarm */ - { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 8, 8, 0, 8 }, /* 16 Video Call */ - { 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 }, /* 17 Monitor */ -}; - -typedef struct _list -{ - long int instance_id; - int sound_handle; - ASM_sound_events_t sound_event; - ASM_sound_states_t sound_state; - ASM_resume_states_t need_resume; - ASM_resource_t mm_resource; - avsys_audio_playing_devcie_t device_when_interrupted; - unsigned short monitor_active; - unsigned short monitor_dirty; - struct _list *next; -} asm_instance_list_t; - -asm_instance_list_t *head_list, *tail_list; - -int asm_snd_msgid; -int asm_rcv_msgid; -int asm_cb_msgid; -ASM_msg_lib_to_asm_t asm_rcv_msg; -ASM_msg_asm_to_lib_t asm_snd_msg; -ASM_msg_asm_to_cb_t asm_cb_msg; - -bool asm_is_send_msg_to_cb = false; - -#ifdef SUPPORT_GCF -#define GCF_DEFAULT 0 -int is_gcf = GCF_DEFAULT; -#endif - -unsigned int g_sound_status_pause = 0; -unsigned int g_sound_status_playing = 0; - -#define SERVER_HANDLE_MAX_COUNT 256 - -static const char* ASM_sound_events_str[] = -{ - "SHARE_MMPLAYER", - "SHARE_MMCAMCORDER", - "SHARE_MMSOUND", - "SHARE_OPENAL", - "SHARE_AVSYSTEM", - "EXCLUSIVE_MMPLAYER", - "EXCLUSIVE_MMCAMCORDER", - "EXCLUSIVE_MMSOUND", - "EXCLUSIVE_OPENAL", - "EXCLUSIVE_AVSYSTEM", - "NOTIFY", - "CALL", - "SHARE_FMRADIO", - "EXCLUSIVE_FMRADIO", - "EARJACK_UNPLUG", - "ALARM", - "VIDEOCALL", - "MONITOR" -}; - -static const char* ASM_sound_state_str[] = -{ - "STATE_NONE", - "STATE_PLAYING", - "STATE_WAITING", - "STATE_STOP", - "STATE_PAUSE", - "STATE_PAUSE_BY_APP", - "STATE_ALTER_PLAYING" -}; - - -static const char* ASM_sound_request_str[] = -{ - "REQUEST_REGISTER", - "REQUEST_UNREGISTER", - "REQUEST_GETSTATE", - "REQUEST_GETMYSTATE", - "REQUEST_SETSTATE", - "REQUEST_EMEGENT_EXIT", - "REQUEST_DUMP" -}; - - -static const char* ASM_sound_cases_str[] = -{ - "CASE_NONE", - "CASE_1PLAY_2STOP", - "CASE_1PLAY_2ALTER_PLAY", - "CASE_1PLAY_2WAIT", - "CASE_1ALTER_PLAY_2PLAY", - "CASE_1STOP_2PLAY", - "CASE_1PAUSE_2PLAY", - "CASE_1VIRTUAL_2PLAY", - "CASE_1PLAY_2PLAY_MIX" -}; - -static const char* ASM_sound_resume_str[] = -{ - "NO-RESUME", - "RESUME" -}; - - -static const char* ASM_sound_command_str[] = -{ - "CMD_NONE", - "CMD_WAIT", - "CMD_PLAY", - "CMD_STOP", - "CMD_PAUSE", - "CMD_RESUME", -}; - -#define ASM_SND_MSG_SET(asm_snd_msg, x_alloc_handle, x_cmd_handle, x_result_sound_command, x_result_sound_state) \ -do { \ - asm_snd_msg.data.alloc_handle = x_alloc_handle; \ - asm_snd_msg.data.cmd_handle = x_cmd_handle; \ - asm_snd_msg.data.result_sound_command = x_result_sound_command; \ - asm_snd_msg.data.result_sound_state = x_result_sound_state; \ -} while (0) - -void selectSleep(int secs) -{ - struct timeval timeout; - timeout.tv_sec = (secs < 1 || secs > 10) ? 3 : secs; - timeout.tv_usec = 0; - select(0, NULL, NULL, NULL, &timeout); - return; -} - - -gboolean __find_clean_monitor_handle(int instance_id, int *handle) -{ - asm_instance_list_t *temp_list = head_list; - int lhandle = -1; - - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_event == ASM_EVENT_MONITOR) { - if (temp_list->monitor_dirty == 0) { - lhandle = temp_list->sound_handle; - } - break; - } - temp_list = temp_list->next; - } - if (lhandle == -1) { - return FALSE; - } else { - *handle = lhandle; - return TRUE; - } -} - -void __update_monitor_active(long int instance_id) -{ - asm_instance_list_t *temp_list = head_list; - asm_instance_list_t *monitor_list = NULL; - unsigned short active = 0; - asm_info("[ASM_Server] %s\n",__func__); - - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_event == ASM_EVENT_MONITOR) { - /* backup monitor pointer */ - monitor_list = temp_list; - break; - } - temp_list = temp_list->next; - } - if (NULL == monitor_list) { - asm_warning("[ASM_Server] %s : No monitor instance for %d\n",__func__, instance_id); - return; - } - - temp_list = head_list; - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_event != ASM_EVENT_MONITOR) { - if (ASM_STATE_PLAYING == temp_list->sound_state) { - active = 1; - break; - } - } - temp_list = temp_list->next; - } - - monitor_list->monitor_active = active; -} - -void __set_all_monitor_clean() -{ - asm_instance_list_t *temp_list = head_list; - - while (temp_list->next != tail_list) { - if (temp_list->sound_event == ASM_EVENT_MONITOR) { - temp_list->monitor_dirty = 0; - } - temp_list = temp_list->next; - } -} - -void __set_monitor_dirty(long int instance_id) -{ - asm_instance_list_t *temp_list = head_list; - - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_event == ASM_EVENT_MONITOR) { - temp_list->monitor_dirty = 1; - break; - } - temp_list = temp_list->next; - } -} - -/* callback without retcb */ -void __do_callback_wo_retcb(int instance_id,int handle,int command) -{ - int fd_ASM = 0, cur_handle = 0; - char *filename = g_strdup_printf("/tmp/ASM.%d.%d", instance_id, handle); - - if ((fd_ASM = open(filename,O_WRONLY|O_NONBLOCK)) < 0) { - asm_info("[ASM_Server][CallCB] %s open error",filename); - g_free(filename); - return; - } - cur_handle = (unsigned int)(handle |(command << 4)); - if (write(fd_ASM, (void *)&cur_handle, sizeof(cur_handle)) < 0) { - asm_info("[ASM_Server][CallCB] %s write error",filename); - g_free(filename); - return; - } - close(fd_ASM); - g_free(filename); - selectSleep(2); /* if return immediately bad sound occur */ -} - - -int __do_callback(int instance_id,int handle,int command, ASM_event_sources_t event_src) -{ - char *filename = NULL; - char *filename2 = NULL; - struct timeval time; - int starttime = 0; - int endtime = 0; - int fd=0,nread = 0; - int fd_ASM = 0, cur_handle = 0; - int buf = 0; - struct pollfd pfd; - int pret = 0; - int pollingTimeout = 7000; - - asm_info("[ASM_Server] __do_callback for pid(%d) handle(%d)\n", instance_id, handle); - - /* Set start time */ - gettimeofday(&time, NULL); - starttime = time.tv_sec * 1000000 + time.tv_usec; - - /************************************** - * - * Open callback cmd pipe - * - **************************************/ - filename = g_strdup_printf("/tmp/ASM.%d.%d", instance_id, handle); - if ((fd_ASM = open(filename, O_WRONLY|O_NONBLOCK)) < 0) { - asm_error("[ASM_Server][CallCB] %s open error\n", filename); - goto fail; - } - - /****************************************** - * - * Open callback result pipe - * before writing callback cmd to pipe - * - ******************************************/ - filename2 = g_strdup_printf("/tmp/ASM.%d.%dr", instance_id, handle); - if ((fd=open(filename2,O_RDONLY|O_NONBLOCK))== -1) { - char str_error[256]; - strerror_r (errno, str_error, sizeof(str_error)); - asm_error("[ASM_Server][RETCB] Fail to open fifo (%s)\n", str_error); - goto fail; - } - asm_info("[ASM_Server] open return cb %s\n", filename2); - - - /******************************************* - * Write Callback msg - *******************************************/ - cur_handle = (unsigned int)((0x0000ffff & handle) |(command << 16) | (event_src << 24)); - if (write(fd_ASM, (void *)&cur_handle, sizeof(cur_handle)) < 0) { - asm_error("[ASM_Server][CallCB] %s write error\n", filename); - goto fail; - } - /************************************** - * - * Close callback cmd pipe - * - **************************************/ - close(fd_ASM); - fd_ASM = -1; - g_free(filename); - filename = NULL; - - pfd.fd = fd; - pfd.events = POLLIN; - - asm_instance_list_t *temp_list = head_list; - - - /********************************************* - * - * Wait callback result msg - * - ********************************************/ - asm_critical("[ASM_Server][RETCB]wait callback(tid=%d, handle=%d, cmd=%d, timeout=%d)\n", instance_id, handle, command, pollingTimeout); - pret = poll(&pfd, 1, pollingTimeout); //timeout 7sec - if (pret < 0) { - asm_error("[ASM_Server][RETCB]poll failed (%d)\n", pret); - goto fail; - } - if (pfd.revents & POLLIN) { - nread=read(fd, (void *)&buf, sizeof(buf)); - } - g_free(filename2); - filename2 = NULL; - - /* Calculate endtime and display*/ - gettimeofday(&time, NULL); - endtime = time.tv_sec * 1000000 + time.tv_usec; - asm_critical("[ASM_Server][RETCB] ASM_CB_END cbtimelab=%3.3f(second), timeout=%d(milli second) (reciever=%d)\n", ((endtime-starttime)/1000000.), pollingTimeout, instance_id); - - /************************************** - * - * Close callback result pipe - * - **************************************/ - close(fd); - fd = -1; - asm_info("[ASM_Server][RETCB] Return value 0x%x\n", buf); - return buf; - -fail: - if (filename) { - g_free (filename); - filename = NULL; - } - if (filename2) { - g_free (filename2); - filename2 = NULL; - } - if (fd_ASM != -1) { - close(fd_ASM); - fd_ASM = -1; - } - if (fd != -1) { - close (fd); - fd = -1; - } - - return -1; -} - -gboolean __isPlayingNow() -{ - asm_instance_list_t *temp_list = head_list; - while (temp_list->next != tail_list) { - if (temp_list->sound_state == ASM_STATE_PLAYING ) { - return TRUE; - } - - temp_list = temp_list->next; - } - return FALSE; -} - -gboolean __isItPlayingNow(int instance_id, int handle) -{ - asm_instance_list_t *temp_list = head_list; - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_handle == handle) { - if (temp_list->sound_state == ASM_STATE_PLAYING) { - return TRUE; - } - } - - temp_list = temp_list->next; - } - return FALSE; -} - -void __temp_print_list(char * msg) -{ - asm_instance_list_t *temp_list = head_list; - int i = 0; - - if (NULL != msg) { - asm_warning("[ASM_Server] %s\n", msg); - } - while (temp_list->next != tail_list) { - asm_info("[ASM_Server] List[%02d] ( %5ld, %2d, %-20s, %-20s, %9s, 0x%04x)\n", i, temp_list->instance_id, temp_list->sound_handle, - ASM_sound_events_str[temp_list->sound_event], - ASM_sound_state_str[temp_list->sound_state], - ASM_sound_resume_str[temp_list->need_resume], - temp_list->mm_resource); - temp_list = temp_list->next; - i++; - } -} - -void updatePhoneStatus() -{ - asm_instance_list_t *temp_list = head_list; - int i = 0, error = 0; - - g_sound_status_pause = 0; - g_sound_status_playing = 0; - - while (temp_list->next != tail_list) { - if (temp_list->sound_state == ASM_STATE_PLAYING) { - if (temp_list->sound_event >= ASM_EVENT_SHARE_MMPLAYER && temp_list->sound_event < ASM_EVENT_MAX) { - g_sound_status_playing |= ASM_sound_type[(temp_list->sound_event) + 1].sound_status; - } - } else if (temp_list->sound_state == ASM_STATE_PAUSE ) { - if (temp_list->sound_event >= ASM_EVENT_SHARE_MMPLAYER && temp_list->sound_event < ASM_EVENT_MAX) { - g_sound_status_pause |= ASM_sound_type[(temp_list->sound_event) + 1].sound_status; - } - } - temp_list = temp_list->next; - } - - if (vconf_set_int(SOUND_STATUS_KEY, g_sound_status_playing)) { - asm_info("[ASM_Server[Error = %d][1st try] phonestatus_set \n", error); - if (vconf_set_int(SOUND_STATUS_KEY, g_sound_status_playing)) { - asm_critical("[ASM_Server][Error = %d][2nd try] phonestatus_set \n", error); - } - } - - asm_info("[ASM_Server] soundstatus set to (0x%08x)\n", g_sound_status_playing); -} - - -void __asm_register_list(long int instance_id, int handle, ASM_sound_events_t sound_event, ASM_sound_states_t sound_state, ASM_resource_t mm_resource) -{ - asm_instance_list_t *temp_list; - temp_list = (asm_instance_list_t *)malloc(sizeof(asm_instance_list_t)); - temp_list->instance_id = instance_id; - temp_list->sound_handle = handle; - temp_list->sound_event = sound_event; - temp_list->sound_state = sound_state; - temp_list->need_resume = 0; - temp_list->mm_resource = mm_resource; - temp_list->monitor_active = 0; - temp_list->monitor_dirty = 0; - temp_list->device_when_interrupted = AVSYS_AUDIO_ROUTE_DEVICE_UNKNOWN; - temp_list->next = head_list; - head_list = temp_list; - - __temp_print_list("Register List"); - updatePhoneStatus(); -} - -int __asm_unregister_list(int handle) -{ - asm_instance_list_t *temp_list = head_list; - asm_instance_list_t *temp_list2 = head_list; - int instance_id = -1; - - asm_info("[ASM_Server] __asm_unregister_list \n"); - - while (temp_list->next != tail_list) { - if (temp_list->sound_handle == handle) { - instance_id = temp_list->instance_id; - if (temp_list == head_list) - head_list = temp_list->next; - else - temp_list2->next = temp_list->next; - free(temp_list); - break; - } - temp_list2 = temp_list; - temp_list = temp_list->next; - } - - __temp_print_list("Unregister List for handle"); - updatePhoneStatus(); - return instance_id; -} - - -/* ------------------------- - * if PID exist return true, else return false - */ -gboolean isPIDExist(int pid) -{ - if (pid > 999999 || pid < 2) - return FALSE; - gchar *tmp = g_malloc0(25); - g_sprintf(tmp, "/proc/%d", pid); - if (access(tmp, R_OK)==0) { - g_free(tmp); - return TRUE; - } - g_free(tmp); - return FALSE; -} - - -/* ------------------------- - * - */ -void __check_dead_process() -{ - asm_instance_list_t *temp_list = head_list; - asm_instance_list_t *temp_list2 = head_list; - while (temp_list->next != tail_list) { - if (!isPIDExist(temp_list->instance_id)) { - asm_critical_r("[ASM_Server] PID(%ld) not exist! -> ASM_Server resource of pid(%ld) will be cleared \n", temp_list->instance_id, temp_list->instance_id); - - if (temp_list == head_list) { - head_list = temp_list->next; - } - temp_list2->next = temp_list->next; - free(temp_list); - } else { - temp_list2 = temp_list; - } - temp_list = temp_list2->next; - } - updatePhoneStatus(); -} - - - - -void emergent_exit(int exit_pid) -{ - asm_instance_list_t *temp_list = head_list; - int handle = -1; - int instance_id = -1; - - while (temp_list->next != tail_list) { - if (temp_list->instance_id == exit_pid) { - handle = temp_list->sound_handle; - - instance_id = __asm_unregister_list(handle); - - if (instance_id != -1) { - char str_error[256]; - char* filename = g_strdup_printf("/tmp/ASM.%d.%d", instance_id, handle); - char* filename2 = g_strdup_printf("/tmp/ASM.%d.%dr", instance_id, handle); - if (!remove(filename)) { - asm_info("[ASM_Server] remove %s success\n", filename); - } else { - strerror_r (errno, str_error, sizeof (str_error)); - asm_error("[ASM_Server] remove %s failed with %s\n", filename, str_error); - } - - if (!remove(filename2)) { - asm_info("[ASM_Server] remove %s success\n", filename2); - } else { - strerror_r (errno, str_error, sizeof (str_error)); - asm_error("[ASM_Server] remove %s failed with %s\n", filename2, str_error); - } - - g_free(filename); - g_free(filename2); - } - temp_list = head_list; - } else { - temp_list = temp_list->next; - } - } - - asm_info("[ASM_Server][EMERGENT_EXIT] complete\n"); - return; -} - - -int ___reorder_state(ASM_sound_states_t input) -{ - int res = 0; - - switch (input) { - case ASM_STATE_IGNORE: - case ASM_STATE_NONE: - res = 0; - break; - case ASM_STATE_WAITING: - case ASM_STATE_STOP: - res = 1; - break; - case ASM_STATE_PAUSE: - case ASM_STATE_PAUSE_BY_APP: - res = 2; - break; - case ASM_STATE_PLAYING: - res = 3; - break; - } - return res; -} - -ASM_sound_states_t __asm_find_process_status(int pid) -{ - asm_instance_list_t *temp_list = head_list; - ASM_sound_states_t result_state = ASM_STATE_NONE; - - asm_info("[ASM_Server] __asm_find_process_status for pid %d\n", pid); - - while (temp_list->next != tail_list) { - if (temp_list->instance_id == pid) { - if ( ___reorder_state(temp_list->sound_state) >= ___reorder_state(result_state)) { - result_state = temp_list->sound_state; - } - } - temp_list = temp_list->next; - } - - return result_state; -} - -ASM_sound_states_t __asm_find_list(ASM_requests_t request_id, int handle) -{ - asm_instance_list_t *temp_list = head_list; - - asm_info("[ASM_Server] __asm_find_list\n"); - - while (temp_list->next != tail_list) { - if ((request_id == ASM_REQUEST_GETSTATE && temp_list->sound_handle == handle)) { - return temp_list->sound_state; - } else { - temp_list = temp_list->next; - } - } - - return ASM_STATE_NONE; -} - -void __asm_change_state_list(long int instance_id, int handle, ASM_sound_states_t sound_state, ASM_resource_t mm_resource) -{ - asm_instance_list_t *temp_list = head_list; - int monitor_handle = -1; - asm_info("[ASM_Server] __asm_change_state_list\n"); - if (sound_state == ASM_STATE_IGNORE) { - asm_info("[ASM_Server] skip update state list %ld-%d\n", instance_id, handle); - return; - } - - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_handle == handle) { - temp_list->sound_state = sound_state; - temp_list->mm_resource = mm_resource; - break; - } - temp_list = temp_list->next; - } - __update_monitor_active(instance_id); - updatePhoneStatus(); -} - -void __asm_change_need_resume_list(long int instance_id, int handle, ASM_resume_states_t need_resume) -{ - asm_instance_list_t *temp_list = head_list; - asm_info("[ASM_Server] __asm_change_need_resume_list\n"); - while (temp_list->next != tail_list) { - if (temp_list->instance_id == instance_id && temp_list->sound_handle == handle) { - temp_list->need_resume = need_resume; - - if (need_resume == ASM_NEED_RESUME) { - avsys_audio_playing_devcie_t dev = AVSYS_AUDIO_ROUTE_DEVICE_UNKNOWN; - if (AVSYS_SUCCESS(avsys_audio_get_playing_device_info(&dev))) { - temp_list->device_when_interrupted = dev; - } - } - break; - } - temp_list = temp_list->next; - } -} - - -void __asm_create_message_queue() -{ - asm_rcv_msgid = msgget((key_t)2014, 0666 | IPC_CREAT); - asm_snd_msgid = msgget((key_t)4102, 0666 | IPC_CREAT); - asm_cb_msgid = msgget((key_t)4103, 0666 | IPC_CREAT); - - if (asm_snd_msgid == -1 || asm_rcv_msgid == -1 || asm_cb_msgid == -1) { - asm_critical("[ASM_Server] msgget failed with error: \n"); - exit(EXIT_FAILURE); - } -} - -void __asm_snd_message() -{ - if (msgsnd(asm_snd_msgid, (void *)&asm_snd_msg, sizeof(asm_snd_msg.data), 0) == -1) { - asm_critical("[ASM_Server] msgsnd failed with error %d\n", errno); - exit(EXIT_FAILURE); - } -} - -void __asm_cb_message() -{ - if (msgsnd(asm_cb_msgid, (void *)&asm_cb_msg, sizeof(asm_cb_msg.data), 0) == -1) { - asm_critical_r("[ASM_Server] msgsnd(Callback msg) failed with error %d\n", errno); - exit(EXIT_FAILURE); - } -} - -void __asm_rcv_message() -{ - if (msgrcv(asm_rcv_msgid, (void *)&asm_rcv_msg, sizeof(asm_rcv_msg.data), 0, 0) == -1) { - asm_critical_r("[ASM_Server] msgrcv failed with error %d\n", errno); - exit(EXIT_FAILURE); - } -} - -void __asm_get_empty_handle(long int instance_id, int *handle) -{ - asm_instance_list_t *temp_list = head_list; - unsigned int i = 0, find_empty = 0, j = 0; - char handle_info[SERVER_HANDLE_MAX_COUNT]; - - asm_info("[ASM_Server] __asm_make_handle for %ld\n", instance_id); - __temp_print_list("current list before get new handle"); - - memset(handle_info, 0, sizeof(char) * SERVER_HANDLE_MAX_COUNT); - - while (temp_list->next != tail_list) { - handle_info[temp_list->sound_handle] = 1; - temp_list = temp_list->next; - } - - for (i = 0; i < ASM_SERVER_HANDLE_MAX; i++) { - if (handle_info[i] == 0) { - find_empty = 1; - break; - } - } - if (find_empty && (i != ASM_SERVER_HANDLE_MAX)) { - asm_error_r("[ASM_Server] New handle for %ld is %d\n", instance_id, i); - *handle = i; - } else { - asm_error_r("[ASM_Server] Handle is full for pid %ld\n", instance_id); - *handle = -1; - } - -} - -void __print_resource(unsigned short resource_status) -{ - if (resource_status == ASM_RESOURCE_NONE) - asm_info("[ASM_Server] resource NONE\n"); - if (resource_status | ASM_RESOURCE_CAMERA) - asm_info("[ASM_Server] resource CAMERA\n"); - if (resource_status | ASM_RESOURCE_VIDEO_OVERLAY) - asm_info("[ASM_Server] resource VIDEO OVERLAY\n"); - if (resource_status | ASM_RESOURCE_HW_ENCORDER) - asm_info("[ASM_Server] resource HW ENCORDER\n"); - if (resource_status | ASM_RESOURCE_HW_DECORDER) - asm_info("[ASM_Server] resource HW DECORDER\n"); - if (resource_status | ASM_RESOURCE_RADIO_TUNNER) - asm_info("[ASM_Server] resource RADIO TUNNER\n"); - if (resource_status | ASM_RESOURCE_TV_TUNNER) - asm_info("[ASM_Server] resource TV TUNNER\n"); -} - -void __asm_compare_priority_matrix(long int instance_id, int handle, ASM_requests_t request_id, - ASM_sound_events_t sound_event,ASM_sound_states_t sound_state, ASM_resource_t mm_resource) -{ - int no_conflict_flag = 0; - - /* If nobody is playing now, this means no conflict */ - if (ASM_STATUS_NONE == g_sound_status_playing) { - asm_info("[ASM_Server] __asm_compare_priority_matrix : No conflict ( No existing Sound )\n"); - - ASM_SND_MSG_SET(asm_snd_msg, handle, -1, ASM_COMMAND_NONE, sound_state); - - no_conflict_flag = 1; - } else { /* Somebody is playing */ - asm_instance_list_t *temp_list = head_list; - int updatedflag = 0; - int cb_res = 0; - int update_state = ASM_STATE_NONE; - - while (temp_list->next != tail_list) { - /* Find who's playing now */ - if (temp_list->sound_state == ASM_STATE_PLAYING) { - /* Found it */ - ASM_sound_states_t current_play_state = temp_list->sound_state; - ASM_sound_events_t current_play_sound_event = temp_list->sound_event; - long int current_play_instance_id = temp_list->instance_id; - int current_play_handle = temp_list->sound_handle; - ASM_resource_t current_using_resource = temp_list->mm_resource; - - if ((current_play_instance_id == instance_id) && (current_play_handle == handle)) { - asm_warning("[ASM_Server] This is my handle. skip %d %d\n", instance_id, handle); - temp_list = temp_list->next; - continue; - } - - /* Request is PLAYING */ - if (sound_state == ASM_STATE_PLAYING) { - /* Determine sound policy */ - ASM_sound_cases_t sound_case = ASM_sound_case[current_play_sound_event][sound_event]; - -#ifdef SUPPORT_GCF - /* GCF case is exception case */ - /* NOTE : GCF exception case only */ - if ((is_gcf) && (sound_case != ASM_CASE_1PLAY_2PLAY_MIX)) { - sound_case = ASM_CASE_1PLAY_2PLAY_MIX;; - } -#endif - - asm_critical("[ASM_Server] Conflict policy[%x][%x]: %s\n", current_play_sound_event,sound_event,ASM_sound_cases_str[sound_case]); - switch (sound_case) { - case ASM_CASE_1PLAY_2STOP: - { - if (current_play_instance_id == instance_id) { - /* PID is policy group.*/ - asm_info("[ASM_Server] Do not send Stop callback in same pid %ld\n", instance_id); - } else { - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_STOP, sound_state); - temp_list = tail_list; /* skip all remain list */ - break; - } - - /* Prepare msg to send */ - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_PLAY, sound_state); - - if (!updatedflag) { - if (request_id == ASM_REQUEST_REGISTER){ - __asm_register_list(instance_id, handle, sound_event, sound_state, mm_resource); - } else { - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } - updatedflag = 1; - } - break; - } - - case ASM_CASE_1STOP_2PLAY: - { - if (current_play_instance_id == instance_id) { - /* PID is policy group. */ - asm_info("[ASM_Server] Do not send Stop callback in same pid %ld\n", instance_id); - } else { - ASM_event_sources_t event_src; - unsigned short resource_status = current_using_resource & mm_resource; - - /* Determine root cause of conflict */ - if (resource_status != ASM_RESOURCE_NONE) { - event_src = ASM_EVENT_SOURCE_RESOURCE_CONFLICT; - } else { - switch (sound_event) { - case ASM_EVENT_CALL: - case ASM_EVENT_VIDEOCALL: - event_src = ASM_EVENT_SOURCE_CALL_START; - break; - - case ASM_EVENT_EARJACK_UNPLUG: - event_src = ASM_EVENT_SOURCE_EARJACK_UNPLUG; - break; - - case ASM_EVENT_ALARM: - event_src = ASM_EVENT_SOURCE_ALARM_START; - break; - - default: - event_src = ASM_EVENT_SOURCE_OTHER_APP; - break; - } - } - - /* Execute callback function for monitor handle */ - int monitor_handle = -1; - if (__find_clean_monitor_handle(current_play_instance_id, &monitor_handle)) { - cb_res = __do_callback(current_play_instance_id, monitor_handle, ASM_COMMAND_STOP, event_src); - asm_warning("[ASM_Server] send stop callback for monitor handle of pid %d\n", current_play_instance_id); - if (cb_res != ASM_CB_RES_NONE && cb_res != ASM_CB_RES_STOP) { - asm_error_r("[ASM_Server] oops! not suspected callback result %d\n", cb_res); - } - __set_monitor_dirty(current_play_instance_id); - - /* If current is playing and input event is CALL/VIDEOCALL/ALARM, set to need resume */ - if ((sound_event == ASM_EVENT_CALL || sound_event == ASM_EVENT_VIDEOCALL || sound_event == ASM_EVENT_ALARM) - && (current_play_state == ASM_STATE_PLAYING)) { - __asm_change_need_resume_list(current_play_instance_id, monitor_handle, ASM_NEED_RESUME); - } - } - - /* Execute callback function for worker handle */ - cb_res = __do_callback(current_play_instance_id,current_play_handle,ASM_COMMAND_STOP, event_src); - if (cb_res != ASM_CB_RES_NONE && cb_res != ASM_CB_RES_STOP) - asm_error_r("[ASM_Server] oops! not suspected result %d\n", cb_res); - asm_warning("[ASM_Server] __asm_compare_priority_matrix(1STOP_2PLAY) : __do_callback Complete : TID=%ld, handle=%d", - current_play_instance_id,current_play_handle ); - - /* If current is playing and input event is CALL/VIDEOCALL/ALARM, set to need resume */ - if ((sound_event == ASM_EVENT_CALL || sound_event == ASM_EVENT_VIDEOCALL || sound_event == ASM_EVENT_ALARM) - && (current_play_state == ASM_STATE_PLAYING)) { - __asm_change_need_resume_list(current_play_instance_id, current_play_handle, ASM_NEED_RESUME); - } - - /* Set state to NONE */ - __asm_change_state_list(current_play_instance_id, current_play_handle, ASM_STATE_NONE, ASM_RESOURCE_NONE); - } - - /* Prepare msg to send */ - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_PLAY, sound_state); - - if (!updatedflag) { - if (request_id == ASM_REQUEST_REGISTER) { - __asm_register_list(instance_id, handle, sound_event, sound_state, mm_resource); - } else { - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } - updatedflag = 1; - } - break; - } - - case ASM_CASE_1PAUSE_2PLAY: - { - ASM_resource_t update_resource = current_using_resource; - if (current_play_instance_id == instance_id) { - asm_info("[ASM_Server] Do not send Pause callback in same pid %ld\n", instance_id); - } else { - ASM_event_sources_t event_src; - ASM_sound_commands_t command; - - unsigned short resource_status = current_using_resource & mm_resource; - if (resource_status != ASM_RESOURCE_NONE) { - asm_info("[ASM_Server] resource conflict found 0x%x\n", resource_status); - event_src = ASM_EVENT_SOURCE_RESOURCE_CONFLICT; - command = ASM_COMMAND_STOP; - } else { - switch (sound_event) { - case ASM_EVENT_CALL: - case ASM_EVENT_VIDEOCALL: - event_src = ASM_EVENT_SOURCE_CALL_START; - break; - - case ASM_EVENT_EARJACK_UNPLUG: - event_src = ASM_EVENT_SOURCE_EARJACK_UNPLUG; - break; - - case ASM_EVENT_ALARM: - event_src = ASM_EVENT_SOURCE_ALARM_START; - break; - - case ASM_EVENT_SHARE_MMPLAYER: - case ASM_EVENT_EXCLUSIVE_MMPLAYER: - if ( current_play_sound_event == ASM_EVENT_SHARE_MMPLAYER || - current_play_sound_event == ASM_EVENT_EXCLUSIVE_MMPLAYER ) { - event_src = ASM_EVENT_SOURCE_OTHER_PLAYER_APP; - break; - } - - default: - event_src = ASM_EVENT_SOURCE_OTHER_APP; - break; - } - command = ASM_COMMAND_PAUSE; - } - - /* Execute callback function for monitor handle */ - int monitor_handle = -1; - if (__find_clean_monitor_handle(current_play_instance_id, &monitor_handle)) { - cb_res = __do_callback(current_play_instance_id, monitor_handle, ASM_COMMAND_STOP, event_src); - asm_warning("[ASM_Server] send stop callback for monitor handle of pid %d\n", current_play_instance_id); - if (cb_res != ASM_CB_RES_NONE && cb_res != ASM_CB_RES_STOP) { - asm_error_r("[ASM_Server] oops! not suspected callback result %d\n", cb_res); - } - __set_monitor_dirty(current_play_instance_id); - - /* If current is playing and input event is CALL/VIDEOCALL/ALARM, set to need resume */ - if ((sound_event == ASM_EVENT_CALL || sound_event == ASM_EVENT_VIDEOCALL || sound_event == ASM_EVENT_ALARM) - && (current_play_state == ASM_STATE_PLAYING)) { - __asm_change_need_resume_list(current_play_instance_id, monitor_handle, ASM_NEED_RESUME); - } - } - - /* Execute callback function for worker handle */ - cb_res = __do_callback(current_play_instance_id,current_play_handle,command, event_src); - asm_warning("[ASM_Server] %s(1PAUSE_2PLAY) : Callback of %s: TID(%ld)\n", - __func__,ASM_sound_command_str[command], current_play_instance_id); - /*Change current sound' state when it is in 1Pause_2Play case */ - switch (cb_res) { - case ASM_CB_RES_PAUSE: - update_state = ASM_STATE_PAUSE; - break; - - case ASM_CB_RES_NONE: - case ASM_CB_RES_STOP: - update_state = ASM_STATE_NONE; - update_resource = ASM_RESOURCE_NONE; - break; - - case ASM_CB_RES_IGNORE: - update_state = ASM_STATE_IGNORE; - break; - - default: - asm_error_r("[ASM_Server] oops! not suspected result %d\n", cb_res); - update_state = ASM_STATE_NONE; - break; - } - - /* If current is playing and input event is CALL/VIDEOCALL/ALARM, set to need resume */ - if ((sound_event == ASM_EVENT_CALL || sound_event == ASM_EVENT_VIDEOCALL || sound_event == ASM_EVENT_ALARM) - &&(current_play_state == ASM_STATE_PLAYING)) { - __asm_change_need_resume_list(current_play_instance_id, current_play_handle, ASM_NEED_RESUME); - } - - __asm_change_state_list(current_play_instance_id, current_play_handle, update_state, update_resource); - } - - /* Prepare msg to send */ - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_PLAY, sound_state); - - if (!updatedflag) { - if (request_id == ASM_REQUEST_REGISTER) { - __asm_register_list(instance_id, handle, sound_event, sound_state, mm_resource); - } else { - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } - updatedflag = 1; - } - break; - } - - case ASM_CASE_1PLAY_2PLAY_MIX: - { - if (current_play_instance_id == instance_id) { - asm_info("[ASM_Server] Do not send check resource conflict in same pid %ld\n", instance_id); - } else { - /* MIX but need to check resource conflict */ - asm_warning("[ASM_Server] >>>> __asm_compare_priority_matrix(1PLAY_2PLAY_MIX) : !!!\n"); - ASM_resource_t update_resource = current_using_resource; - unsigned short resource_status = current_using_resource & mm_resource; - if (resource_status) { /* Resouce conflict */ - asm_warning("[ASM_Server] there is system resource conflict 0x%x\n", resource_status); - __print_resource(resource_status); - - /* Execute callback function for monitor handle */ - int monitor_handle = -1; - if (__find_clean_monitor_handle(current_play_instance_id, &monitor_handle)) { - cb_res = __do_callback(current_play_instance_id, monitor_handle, ASM_COMMAND_STOP, ASM_EVENT_SOURCE_RESOURCE_CONFLICT); - if (cb_res != ASM_CB_RES_NONE && cb_res != ASM_CB_RES_STOP) { - asm_error_r("[ASM_Server] oops! not suspected callback result %d\n", cb_res); - } - asm_warning("[ASM_Server] send stop callback for monitor handle of pid %d\n", current_play_instance_id); - __set_monitor_dirty(current_play_instance_id); - - /* If current is playing and input event is CALL/VIDEOCALL/ALARM, set to need resume */ - if ((sound_event == ASM_EVENT_CALL || sound_event == ASM_EVENT_VIDEOCALL || sound_event == ASM_EVENT_ALARM) - && (current_play_state == ASM_STATE_PLAYING) ) { - __asm_change_need_resume_list(current_play_instance_id, monitor_handle, ASM_NEED_RESUME); - } - } - - /* Execute callback function for worker handle */ - /* Stop current resource holding instance */ - cb_res = __do_callback(current_play_instance_id, current_play_handle, ASM_COMMAND_STOP, ASM_EVENT_SOURCE_RESOURCE_CONFLICT); - asm_warning("[ASM_Server] __asm_compare_priority_matrix(1PLAY_2PLAY_MIX) : Resource Conflict : TID(%ld)\n", - current_play_instance_id); - - /* Change current sound */ - switch (cb_res) { - case ASM_CB_RES_NONE: - case ASM_CB_RES_STOP: - update_state = ASM_STATE_NONE; - update_resource = ASM_RESOURCE_NONE; - break; - - case ASM_CB_RES_IGNORE: - update_state = ASM_STATE_IGNORE; - break; - - default: - asm_error_r("[ASM_Server] oops! not suspected result %d\n", cb_res); - update_state = ASM_STATE_NONE; - break; - } - - __asm_change_state_list(current_play_instance_id, current_play_handle, update_state, update_resource); - } - } - - /* Prepare msg to send */ - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_PLAY, sound_state); - - if (!updatedflag) { - if (request_id == ASM_REQUEST_REGISTER) { - __asm_register_list(instance_id, handle, sound_event, sound_state, mm_resource); - } else { - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } - updatedflag = 1; - } - break; - } - - default: - { - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_NONE, sound_state); - asm_warning("[ASM_Server] >>>> __asm_compare_priority_matrix : ASM_CASE_NONE [It should not be seen] !!!\n"); - break; - } - } /* switch (sound_case) */ - } else { - /* Request was not PLAYING, this means no conflict, just do set */ - asm_info("[ASM_Server] __asm_compare_priority_matrix : No Conflict (Just Register or Set State) !!!\n"); - ASM_SND_MSG_SET(asm_snd_msg, handle, handle, ASM_COMMAND_NONE, sound_state); - - if (sound_state == ASM_STATE_NONE) { - asm_info("[ASM_Server] __asm_compare_priority_matrix(1PLAY_2NONE) : No Conflict !!!\n"); - } else if (sound_state == ASM_STATE_WAITING) { - asm_info("[ASM_Server] __asm_compare_priority_matrix(1PLAY_2WAIT) : No Conflict !!!\n"); - } - - if (!updatedflag) { - if (request_id == ASM_REQUEST_REGISTER) { - __asm_register_list(instance_id, handle, sound_event, sound_state, mm_resource); - } else { - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } - updatedflag = 1; - } - } - } /* if (temp_list->sound_state == ASM_STATE_PLAYING) */ - - temp_list = temp_list->next; - - } /* while (temp_list->next != tail_list) */ - - /* Make all monitor handle dirty flag clean. */ - __set_all_monitor_clean(); - } - - /* Find if resource confilct exists in case of 1Pause 2Play or 1Stop 2Play */ - if (ASM_STATUS_NONE != g_sound_status_pause && mm_resource != ASM_RESOURCE_NONE && - (asm_snd_msg.data.result_sound_command == ASM_COMMAND_PLAY || no_conflict_flag)) { - asm_instance_list_t *temp_list = head_list; - int cb_res = 0; - - while (temp_list->next != tail_list) { - /* Who is in PAUSE state? */ - if (temp_list->sound_state == ASM_STATE_PAUSE) { - /* Found PAUSE state */ - asm_warning("[ASM_Server] Now list's state is pause. %d %d\n", instance_id, handle); - ASM_sound_states_t current_play_state = temp_list->sound_state; - ASM_sound_events_t current_play_sound_event = temp_list->sound_event; - long int current_play_instance_id = temp_list->instance_id; - int current_play_handle = temp_list->sound_handle; - ASM_resource_t current_using_resource = temp_list->mm_resource; - - if ((current_play_instance_id == instance_id) && (current_play_handle == handle)) { - if (request_id == ASM_REQUEST_SETSTATE) { - asm_warning("[ASM_Server] Own handle. Pause state change to play. %d %d\n", instance_id, handle); - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } else { - asm_warning("[ASM_Server] This is my handle. skip %d %d\n", instance_id, handle); - } - temp_list = temp_list->next; - continue; - } - - if (sound_state == ASM_STATE_PLAYING) { - ASM_sound_cases_t sound_case = ASM_sound_case[current_play_sound_event][sound_event]; - - asm_critical("[ASM_Server] Conflict policy[%x][%x]: %s\n", current_play_sound_event, sound_event, ASM_sound_cases_str[sound_case]); - switch (sound_case) { - case ASM_CASE_1PAUSE_2PLAY: - case ASM_CASE_1STOP_2PLAY: - { - if (current_play_instance_id == instance_id) { - //PID is policy group. - asm_info("[ASM_Server] Do not send Stop callback in same pid %ld\n", instance_id); - } else { - unsigned short resource_status = current_using_resource & mm_resource; - - /* Check conflict with paused instance */ - if (resource_status != ASM_RESOURCE_NONE) { - asm_warning("[ASM_Server] there is system resource conflict with paused instance 0x%x\n",resource_status); - __print_resource(resource_status); - } else { - asm_info("[ASM_Server] no resource conflict with paused instance\n"); - break; - } - - /* Execute callback function for monitor handle */ - int monitor_handle = -1; - if (__find_clean_monitor_handle(current_play_instance_id, &monitor_handle)) { - cb_res = __do_callback(current_play_instance_id, monitor_handle, ASM_COMMAND_STOP, ASM_EVENT_SOURCE_RESOURCE_CONFLICT); - if (cb_res != ASM_CB_RES_NONE && cb_res != ASM_CB_RES_STOP) { - asm_error_r("[ASM_Server] oops! not suspected callback result %d\n", cb_res); - } - asm_warning("[ASM_Server] send stop callback for monitor handle of pid %d\n", current_play_instance_id); - - __set_monitor_dirty(current_play_instance_id); - } - - /* Execute callback function for worker handle */ - cb_res = __do_callback(current_play_instance_id,current_play_handle, ASM_COMMAND_STOP, ASM_EVENT_SOURCE_RESOURCE_CONFLICT); - if (cb_res != ASM_CB_RES_NONE && cb_res != ASM_CB_RES_STOP) { - asm_error_r("[ASM_Server] oops! not suspected result %d\n", cb_res); - } - asm_warning("[ASM_Server] __asm_compare_priority_matrix(1STOP_2PLAY) cause RESOURCE : __do_callback Complete : TID=%ld, handle=%d",current_play_instance_id,current_play_handle ); - - __asm_change_state_list(current_play_instance_id, current_play_handle, ASM_STATE_NONE, ASM_RESOURCE_NONE); - } - - asm_info("[ASM_Server] >>>> __asm_compare_priority_matrix(1STOP_2PLAY) cause RESOURCE : msg sent and then received msg !!!\n"); - break; - } - - default: - { - /* asm_warning("[ASM_Server] >>>> __asm_compare_priority_matrix : ASM_CASE_NONE [do not anything] !!!\n"); */ - break; - } - } /* switch (sound_case) */ - } else { - /* asm_warning("[ASM_Server] >>>> __asm_compare_priority_matrix : ASM_CASE_NONE [do not anything] !!!\n"); */ - } - } /* if (temp_list->sound_state == ASM_STATE_PAUSE) */ - - temp_list = temp_list->next; - } /* while (temp_list->next != tail_list) */ - } - - /* Finally, no conflict */ - if (no_conflict_flag) { - if (request_id == ASM_REQUEST_REGISTER) { - __asm_register_list(instance_id, handle, sound_event, sound_state, mm_resource); - } else { - __asm_change_state_list(instance_id, handle, sound_state, mm_resource); - } - } - - /* Send response to client */ - asm_snd_msg.instance_id = instance_id; - __asm_snd_message(); -} - -void __asm_do_all_resume_callback(ASM_event_sources_t eventsrc) -{ - asm_instance_list_t *temp_list = head_list; - int cb_res = 0; - int avsys_err = 0; - avsys_audio_playing_devcie_t dev = AVSYS_AUDIO_ROUTE_DEVICE_UNKNOWN; - - asm_info("[ASM_Server] __asm_do_all_resume_callback\n"); - - if (AVSYS_FAIL(avsys_err = avsys_audio_get_playing_device_info(&dev))) { - asm_error("[ASM_Server] Can not get playing device info\n"); - } - - while (temp_list->next != tail_list) { - if (temp_list->need_resume == ASM_NEED_RESUME) { - if ((avsys_err != AVSYS_STATE_SUCCESS) || - (dev == AVSYS_AUDIO_ROUTE_DEVICE_HANDSET && temp_list->device_when_interrupted != AVSYS_AUDIO_ROUTE_DEVICE_HANDSET)) { - asm_warning("[ASM_Server] Skip send resume callback. Because sound path has changed to loud during interruption.\n"); - } else { - cb_res = __do_callback(temp_list->instance_id, temp_list->sound_handle, ASM_COMMAND_RESUME, eventsrc); - switch (cb_res) { - case ASM_CB_RES_PLAYING: - temp_list->sound_state = ASM_STATE_PLAYING; - break; - case ASM_CB_RES_IGNORE: - case ASM_CB_RES_NONE: - case ASM_CB_RES_STOP: - case ASM_CB_RES_PAUSE: - default: - /* do nothing */ - break; - } - } - temp_list->need_resume = ASM_NEED_NOT_RESUME; - } - temp_list = temp_list->next; - } -} - -#ifdef USE_SECURITY -gboolean __asm_check_check_privilege (unsigned char* cookie) -{ - int asm_gid = -1; - int retval = 0; - - /* Get ASM server group id */ - asm_gid = security_server_get_gid("asm"); - asm_info ("[Security] asm server gid = [%d]\n", asm_gid); - if (asm_gid < 0) { - asm_error ("[Security] security_server_get_gid() failed. error=[%d]\n", asm_gid); - return false; - } - - /* Check privilege with valid group id */ - retval = security_server_check_privilege((char *)cookie, asm_gid); - if (retval == SECURITY_SERVER_API_SUCCESS) { - asm_info("[Security] security_server_check_privilege() returns [%d]\n", retval); - return true; - } else { - asm_error("[Security] security_server_check_privilege() returns [%d]\n", retval); - return false; - } -} -#endif /* USE_SECURITY */ - -int main() -{ - int pid = 0, ret = 0; - - if (sysconf_set_mempolicy(OOM_IGNORE)) { - fprintf(stderr, "set mem policy failed\n"); - } - signal(SIGPIPE, SIG_IGN); -#if !defined(USE_SYSTEM_SERVER_PROCESS_MONITORING) - while (1) { - if (( pid = fork()) < 0) { - asm_critical_r("[ASM_Server]Fork Failed!!!\n"); - return 0; - } else if (pid == 0) { - break; - } else if (pid > 0) { - wait(&ret); - asm_critical_r("[ASM_Server]worker(child) dead!!!, try to refork()"); - } - } -#endif - __asm_create_message_queue(); - - int temp_msgctl_id1 = msgctl(asm_snd_msgid, IPC_RMID, 0); - int temp_msgctl_id2 = msgctl(asm_rcv_msgid, IPC_RMID, 0); - int temp_msgctl_id3 = msgctl(asm_cb_msgid, IPC_RMID, 0); - - - if (temp_msgctl_id1 == -1 || temp_msgctl_id2 == -1 || temp_msgctl_id3 == -1) { - asm_info("[ASM_Server] msgctl failed with error: \n"); - exit(EXIT_FAILURE); - } - //------------------------------------------------------------------- - /* - This is unnessasry finaly, but nessasary during implement. - */ - - __asm_create_message_queue(); - - head_list = (asm_instance_list_t *)malloc(sizeof(asm_instance_list_t)); - tail_list = (asm_instance_list_t *)malloc(sizeof(asm_instance_list_t)); - head_list->next = tail_list; - tail_list->next = tail_list; - - - long int rcv_instance_id; - ASM_requests_t rcv_request_id; - ASM_sound_events_t rcv_sound_event; - ASM_sound_states_t rcv_sound_state; - ASM_resource_t rcv_resource; - int rcv_sound_handle; - - /* - * Init Vconf - */ - if (vconf_set_int(SOUND_STATUS_KEY, 0)) { - asm_critical("[ASM_Server] vconf_set_int fail\n"); - if (vconf_set_int(SOUND_STATUS_KEY, 0)) { - asm_critical_r("[ASM_Server] vconf_set_int fail\n"); - } - } - if (vconf_set_int(HIBERNATION_CHECK_KEY, HIBERNATION_READY)) { - asm_critical("[ASM_Server] Hibernation check vconf_set_int fail\n"); - } - -#ifdef SUPPORT_GCF - if (vconf_get_int(VCONFKEY_ADMIN_GCF_TEST, &is_gcf)) { - asm_warning_r("[ASM_Server] vconf_get_int for VCONFKEY_ADMIN_GCF_TEST failed, set as default\n"); - is_gcf = GCF_DEFAULT; - } -#endif - - while (true) { - asm_info("[ASM_Server] asm_Server is waiting message(%d)!!!\n", asm_is_send_msg_to_cb); - - if (!asm_is_send_msg_to_cb) { - __asm_rcv_message(); - - rcv_instance_id = asm_rcv_msg.instance_id; - rcv_sound_handle = asm_rcv_msg.data.handle; - rcv_request_id = asm_rcv_msg.data.request_id; - rcv_sound_event = asm_rcv_msg.data.sound_event; - rcv_sound_state = asm_rcv_msg.data.sound_state; - rcv_resource = asm_rcv_msg.data.system_resource; - - /*******************************************************************/ - asm_info("[ASM_Server] received msg (tid=%ld,handle=%d,req=%d,event=0x%x,state=0x%x,resource=0x%x)\n", - rcv_instance_id, rcv_sound_handle, rcv_request_id, rcv_sound_event, rcv_sound_state, rcv_resource); - if (rcv_request_id != ASM_REQUEST_EMERGENT_EXIT) { - asm_warning("[ASM_Server] request_id : %s\n", ASM_sound_request_str[rcv_request_id]); - asm_warning("[ASM_Server] sound_event : %s\n", ASM_sound_events_str[rcv_sound_event]); - asm_warning("[ASM_Server] sound_state : %s\n", ASM_sound_state_str[rcv_sound_state]); - asm_warning("[ASM_Server] resource : 0x%x\n", rcv_resource); - } - /*******************************************************************/ - - switch (rcv_request_id) { - case ASM_REQUEST_REGISTER: -#ifdef USE_SECURITY - /* do security check */ - if (__asm_check_check_privilege(asm_rcv_msg.data.cookie) == 0) { - asm_error ("[Security] __asm_check_check_privilege() failed....\n"); - asm_snd_msg.instance_id = rcv_instance_id; - asm_snd_msg.data.alloc_handle = -1; - asm_snd_msg.data.cmd_handle = -1; - asm_snd_msg.data.check_privilege = 0; - __asm_snd_message(); - break; - } - asm_info ("[Security] __asm_check_check_privilege() success\n"); - asm_snd_msg.data.check_privilege = 1; -#endif /* USE_SECURITY */ - __check_dead_process(); - - __asm_get_empty_handle(rcv_instance_id, &rcv_sound_handle); - if (rcv_sound_handle == -1) { - asm_snd_msg.instance_id = rcv_instance_id; - asm_snd_msg.data.alloc_handle = -1; - asm_snd_msg.data.cmd_handle = -1; - __asm_snd_message(); - } else { - __asm_compare_priority_matrix(rcv_instance_id, rcv_sound_handle, rcv_request_id, rcv_sound_event, rcv_sound_state, rcv_resource); - } - - break; - - case ASM_REQUEST_UNREGISTER: - __asm_unregister_list(rcv_sound_handle); - /* only support resuming at end of call & alarm interrupt */ - switch (rcv_sound_event) { - case ASM_EVENT_CALL: - case ASM_EVENT_VIDEOCALL: - __asm_do_all_resume_callback(ASM_EVENT_SOURCE_CALL_END); - break; - case ASM_EVENT_ALARM: - __asm_do_all_resume_callback(ASM_EVENT_SOURCE_ALARM_END); - break; - default: - break; - } - - break; - - case ASM_REQUEST_SETSTATE: - __check_dead_process(); - if ( rcv_sound_state == ASM_STATE_PLAYING ) { - if ( __isItPlayingNow(rcv_instance_id, rcv_sound_handle)) { - __asm_change_state_list(rcv_instance_id, rcv_sound_handle, rcv_sound_state, rcv_resource); - - asm_snd_msg.data.cmd_handle = rcv_sound_handle; - asm_snd_msg.data.result_sound_command = ASM_COMMAND_NONE; - asm_snd_msg.data.result_sound_state = rcv_sound_state; - asm_snd_msg.instance_id = rcv_instance_id; - - __asm_snd_message(); - } else { - __asm_compare_priority_matrix(rcv_instance_id, rcv_sound_handle, rcv_request_id, rcv_sound_event, rcv_sound_state, rcv_resource); - } - __temp_print_list("Set State (Play)"); - } else { - __asm_change_state_list(rcv_instance_id, rcv_sound_handle, rcv_sound_state, rcv_resource); - __temp_print_list("Set State (Not Play)"); - } - break; - - case ASM_REQUEST_GETSTATE: - asm_snd_msg.instance_id = rcv_instance_id; - asm_snd_msg.data.result_sound_state = __asm_find_list(rcv_request_id, rcv_sound_handle); - __asm_snd_message(); - break; - - case ASM_REQUEST_GETMYSTATE: - __check_dead_process(); - asm_snd_msg.instance_id = rcv_instance_id; - asm_snd_msg.data.result_sound_state = __asm_find_process_status(rcv_instance_id); - __asm_snd_message(); - break; - - case ASM_REQUEST_DUMP: - __temp_print_list("DUMP"); - break; - - case ASM_REQUEST_EMERGENT_EXIT: - emergent_exit(rcv_instance_id); - break; - - default: - break; - } - } - } - - return 0; -} - -- 2.7.4