Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DAudioWatchdog.cpp31 if (mMostRecent != 0) { in dump()
33 ctime_r(&mMostRecent, buf); in dump()
93 mDump->mMostRecent = time(nullptr /* tloc */); in threadLoop()
DAudioWatchdog.h35 time_t mMostRecent = 0; // time of most recent log member
/frameworks/av/services/audioflinger/fastpath/
DFastMixerDumpState.h49 FastTrackUnderrunStatus mMostRecent : 2; // status of most recent framesReady() member
DFastMixer.cpp412 underruns.mBitFields.mMostRecent = UNDERRUN_EMPTY; in onWork()
417 underruns.mBitFields.mMostRecent = UNDERRUN_PARTIAL; in onWork()
423 underruns.mBitFields.mMostRecent = UNDERRUN_FULL; in onWork()
DFastMixerDumpState.cpp170 switch (underruns.mBitFields.mMostRecent) { in dump()
/frameworks/av/services/audioflinger/
DTracks.cpp947 switch (mObservedUnderruns.mBitFields.mMostRecent) { in appendDump()
DThreads.cpp5830 track->fastTrackUnderruns().mBitFields.mMostRecent = UNDERRUN_FULL; in prepareTracks_l()