Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastThread.cpp83 mDumpState = next->mDumpState != nullptr ? next->mDumpState : mDummyDumpState; in threadLoop()
115 mDumpState->mCommand = mCommand; in threadLoop()
220 mDumpState->mMeasuredWarmupTs = mMeasuredWarmupTs; in threadLoop()
221 mDumpState->mWarmupCycles = mWarmupCycles; in threadLoop()
234 mDumpState->mUnderruns++; in threadLoop()
244 mDumpState->mOverruns++; in threadLoop()
261 const size_t i = mBounds & (mDumpState->mSamplingN - 1); in threadLoop()
266 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) { in threadLoop()
305 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
307 mDumpState->mLoadNs[i] = loadNs; in threadLoop()
[all …]
DFastThreadState.h44 FastThreadDumpState* mDumpState = nullptr; // if non-NULL, then update dump state periodically member
DFastCapture.cpp84 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onStateChange()
155 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState; in onWork()
DFastThread.h66 FastThreadDumpState* mDumpState = nullptr; variable
DFastMixer.cpp197 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onStateChange()
332 FastMixerDumpState * const dumpState = (FastMixerDumpState *) mDumpState; in onWork()
/frameworks/av/services/audioflinger/
DThreads.cpp5218 state->mDumpState = &mFastMixerDumpState; in MixerThread()
8192 state->mDumpState = &mFastCaptureDumpState; in RecordThread()