summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-01-20 10:03:36 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-01-20 10:03:36 -0800
commit0cdfa68cd07150b1f9f329ef0a76761b64ea1fdc (patch)
tree7337a242962ebe4116f8069f7574564275fcdd3d /include
parent08e7eb983fcb9860a574e964ff905f75aab88d2f (diff)
parent492e666e47795326f4b12b87b150b550e6074bd8 (diff)
downloadframeworks_av-0cdfa68cd07150b1f9f329ef0a76761b64ea1fdc.zip
frameworks_av-0cdfa68cd07150b1f9f329ef0a76761b64ea1fdc.tar.gz
frameworks_av-0cdfa68cd07150b1f9f329ef0a76761b64ea1fdc.tar.bz2
Merge "Create base class for audio policy manager."
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index c87007c..f935bb9 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -244,6 +244,8 @@ public:
DEVICE_OUT_WIRED_HEADPHONE | DEVICE_OUT_BLUETOOTH_SCO | DEVICE_OUT_BLUETOOTH_SCO_HEADSET |
DEVICE_OUT_BLUETOOTH_SCO_CARKIT | DEVICE_OUT_BLUETOOTH_A2DP | DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES |
DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER | DEVICE_OUT_AUX_DIGITAL | DEVICE_OUT_DEFAULT),
+ DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP | DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES |
+ DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER),
// input devices
DEVICE_IN_COMMUNICATION = 0x10000,