commit | e0e9ecc0ce17cce2e681d099426da9d4d3d83377 | [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 | e4c73b5c2df9f6df3bc16912c1be7d0974e1b9af | |
parent | 3b2734f443d2799717e8b2b1847c8e2841764582 [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.