Home
last modified time | relevance | path

Searched refs:mDump (Results 1 – 2 of 2) 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