History log of /frameworks/av/media/audioserver/main_audioserver.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0c70e3c7dd10bc2c0caffcab1f3f5fb406b35fb 09-Feb-2017 Phil Burk <philburk@google.com> AAudioService: integrated with audioserver

Call the MmapStreamInterface from AudioFlinger instead of the FakeHAL.
Fix sending timestamps from the thread.
Add shared mode in service.

Bug: 35260844
Bug: 33398120
Test: CTS test_aaudio.cpp
Change-Id: I44c7e4ecae4ce205611b6b73a72e0ae8a5b243e5
Signed-off-by: Phil Burk <philburk@google.com>
(cherry picked from commit 7f6b40d78b1976c78d1300e8a51fda36eeb50c5d)
/frameworks/av/media/audioserver/main_audioserver.cpp
e2afa1eba5cdeaf4ca0c9f4613a1f2c0231bd86d 17-Dec-2016 Eric Laurent <elaurent@google.com> audioserver: enable HIDL callbacks

Start hwbinder threadpool explicitly when starting services
for HIDL HALs using callbacks.
To be reverted when bug 31748996 is fixed.

Bug: 33700240

Test: check callbacks with broadcast radio HAL.

Change-Id: I504e97b6be4f95317ec04cc18df6ae545e74475d
/frameworks/av/media/audioserver/main_audioserver.cpp
9c0b3a300956162b9e70d74db69d9bbb87868eb1 24-Mar-2016 Eric Laurent <elaurent@google.com> medialog: add missing call to join binder thread pool

Bug: 27816096
Change-Id: I4ec4a5bdb98a793554fc8c3cc01c2a897d11adf0
/frameworks/av/media/audioserver/main_audioserver.cpp
ae0cff1d48b2cd10aeff9627398faf684894eece 24-Feb-2016 Glenn Kasten <gkasten@google.com> Restore media.log service

Bug: 26306954
Change-Id: I00319f4869f46941e4c814a29b2f69a62e572743
/frameworks/av/media/audioserver/main_audioserver.cpp
dcb346b7dc5b88c3e85db8a70bbd6a2fee8192b9 09-Sep-2015 Marco Nelissen <marcone@google.com> Run audio services in audioserver instead of mediaserver

audioflinger, audiopolicy, (fm) radio, soundtrigger moved to audioserver.
medialog is removed from mediaserver.
audioserver has same permissions and rights as mediaserver.

mediaserver is allowed to specify client uid to audioserver.

Subsequent CL will add medialog to audioserver.

TBD: Pare down permissions.

Bug: 24511453
Change-Id: Iccaa08b874a502710d142e72f8abbb3d97c44cfa
/frameworks/av/media/audioserver/main_audioserver.cpp