Searched refs:mDump (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioWatchdog.cpp | 89 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()
|
D | AudioWatchdog.h | 48 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/ |
D | HWC2.cpp | 91 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()
|
D | HWC2.h | 140 HWC2_PFN_DUMP mDump; variable
|