Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp52 mDumpState(NULL), in FastThread()
120 mDumpState = next->mDumpState != NULL ? next->mDumpState : mDummyDumpState; in threadLoop()
150 mDumpState->mCommand = mCommand; in threadLoop()
256 mDumpState->mMeasuredWarmupTs = mMeasuredWarmupTs; in threadLoop()
257 mDumpState->mWarmupCycles = mWarmupCycles; in threadLoop()
267 mDumpState->mUnderruns++; in threadLoop()
276 mDumpState->mOverruns++; in threadLoop()
292 size_t i = mBounds & (mDumpState->mSamplingN - 1); in threadLoop()
296 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) { in threadLoop()
335 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
[all …]
DFastThreadState.h46 FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically member
DFastThreadState.cpp23 mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL), mNBLogWriter(NULL) in FastThreadState()
DFastCapture.cpp91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
162 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastThread.h66 FastThreadDumpState* mDumpState; variable
DFastMixer.cpp140 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
334 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DThreads.cpp3728 state->mDumpState = &mFastMixerDumpState; in MixerThread()
5976 state->mDumpState = &mFastCaptureDumpState; in RecordThread()