Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastThread.cpp280 sec = newLoad.tv_sec - mOldLoad.tv_sec; in threadLoop()
281 nsec = newLoad.tv_nsec - mOldLoad.tv_nsec; in threadLoop()
294 mOldLoad = newLoad; in threadLoop()
DFastThread.h70 struct timespec mOldLoad; // previous value of clock_gettime(CLOCK_THREAD_CPUTIME_ID) variable
DFastMixer.cpp78 mOldLoad.tv_sec = 0; in FastMixer()
79 mOldLoad.tv_nsec = 0; in FastMixer()