Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastThread.cpp276 struct timespec newLoad; in threadLoop() local
277 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &newLoad); in threadLoop()
280 sec = newLoad.tv_sec - mOldLoad.tv_sec; in threadLoop()
281 nsec = newLoad.tv_nsec - mOldLoad.tv_nsec; in threadLoop()
294 mOldLoad = newLoad; in threadLoop()