Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp991 constexpr auto SLEEP_INTERVAL_MS = 10ms; in pauseAndWait() local
1021 std::this_thread::sleep_for(std::min(remaining, SLEEP_INTERVAL_MS)); in pauseAndWait()