android_system_core/include/system
Jungshik Jang cadd5bb70e Add force usage and config type for HDMI-CEC system audio mode.
New Usage Type: AUDIO_POLICY_FORCE_FOR_HDMI_SYSTEM_AUDIO
New Config Type: AUDIO_POLICY_FORCE_HDMI_SYSTEM_AUDIO_ENFORCED
When HDMI-CEC system audio mode is enabled, AudioService will
call
 setForceUse(AUDIO_POLICY_FORCE_FOR_HDMI_SYSTEM_AUDIO,
          AUDIO_POLICY_FORCE_HDMI_SYSTEM_AUDIO_ENFORCED);
in order to notify enabled system audio mode, so that
audio policy manager chooses proper output.
When it turns into off, AudioService will call
 setForceUse(AUDIO_POLICY_FORCE_FOR_HDMI_SYSTEM_AUDIO,
          AUDIO_POLICY_FORCE_NONE);

Along with it, add new audio output devic type,
AUDIO_DEVICE_OUT_AUX_LINE, in order to distinguish
line out for headphone and aux output of av device.

Bug: 16305986
Bug: 16002150
Change-Id: Idecdf626737f6635ea3cda638c343260b1661c77
2014-07-16 09:21:04 +09:00
..
audio.h Add force usage and config type for HDMI-CEC system audio mode. 2014-07-16 09:21:04 +09:00
audio_policy.h Add force usage and config type for HDMI-CEC system audio mode. 2014-07-16 09:21:04 +09:00
camera.h Added a cmd for configuring number of video buffers for camera, if supported 2012-08-01 17:00:12 -07:00
graphics.h graphics: add android raw10 format 2014-06-25 15:21:20 -07:00
sound_trigger.h Revert "Revert "sound trigger: several data structure updates"" 2014-07-08 11:48:15 -07:00
thread_defs.h thread_defs: remove trailing whitespace 2013-07-23 22:20:45 -07:00
window.h Allow sticky transform to be set in ANativeWindow. 2014-07-14 22:14:49 +00:00