Home
last modified time | relevance | path

Searched refs:mTimestampRetrogradeTimeReported (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h774 bool mTimestampRetrogradeTimeReported = false; // reduce log spam variable
DAudioTrack.h1411 bool mTimestampRetrogradeTimeReported; // reduce log spam variable
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp431 mTimestampRetrogradeTimeReported = false; in start()
647 if (!mTimestampRetrogradeTimeReported) { in getTimestamp()
669 mTimestampRetrogradeTimeReported = true; in getTimestamp()
DAudioTrack.cpp687 mTimestampRetrogradeTimeReported = false; in set()
803 mTimestampRetrogradeTimeReported = false; in start()
3432 if (!mTimestampRetrogradeTimeReported) { in getTimestamp_l()
3436 mTimestampRetrogradeTimeReported = true; in getTimestamp_l()
3440 mTimestampRetrogradeTimeReported = false; in getTimestamp_l()