Searched refs:mLastFrameNotification (Results 1 – 2 of 2) sorted by relevance
140 mLastFrameNotification = systemTime(); in updateTargetWorkDuration()150 mLastFrameNotification = systemTime(); in reportActualWorkDuration()174 if (now - mLastFrameNotification > kResetHintTimeout && in sendLoadResetHint()179 mLastFrameNotification = now; in sendLoadResetHint()192 return mLastFrameNotification; in getLastUpdate()
63 nsecs_t mLastFrameNotification = 0; variable