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/FastThreadDumpState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/audioflinger/FastThreadDumpState.cpp') diff --git a/services/audioflinger/FastThreadDumpState.cpp b/services/audioflinger/FastThreadDumpState.cpp index d7b825d..9d575a6 100644 --- a/services/audioflinger/FastThreadDumpState.cpp +++ b/services/audioflinger/FastThreadDumpState.cpp @@ -22,7 +22,7 @@ FastThreadDumpState::FastThreadDumpState() : mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0), /* mMeasuredWarmupTs({0, 0}), */ mWarmupCycles(0) -#ifdef FAST_MIXER_STATISTICS +#ifdef FAST_THREAD_STATISTICS , mSamplingN(1), mBounds(0) #endif { -- cgit v1.1