Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2154 standbyTime = systemTime(); in threadLoop()
2227 standbyTime = systemTime() + standbyDelay; in threadLoop()
2232 if ((!mActiveTracks.size() && systemTime() > standbyTime) || in threadLoop()
2267 standbyTime = systemTime() + standbyDelay; in threadLoop()
2778 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
3707 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
4080 standbyTime = systemTime() + standbyDelay; in prepareTracks_l()
4231 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
DThreads.h560 nsecs_t standbyTime; variable