HomeSort by relevance Sort by last modified time
    Searched refs:mDump (Results 1 - 2 of 2) 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;

Completed in 160 milliseconds