From 214b406c813e5baca3e4b5cdc1d986de35f09bbb Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 2 Mar 2015 14:15:47 -0800 Subject: Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS Change-Id: Idb5f5bf0c20bffff8536cf4a46f696e12e99e81b --- services/audioflinger/FastMixer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/audioflinger/FastMixer.cpp') 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 #include #include -#ifdef FAST_MIXER_STATISTICS +#ifdef FAST_THREAD_STATISTICS #include #ifdef CPU_FREQUENCY_STATISTICS #include @@ -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 -- cgit v1.1