Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp992 constexpr auto POSITION_TIMEOUT_MS = 40ms; // don't wait longer than this for position change. in pauseAndWait() local
1007 (elapsed >= POSITION_TIMEOUT_MS || position != priorPosition)) { in pauseAndWait()