summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/StateQueue.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-02-15 23:55:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-15 23:55:04 +0000
commit7f5d335f7b4caecd0dfb8f1085f352f1d2da5d2e (patch)
treedda17a3e4149815397c7bef198e64bc81dee3552 /services/audioflinger/StateQueue.h
parent32584a7d672864b20ab8b83a3cb23c1858e908b7 (diff)
downloadframeworks_av-7f5d335f7b4caecd0dfb8f1085f352f1d2da5d2e.zip
frameworks_av-7f5d335f7b4caecd0dfb8f1085f352f1d2da5d2e.tar.gz
frameworks_av-7f5d335f7b4caecd0dfb8f1085f352f1d2da5d2e.tar.bz2
Revert "Temporary additional logging to investigate bug"
This reverts commit 32584a7d672864b20ab8b83a3cb23c1858e908b7 Change-Id: I9dc680578b955b1af462eeb7a49d61a0d45eb81b
Diffstat (limited to 'services/audioflinger/StateQueue.h')
-rw-r--r--services/audioflinger/StateQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/StateQueue.h b/services/audioflinger/StateQueue.h
index 313330f..e33b3c6 100644
--- a/services/audioflinger/StateQueue.h
+++ b/services/audioflinger/StateQueue.h
@@ -174,7 +174,7 @@ public:
#endif
private:
- static const unsigned kN = 8; // values < 4 are not supported by this code
+ static const unsigned kN = 4; // values < 4 are not supported by this code
T mStates[kN]; // written by mutator, read by observer
// "volatile" is meaningless with SMP, but here it indicates that we're using atomic ops