Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp654 mTimestampStallReported = false; in set()
760 mTimestampStallReported = false; in start()
3017 if (!mTimestampStallReported) { in getTimestamp_l()
3020 mTimestampStallReported = true; in getTimestamp_l()
3024 mTimestampStallReported = false; in getTimestamp_l()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1273 bool mTimestampStallReported; // reduce log spam variable