summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixer.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-02 14:15:47 -0800
committerGlenn Kasten <gkasten@google.com>2015-03-02 14:17:05 -0800
commit214b406c813e5baca3e4b5cdc1d986de35f09bbb (patch)
tree9e39728f873648da62d84e101b8dfcb25c58f4f7 /services/audioflinger/FastMixer.cpp
parentbf31b3301676ad86151f632e9ca186fd02445d86 (diff)
downloadframeworks_av-214b406c813e5baca3e4b5cdc1d986de35f09bbb.zip
frameworks_av-214b406c813e5baca3e4b5cdc1d986de35f09bbb.tar.gz
frameworks_av-214b406c813e5baca3e4b5cdc1d986de35f09bbb.tar.bz2
Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS
Change-Id: Idb5f5bf0c20bffff8536cf4a46f696e12e99e81b
Diffstat (limited to 'services/audioflinger/FastMixer.cpp')
-rw-r--r--services/audioflinger/FastMixer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp
index 8b12f28..220ebf3 100644
--- a/services/audioflinger/FastMixer.cpp
+++ b/services/audioflinger/FastMixer.cpp
@@ -31,7 +31,7 @@
#include <utils/Log.h>
#include <utils/Trace.h>
#include <system/audio.h>
-#ifdef FAST_MIXER_STATISTICS
+#ifdef FAST_THREAD_STATISTICS
#include <cpustats/CentralTendencyStatistics.h>
#ifdef CPU_FREQUENCY_STATISTICS
#include <cpustats/ThreadCpuUsage.h>
@@ -82,7 +82,7 @@ FastMixer::FastMixer() : FastThread(),
fastTrackNames[i] = -1;
generations[i] = 0;
}
-#ifdef FAST_MIXER_STATISTICS
+#ifdef FAST_THREAD_STATISTICS
oldLoad.tv_sec = 0;
oldLoad.tv_nsec = 0;
#endif