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 48 mOldTsValid = false;
62 if (!mOldTsValid) {
64 mOldTsValid = true;

Completed in 61 milliseconds