summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-09-30 01:44:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-30 01:44:18 +0000
commit955e24d3a8e218d4711cabc6558781e095011132 (patch)
tree1b27aa45a2224cbdc9e247935c811e8ab62af40a /services/audioflinger/Threads.h
parent6c7ae72f0eccf456744474785afd25f9e205881c (diff)
parent54464ba861aaafd11ee5645f5d1ecd1171c6e9fe (diff)
downloadframeworks_av-955e24d3a8e218d4711cabc6558781e095011132.zip
frameworks_av-955e24d3a8e218d4711cabc6558781e095011132.tar.gz
frameworks_av-955e24d3a8e218d4711cabc6558781e095011132.tar.bz2
Merge "Fix uncertainty of one normal mix buffer in AudioTrack::getTimestamp" into lmp-dev
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 7af5264..7d3b854 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -819,6 +819,7 @@ private:
struct {
AudioTimestamp mTimestamp;
uint32_t mUnpresentedFrames;
+ KeyedVector<Track *, uint32_t> mFramesReleased;
} mLatchD, mLatchQ;
bool mLatchDValid; // true means mLatchD is valid, and clock it into latch at next opportunity
bool mLatchQValid; // true means mLatchQ is valid