From 045ee7ea3e42b8657869d81c917feed5fb0c2b4a Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Tue, 17 Feb 2015 16:22:04 -0800 Subject: Pull out FastThreadDumpState Change-Id: Ic99890bbba4f856b65535f3df0f928de9e3e9748 --- services/audioflinger/FastThreadState.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'services/audioflinger/FastThreadState.cpp') diff --git a/services/audioflinger/FastThreadState.cpp b/services/audioflinger/FastThreadState.cpp index 6994872..e6cf85c 100644 --- a/services/audioflinger/FastThreadState.cpp +++ b/services/audioflinger/FastThreadState.cpp @@ -29,21 +29,4 @@ FastThreadState::~FastThreadState() { } - -FastThreadDumpState::FastThreadDumpState() : - mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0), - /* mMeasuredWarmupTs({0, 0}), */ - mWarmupCycles(0) -#ifdef FAST_MIXER_STATISTICS - , mSamplingN(1), mBounds(0) -#endif -{ - mMeasuredWarmupTs.tv_sec = 0; - mMeasuredWarmupTs.tv_nsec = 0; -} - -FastThreadDumpState::~FastThreadDumpState() -{ -} - } // namespace android -- cgit v1.1