summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorKalyani polepeddy <kpolep@codeaurora.org>2012-12-29 17:48:55 +0530
committerArne Coucheron <arco68@gmail.com>2013-01-21 21:28:24 +0100
commit391bf29ad1177d973cb6a9daea13677373204176 (patch)
tree1da6f0281ac8a70edb66236b6d2b1c539fb45209 /services/audioflinger/AudioFlinger.h
parent8001424a87f9b7e2dd2482b9ff257b9bff3a4d8b (diff)
downloadframeworks_av-391bf29ad1177d973cb6a9daea13677373204176.zip
frameworks_av-391bf29ad1177d973cb6a9daea13677373204176.tar.gz
frameworks_av-391bf29ad1177d973cb6a9daea13677373204176.tar.bz2
frameworks/av : Playing AAC and MP3 clips using LPA.
-AAC and MP3 clips are not playing. -AAC and MP3 are not using LPA path. -Enable LPA decoder path and implement LPAPlayer class. Change-Id: I76438319fc72c4898fad5910f8de874f89287687
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index d2daae7..dcdc55c 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -2234,6 +2234,7 @@ mutable Mutex mLock; // mutex for process, commands and handl
bool mBtNrecIsOff;
#ifdef QCOM_HARDWARE
DefaultKeyedVector<audio_io_handle_t, AudioSessionDescriptor *> mDirectAudioTracks;
+ int mA2DPHandle; // Handle to notify A2DP connection status
#endif
// protected by mLock
#ifdef QCOM_HARDWARE