Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThread.cpp306 sec = newLoad.tv_sec - mOldLoad.tv_sec; in threadLoop()
307 nsec = newLoad.tv_nsec - mOldLoad.tv_nsec; in threadLoop()
320 mOldLoad = newLoad; in threadLoop()
DFastThread.h70 struct timespec mOldLoad; // previous value of clock_gettime(CLOCK_THREAD_CPUTIME_ID) variable
DFastMixer.cpp86 mOldLoad.tv_sec = 0; in FastMixer()
87 mOldLoad.tv_nsec = 0; in FastMixer()