Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h760 bool mTimestampRetrogradeTimeReported = false; // reduce log spam variable
DAudioTrack.h1272 bool mTimestampRetrogradeTimeReported; // reduce log spam variable
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp441 mTimestampRetrogradeTimeReported = false; in start()
637 if (!mTimestampRetrogradeTimeReported) { in getTimestamp()
659 mTimestampRetrogradeTimeReported = true; in getTimestamp()
DAudioTrack.cpp653 mTimestampRetrogradeTimeReported = false; in set()
759 mTimestampRetrogradeTimeReported = false; in start()
3197 if (!mTimestampRetrogradeTimeReported) { in getTimestamp_l()
3201 mTimestampRetrogradeTimeReported = true; in getTimestamp_l()
3205 mTimestampRetrogradeTimeReported = false; in getTimestamp_l()