platform_hardware_libhardwa.../audio
David Wagner cc029e59f7 Audio: add an openOutputStreamWithFlags API
The existing openOutputStream API did not allow passing stream flags even
though its audio hardware interface's open_output_stream counterpart does take
a "flags" argument.  This means that, when the audio hw_module is implemented
using libhardware_legacy, the output flag was lost.

This commit adds an API in libhardware_legacy's audio module, allowing to pass
the flag, and updates the default wrapper in order to call this new API instead
of the old version that missed the flag.

Change-Id: I20c102d32b489f87fabbd7d02aa0b28fae13948b
Signed-off-by: David Wagner <david.wagner@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
2014-04-23 14:42:21 +02:00
..
A2dpAudioInterface.cpp audio: new audio devices enums 2012-09-07 10:34:46 -07:00
A2dpAudioInterface.h hardware_legacy: provide HAL helpers for legacy audio users 2011-04-27 10:48:25 -07:00
Android.mk Audio policy is 32-bit only 2014-03-17 11:47:56 -07:00
audio_hw_hal.cpp Audio: add an openOutputStreamWithFlags API 2014-04-23 14:42:21 +02:00
audio_policy.conf audio: fix remote submix sampling rates 2013-09-26 11:28:36 -07:00
audio_policy_hal.cpp am 376356d4: Merge "audio: do not use GNU old-style field designators" 2013-11-06 19:29:23 -08:00
AudioDumpInterface.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 10:18:02 +00:00
AudioDumpInterface.h legacy: move legacy audio code from frameworks/base here 2011-04-27 10:48:20 -07:00
AudioHardwareGeneric.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 10:18:02 +00:00
AudioHardwareGeneric.h Code changes for audio offload support 2013-07-24 18:39:05 -07:00
AudioHardwareInterface.cpp Audio: add an openOutputStreamWithFlags API 2014-04-23 14:42:21 +02:00
AudioHardwareStub.cpp Code changes for audio offload support 2013-07-24 18:39:05 -07:00
AudioHardwareStub.h Code changes for audio offload support 2013-07-24 18:39:05 -07:00
AudioPolicyCompatClient.cpp Add audio policy API changes for audio offload 2013-06-27 17:16:25 -07:00
AudioPolicyCompatClient.h Add audio policy API changes for audio offload 2013-06-27 17:16:25 -07:00
AudioPolicyManagerBase.cpp audio policy : add AUDIO_DEVICE_IN_USB_DEVICE to sDeviceNameToEnumTable 2014-03-17 13:10:04 +00:00
AudioPolicyManagerDefault.cpp hardware_legacy/audio: provide a default audio policy implementation 2011-04-27 10:48:25 -07:00
AudioPolicyManagerDefault.h audio policy: use configuration file 2012-04-03 15:56:30 -07:00