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()
116 mDumpState = next->mDumpState != NULL ? next->mDumpState : mDummyDumpState; in threadLoop()
146 mDumpState->mCommand = mCommand; in threadLoop()
252 mDumpState->mMeasuredWarmupTs = mMeasuredWarmupTs; in threadLoop()
253 mDumpState->mWarmupCycles = mWarmupCycles; in threadLoop()
263 mDumpState->mUnderruns++; in threadLoop()
272 mDumpState->mOverruns++; in threadLoop()
288 size_t i = mBounds & (mDumpState->mSamplingN - 1); in threadLoop()
292 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) { in threadLoop()
331 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.cpp91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
158 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastThread.h66 FastThreadDumpState* mDumpState; variable
DFastMixer.cpp141 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
331 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
DThreads.cpp3380 state->mDumpState = &mFastMixerDumpState; in MixerThread()
5551 state->mDumpState = &mFastCaptureDumpState; in RecordThread()