Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp1132 bool shouldWait = (strategy == STRATEGY_SONIFICATION) || in startOutput() local
1150 if (shouldWait && desc->isActive(latency * 2) && (waitMs < latency)) { in startOutput()