summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastThread.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-03 01:00:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-03 01:00:54 +0000
commit785b34e6b2743e3303dcd56d269259da73c40dfb (patch)
treed6cc5eb0be4404b51a59f5460a76a3ecb355ba21 /services/audioflinger/FastThread.h
parenta5c5ad3615613ac0f15012e9e07a34582da7fe77 (diff)
parent214b406c813e5baca3e4b5cdc1d986de35f09bbb (diff)
downloadframeworks_av-785b34e6b2743e3303dcd56d269259da73c40dfb.zip
frameworks_av-785b34e6b2743e3303dcd56d269259da73c40dfb.tar.gz
frameworks_av-785b34e6b2743e3303dcd56d269259da73c40dfb.tar.bz2
Merge "Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS"
Diffstat (limited to 'services/audioflinger/FastThread.h')
-rw-r--r--services/audioflinger/FastThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/FastThread.h b/services/audioflinger/FastThread.h
index cb32e9d..e8eaf39 100644
--- a/services/audioflinger/FastThread.h
+++ b/services/audioflinger/FastThread.h
@@ -63,7 +63,7 @@ protected:
FastThreadDumpState *mDummyDumpState;
FastThreadDumpState *dumpState;
bool ignoreNextOverrun; // used to ignore initial overrun and first after an underrun
-#ifdef FAST_MIXER_STATISTICS
+#ifdef FAST_THREAD_STATISTICS
struct timespec oldLoad; // previous value of clock_gettime(CLOCK_THREAD_CPUTIME_ID)
bool oldLoadValid; // whether oldLoad is valid
uint32_t bounds;