Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp288 struct timespec newLoad; in threadLoop() local
289 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &newLoad); in threadLoop()
292 sec = newLoad.tv_sec - oldLoad.tv_sec; in threadLoop()
293 nsec = newLoad.tv_nsec - oldLoad.tv_nsec; in threadLoop()
306 oldLoad = newLoad; in threadLoop()