HomeSort by relevance Sort by last modified time
    Searched refs:mDump (Results 1 - 8 of 8) 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;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 38 bool mDump;
AMDGPUTargetMachine.cpp 55 mDump(false)
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 38 bool mDump;
AMDGPUTargetMachine.cpp 55 mDump(false)
  /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 314 milliseconds