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

  /frameworks/av/services/audioflinger/
AudioWatchdog.h 48 mOldTsValid(false), mUnderruns(0), mLogs(0), mDump(&mDummyDump)
82 AudioWatchdogDump* mDump; // where to store the dump, always non-NULL
AudioWatchdog.cpp 89 mDump->mUnderruns = ++mUnderruns;
91 mDump->mLogs = ++mLogs;
92 mDump->mMostRecent = time(NULL);
134 mDump = dump != NULL ? dump : &mDummyDump;
  /system/extras/tests/sdcard/
testcase.h 139 bool mDump; // print the raw values instead of a human friendly report.
testcase.cpp 45 mType(UNKNOWN_TEST), mDump(false), mCpuScaling(false),

Completed in 67 milliseconds