Searched refs:mUnderruns (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioWatchdog.h | 33 AudioWatchdogDump() : mUnderruns(0), mLogs(0), mMostRecent(0) { } in AudioWatchdogDump() 35 uint32_t mUnderruns; // total number of underruns member 48 mOldTsValid(false), mUnderruns(0), mLogs(0), mDump(&mDummyDump) in Thread() 80 uint32_t mUnderruns; // total number of underruns variable
|
D | AudioWatchdog.cpp | 38 mUnderruns, mLogs, buf); in dump() 89 mDump->mUnderruns = ++mUnderruns; in threadLoop() 94 mPeriodNs * 1e-6, cycleNs * 1e-6, mUnderruns, mLogs); in threadLoop()
|
D | FastThreadDumpState.h | 36 uint32_t mUnderruns; // total number of underruns member
|
D | FastThreadDumpState.cpp | 23 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0), in FastThreadDumpState()
|
D | FastMixerDumpState.cpp | 72 mNumTracks, mWriteErrors, mUnderruns, mOverruns, in dump() 180 const FastTrackUnderruns& underruns = ftDump->mUnderruns; in dump()
|
D | FastMixerDumpState.h | 59 FastTrackUnderruns mUnderruns; member
|
D | FastMixer.cpp | 430 FastTrackUnderruns underruns = ftDump->mUnderruns; in onWork() 449 ftDump->mUnderruns = underruns; in onWork()
|
D | FastThread.cpp | 274 mDumpState->mUnderruns++; in threadLoop()
|
D | Threads.h | 1386 return mFastMixerDumpState.mTracks[fastIndex].mUnderruns; in getFastTrackUnderruns()
|
D | Threads.cpp | 4994 FastTrackUnderruns underruns = ftDump->mUnderruns; in prepareTracks_l()
|