summaryrefslogtreecommitdiffstats
path: root/audio/A2dpAudioInterface.h
Commit message (Collapse)AuthorAgeFilesLines
* hardware_legacy: provide HAL helpers for legacy audio usersDima Zavin2011-04-271-1/+2
| | | | | | | | | | | | This doesn't actually create a HAL, but rather a set of helper static libraries that device specific libraries (i.e. the old libaudio pieces) can link against to create a proper audio HAL module. We provide an audio_policy static wrapper and audio hardware interface static wrapper. Change-Id: Ie56195447ad24b83888f752dca24674b0afd8a76 Signed-off-by: Dima Zavin <dima@android.com>
* legacy: move legacy audio code from frameworks/base hereDima Zavin2011-04-271-0/+138
Change-Id: Ic5da0130af44354dffdf85c30cd99f57c6ee163c Signed-off-by: Dima Zavin <dima@android.com>