Parent: b8b681197e95c857be9576115d6a8c19c65e7afa
Author: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2013-12-16 17:41:56
Tree: a78535096c278c2766d5d7065489acf67be5281e
android/audio: Add kitkat audio headers This patch add audio headers required to implement A2DP audio module Note that from all of these files #include <cutils/bitops.h> has been removed. The only function used from this include is popcount() and it is used in system/audio.h. Instead of this function we can use GCC builtin function __builtin_popcount() which does what is needed.
Diffstat
| A | android/hardware/audio.h | | | 564 | ++++++++++++++++++++++++++++++++++++++++ |
| A | android/hardware/audio_effect.h | | | 1009 | ++++++++++++++++++++++++++++++++++++++++ |
| A | android/system/audio.h | | | 609 | ++++++++++++++++++++++++++++++++++++++++ |
3 files changed, 2182 insertions(+), 0 deletions(-)