Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsContext.cpp131 mTimerActive = RS_TIMER_INTERNAL; in timerInit()
156 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
157 mTimerActive = tm; in timerSet()
H A DrsContext.h363 Timers mTimerActive; variable
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java190 private boolean mTimerActive; field in CarPowerManagementService
775 mTimerActive = false; in releaseTimerLocked()
807 mTimerActive = true; in doHandlePreprocessing()
1574 if (!mTimerActive) { in run()