Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2396 standbyTime = systemTime(); in threadLoop()
2477 standbyTime = systemTime() + standbyDelay; in threadLoop()
2482 if ((!mActiveTracks.size() && systemTime() > standbyTime) || in threadLoop()
2517 standbyTime = systemTime() + standbyDelay; in threadLoop()
3131 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
4193 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
4630 standbyTime = systemTime() + standbyDelay; in prepareTracks_l()
4775 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
DThreads.h743 nsecs_t standbyTime; variable