Home
last modified time | relevance | path

Searched refs:mTimestampStallReported (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp669 mTimestampStallReported = false; in set()
781 mTimestampStallReported = false; in start()
3129 if (!mTimestampStallReported) { in getTimestamp_l()
3132 mTimestampStallReported = true; in getTimestamp_l()
3136 mTimestampStallReported = false; in getTimestamp_l()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h1283 bool mTimestampStallReported; // reduce log spam variable