Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h761 bool mTimestampRetrogradeTimeReported = false; // reduce log spam variable
H A DAudioTrack.h1282 bool mTimestampRetrogradeTimeReported; // reduce log spam variable
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp441 mTimestampRetrogradeTimeReported = false; in start()
637 if (!mTimestampRetrogradeTimeReported) { in getTimestamp()
659 mTimestampRetrogradeTimeReported = true; in getTimestamp()
H A DAudioTrack.cpp668 mTimestampRetrogradeTimeReported = false; in set()
780 mTimestampRetrogradeTimeReported = false; in start()
3309 if (!mTimestampRetrogradeTimeReported) { in getTimestamp_l()
3313 mTimestampRetrogradeTimeReported = true; in getTimestamp_l()
3317 mTimestampRetrogradeTimeReported = false; in getTimestamp_l()