summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-12-09 11:50:36 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-09 11:50:36 -0800
commit3bf324bd45607c9e2c36cc95e2f9c01fd4af13df (patch)
tree9d7cc6f5e52a7a84357889ec23c6f33680cbf916 /include
parent08291637217fc2b791501394aa79f82104487e80 (diff)
parent48643f38c9e92dd0a3d4a31c293c954f3df4db1b (diff)
downloadframeworks_av-3bf324bd45607c9e2c36cc95e2f9c01fd4af13df.zip
frameworks_av-3bf324bd45607c9e2c36cc95e2f9c01fd4af13df.tar.gz
frameworks_av-3bf324bd45607c9e2c36cc95e2f9c01fd4af13df.tar.bz2
am 86ed86d2: Merge change I0f73439a into eclair
Merge commit '86ed86d2260932bdf2217b1d8431ac9e04d47534' into eclair-plus-aosp * commit '86ed86d2260932bdf2217b1d8431ac9e04d47534': Partially fix bug 2111240 Detect docking / undocking event by reporting
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 bc3dd36..29aaa3f 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -282,6 +282,7 @@ public:
FORCE_BT_SCO,
FORCE_BT_A2DP,
FORCE_WIRED_ACCESSORY,
+ FORCE_BT_DOCK,
NUM_FORCE_CONFIG,
FORCE_DEFAULT = FORCE_NONE
};
@@ -291,6 +292,7 @@ public:
FOR_COMMUNICATION,
FOR_MEDIA,
FOR_RECORD,
+ FOR_DOCK,
NUM_FORCE_USE
};