Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp668 mTimestampStallReported = false; in set()
738 mTimestampStallReported = false; in start()
3194 if (!mTimestampStallReported) { in getTimestamp_l()
3197 mTimestampStallReported = true; in getTimestamp_l()
3201 mTimestampStallReported = false; in getTimestamp_l()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1393 bool mTimestampStallReported; // reduce log spam variable