Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp466 mTimestampRetrogradeTimeReported = false; in start()
682 if (!mTimestampRetrogradeTimeReported) { in getTimestamp()
704 mTimestampRetrogradeTimeReported = true; in getTimestamp()
H A DAudioTrack.cpp705 mTimestampRetrogradeTimeReported = false; in set()
827 mTimestampRetrogradeTimeReported = false; in start()
3463 if (!mTimestampRetrogradeTimeReported) { in getTimestamp_l()
3467 mTimestampRetrogradeTimeReported = true; in getTimestamp_l()
3471 mTimestampRetrogradeTimeReported = false; in getTimestamp_l()
/aosp_15_r20/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h780 bool mTimestampRetrogradeTimeReported = false; // reduce log spam variable
H A DAudioTrack.h1415 bool mTimestampRetrogradeTimeReported; // reduce log spam variable