Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/screenoffpre/
H A Dscreen_off_pre_controller.cpp138 void ScreenOffPreController::SchedulEyeDetectTimeout(int64_t nextTimeOut, int64_t now) in SchedulEyeDetectTimeout() argument
144 int64_t nextEyeDetectTime = nextTimeOut - remainTime_ - now; in SchedulEyeDetectTimeout()
H A Dscreen_off_pre_controller.h35 void SchedulEyeDetectTimeout(int64_t nextTimeOut, int64_t now);
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1113 int64_t nextTimeOut = now + displayOffTime - this->GetDimTime(displayOffTime); in WakeupDeviceInner() local
1116 …cast<long long>(now), static_cast<long long>(displayOffTime), static_cast<long long>(nextTimeOut)); in WakeupDeviceInner()
1120 screenOffPreController->SchedulEyeDetectTimeout(nextTimeOut, now); in WakeupDeviceInner()