summaryrefslogtreecommitdiffstats
path: root/libs/audioflinger/AudioPolicyManagerGeneric.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improved unit test code for Audioflinger.Eric Laurent2009-08-071-16/+89
|
* Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ↵Eric Laurent2009-08-071-19/+19
| | | | | | | use pointers as handles to inputs and outputs. Use integers instead of void* as input/output handles at IAudioFlinger and IAudioPolicyService interfaces. AudioFlinger maintains an always increasing count of opened inputs or outputs as unique ID.
* Fix issue 2001204: libaudiopolicy.so and libaudiopolicygeneric.so libraries ↵Eric Laurent2009-07-241-11/+0
| | | | must be pre-linked.
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-0/+764
Initial commit for review. Integrated comments after patch set 1 review. Fixed lockup in AudioFlinger::ThreadBase::exit() Fixed lockup when playing tone with AudioPlocyService startTone()