summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-05 19:47:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-05 19:47:51 +0000
commitf86b18b1ce3cf20a39aea1fcaf90ec66f9d6d63e (patch)
treeffcd083e96e9edaa7e8a597165584bfd5d3eb43f /include/media/AudioRecord.h
parent13c34e09fdfe0bcd2053368df4dd26028004d18f (diff)
parent28f1351369682801e1bb40a835bdae3c97b73c1c (diff)
downloadframeworks_av-f86b18b1ce3cf20a39aea1fcaf90ec66f9d6d63e.zip
frameworks_av-f86b18b1ce3cf20a39aea1fcaf90ec66f9d6d63e.tar.gz
frameworks_av-f86b18b1ce3cf20a39aea1fcaf90ec66f9d6d63e.tar.bz2
Merge "AudioRecord callback thread waits for priority boost"
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index aa56deb..d245414 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -474,6 +474,7 @@ private:
int mPreviousPriority; // before start()
SchedPolicy mPreviousSchedulingGroup;
+ bool mAwaitBoost; // thread should wait for priority boost before running
// The proxy should only be referenced while a lock is held because the proxy isn't
// multi-thread safe.