commit | ddb78e7753be03937ad57ce7c3c842c52bdad65e | [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 | a1f4d8105448525973897933a3494dd4d439274c | |
parent | 4c35e2c59afa28f9ed3fab1788570ef933f29b1a [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.