Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3318 nsecs_t timeLoopNextNs = 0; in threadLoop() local
3901 timeLoopNextNs += microseconds((nsecs_t)mSleepTimeUs); in threadLoop()
3906 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()
3911 timeLoopNextNs = nowNs + deltaNs; in threadLoop()