Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp1190 standbyDelay(AudioFlinger::mStandbyTimeInNsecs), in PlaybackThread()
2477 standbyTime = systemTime() + standbyDelay; in threadLoop()
2517 standbyTime = systemTime() + standbyDelay; in threadLoop()
3131 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
4193 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
4349 standbyDelay = microseconds(activeSleepTime*2); in cacheParameters_l()
4351 standbyDelay = kOffloadStandbyDelayNs; in cacheParameters_l()
4630 standbyTime = systemTime() + standbyDelay; in prepareTracks_l()
4775 standbyTime = systemTime() + standbyDelay; in threadLoop_mix()
DThreads.h763 nsecs_t standbyDelay; variable