HomeSort by relevance Sort by last modified time
    Searched defs:mMostRecent (Results 1 - 3 of 3) 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
FastMixerDumpState.h 48 FastTrackUnderrunStatus mMostRecent : 2; // status of most recent framesReady()
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DownloadsDeletionType.java 46 private long mMostRecent;
131 mMostRecent = data.youngestLastModified;
150 return mMostRecent;

Completed in 76 milliseconds