HomeSort by relevance Sort by last modified time
    Searched refs:mOldTsValid (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioWatchdog.h 48 mOldTsValid(false), mUnderruns(0), mLogs(0), mDump(&mDummyDump)
79 bool mOldTsValid; // whether mOldTs is valid
AudioWatchdog.cpp 45 mOldTsValid = false;
59 if (!mOldTsValid) {
61 mOldTsValid = true;

Completed in 277 milliseconds