summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-05-03 15:39:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-05-03 15:39:53 +0000
commita6560120f96685d7929d535319198485d1d5ccdf (patch)
tree0253af44cdc42fc828e84953531f36807ebc4f91 /include
parent98e099aca2089decdf3486ae216c89766cc252f2 (diff)
parentf8197a6a9d9363cb52bb8a2c15c0e5a52064355e (diff)
downloadframeworks_av-a6560120f96685d7929d535319198485d1d5ccdf.zip
frameworks_av-a6560120f96685d7929d535319198485d1d5ccdf.tar.gz
frameworks_av-a6560120f96685d7929d535319198485d1d5ccdf.tar.bz2
Merge "Remove timing jitter during startup of audio" into jb-mr2-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioTrack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index db5a7ab..64f82bb 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -599,6 +599,7 @@ protected:
int mPreviousPriority; // before start()
SchedPolicy mPreviousSchedulingGroup;
AudioTrackClientProxy* mProxy;
+ bool mAwaitBoost; // thread should wait for priority boost before running
};
class TimedAudioTrack : public AudioTrack