summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/StateQueue.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-02-14 23:57:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-14 23:57:02 +0000
commite186b51e0a9834b287d7a509e960eaf1b688db75 (patch)
tree82b017a4c77a82fca62571eccaa3723ee93738d1 /services/audioflinger/StateQueue.h
parent639482c24c911b125398b31883ba6d55faebe28b (diff)
downloadframeworks_av-e186b51e0a9834b287d7a509e960eaf1b688db75.zip
frameworks_av-e186b51e0a9834b287d7a509e960eaf1b688db75.tar.gz
frameworks_av-e186b51e0a9834b287d7a509e960eaf1b688db75.tar.bz2
Revert "Temporary additional logging to investigate bug"
This reverts commit 639482c24c911b125398b31883ba6d55faebe28b Change-Id: I11f2829072ab11e18b0663024f27bf31192f1d39
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