Home
last modified time | relevance | path

Searched refs:mDumpState (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
DFastThread.cpp55 mDumpState(NULL), in FastThread()
124 mDumpState = next->mDumpState != NULL ? next->mDumpState : mDummyDumpState; in threadLoop()
155 mDumpState->mCommand = mCommand; in threadLoop()
260 mDumpState->mMeasuredWarmupTs = mMeasuredWarmupTs; in threadLoop()
261 mDumpState->mWarmupCycles = mWarmupCycles; in threadLoop()
274 mDumpState->mUnderruns++; in threadLoop()
284 mDumpState->mOverruns++; in threadLoop()
301 size_t i = mBounds & (mDumpState->mSamplingN - 1); in threadLoop()
306 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) { in threadLoop()
345 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
[all …]
DFastThreadState.cpp23 mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL), mNBLogWriter(NULL) in FastThreadState()
DFastThreadState.h46 FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically member
DFastCapture.cpp92 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
163 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastThread.h66 FastThreadDumpState* mDumpState; variable
DFastMixer.cpp211 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
346 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DThreads.cpp4338 state->mDumpState = &mFastMixerDumpState; in MixerThread()
6828 state->mDumpState = &mFastCaptureDumpState; in RecordThread()