commit | fa2877b9ea48baed934b866d2ab3658b69c4c869 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Jul 28 08:44:33 2009 -0700 |
committer | Eric Laurent <elaurent@google.com> | Fri Aug 07 00:27:19 2009 -0700 |
tree | df0324b64c7dba6cdd6b1f0baa8c14c4f4db09a9 | |
parent | 285ead29c9eee092d367effd89f1c9f4f0bb9d6c [diff] |
Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not 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.