Home
last modified time | relevance | path

Searched refs:mDump (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioWatchdog.cpp89 mDump->mUnderruns = ++mUnderruns; in threadLoop()
91 mDump->mLogs = ++mLogs; in threadLoop()
92 mDump->mMostRecent = time(NULL); in threadLoop()
134 mDump = dump != NULL ? dump : &mDummyDump; in setDump()
DAudioWatchdog.h48 mOldTsValid(false), mUnderruns(0), mLogs(0), mDump(&mDummyDump) in Thread()
82 AudioWatchdogDump* mDump; // where to store the dump, always non-NULL variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp91 mDump(nullptr), in Device()
186 mDump(mHwcDevice, &numBytes, nullptr); in dump()
189 mDump(mHwcDevice, &numBytes, buffer.data()); in dump()
344 if (!loadFunctionPointer(FunctionDescriptor::Dump, mDump)) return; in loadFunctionPointers()
DHWC2.h140 HWC2_PFN_DUMP mDump; variable