HomeSort by relevance Sort by last modified time
    Searched full:mmostrecent (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 31 if (mMostRecent != 0) {
33 ctime_r(&mMostRecent, buf);
92 mDump->mMostRecent = time(NULL);
AudioWatchdog.h 33 AudioWatchdogDump() : mUnderruns(0), mLogs(0), mMostRecent(0) { }
37 time_t mMostRecent; // time of most recent log
FastMixerDumpState.h 45 FastTrackUnderrunStatus mMostRecent : 2; // status of most recent framesReady()
FastMixer.cpp 381 underruns.mBitFields.mMostRecent = UNDERRUN_EMPTY;
386 underruns.mBitFields.mMostRecent = UNDERRUN_PARTIAL;
391 underruns.mBitFields.mMostRecent = UNDERRUN_FULL;
655 switch (underruns.mBitFields.mMostRecent) {
Tracks.cpp 554 switch (mObservedUnderruns.mBitFields.mMostRecent) {
    [all...]
Threads.cpp     [all...]

Completed in 392 milliseconds