Searched refs:oldLoad (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp74 struct timespec oldLoad = {0, 0}; // previous value of clock_gettime(CLOCK_THREAD_CPUTIME_ID) local
75 bool oldLoadValid = false; // whether oldLoad is valid
537 sec = newLoad.tv_sec - oldLoad.tv_sec;
538 nsec = newLoad.tv_nsec - oldLoad.tv_nsec;
551 oldLoad = newLoad;

Completed in 22 milliseconds