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
commit5f6f3764989601d3b3ee65beaf1447d2a6b5f284 (patch)
treeb32615250ff96cb6e55206f5c78ae2e15c83cc87 /services/audioflinger/StateQueue.h
parentdd9764290b3c1d801fea9505189cae29db919902 (diff)
downloadframeworks_av-5f6f3764989601d3b3ee65beaf1447d2a6b5f284.zip
frameworks_av-5f6f3764989601d3b3ee65beaf1447d2a6b5f284.tar.gz
frameworks_av-5f6f3764989601d3b3ee65beaf1447d2a6b5f284.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