Add new functions to acquire/release focus with option 07/81707/7
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 28 Jul 2016 04:12:47 +0000 (13:12 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 20 Sep 2016 08:09:14 +0000 (17:09 +0900)
commit0cc44b341c68f266963886ad4a0aec8be0fa48af
tree2e40fe476f681093520abddaf32362c040674a79
parent9c4b8442f546441ab9d568e8b9fb0cec24d0e974
Add new functions to acquire/release focus with option

 - mm_sound_acquire_focus_with_option()
 - mm_sound_release_focus_with_option()
 - rename additional_info to ext_info
 - add a new parameter to mm_sound_focus_changed_cb() and mm_sound_mgr_focus_get_stream_type_of_acquired_focus()

[Version] 0.10.52
[Profile] Common
[Issue Type] Feature enhancement

Change-Id: I92664847e51cab8612b272e8bdca450be38fb24f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
16 files changed:
focus_server/include/mm_sound_mgr_focus.h
focus_server/include/mm_sound_mgr_focus_ipc.h
focus_server/mm_sound_mgr_focus.c
focus_server/mm_sound_mgr_focus_dbus.c
focus_server/mm_sound_mgr_focus_ipc.c
include/mm_sound_client.h
include/mm_sound_focus.h
include/mm_sound_proxy.h
mm_sound_client.c
mm_sound_focus.c
mm_sound_proxy.c
packaging/libmm-sound.spec
server/include/mm_sound_mgr_focus.h [new file with mode: 0644]
server/mm_sound_mgr_codec.c
server/mm_sound_mgr_focus_ipc.c [new file with mode: 0644]
testsuite/mm_sound_testsuite_simple.c