Searched refs:mOldTsValid (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioWatchdog.h48 mOldTsValid(false), mUnderruns(0), mLogs(0), mDump(&mDummyDump)
79 bool mOldTsValid; // whether mOldTs is valid member in class:android::AudioWatchdog
H A DAudioWatchdog.cpp48 mOldTsValid = false;
62 if (!mOldTsValid) {
64 mOldTsValid = true;

Completed in 48 milliseconds