Searched refs:nextTimeOut (Results 1 – 3 of 3) sorted by relevance
138 void ScreenOffPreController::SchedulEyeDetectTimeout(int64_t nextTimeOut, int64_t now) in SchedulEyeDetectTimeout() argument144 int64_t nextEyeDetectTime = nextTimeOut - remainTime_ - now; in SchedulEyeDetectTimeout()
35 void SchedulEyeDetectTimeout(int64_t nextTimeOut, int64_t now);
1113 int64_t nextTimeOut = now + displayOffTime - this->GetDimTime(displayOffTime); in WakeupDeviceInner() local1116 …cast<long long>(now), static_cast<long long>(displayOffTime), static_cast<long long>(nextTimeOut)); in WakeupDeviceInner()1120 screenOffPreController->SchedulEyeDetectTimeout(nextTimeOut, now); in WakeupDeviceInner()