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

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

Completed in 2469 milliseconds