Searched refs:mPendingIdleUntil_ (Results 1 – 3 of 3) sorted by relevance
493 if (mPendingIdleUntil_ != nullptr && id == mPendingIdleUntil_->id) { in RemoveLocked()495 mPendingIdleUntil_ = nullptr; in RemoveLocked()540 mPendingIdleUntil_ = alarm; in SetHandlerLocked()684 mPendingIdleUntil_ = nullptr; in TriggerIdleTimer()705 if (mPendingIdleUntil_ != nullptr && mPendingIdleUntil_->id == alarm->id) { in ProcTriggerTimer()1136 if (mPendingIdleUntil_ == alarm) { in AdjustDeliveryTimeBasedOnDeviceIdle()1139 if (mPendingIdleUntil_ == nullptr) { in AdjustDeliveryTimeBasedOnDeviceIdle()1168 …auto offset = ConvertToElapsed(mPendingIdleUntil_->when, mPendingIdleUntil_->type) - GetBootTimeNs… in AdjustDeliveryTimeBasedOnDeviceIdle()1273 if (mPendingIdleUntil_ != nullptr) { in ShowIdleTimerInfo()1305 if (mPendingIdleUntil_ != nullptr) { in HandleRSSDeath()[all …]
1250 auto alarm = TimerManager::GetInstance()->mPendingIdleUntil_;1251 TimerManager::GetInstance()->mPendingIdleUntil_ = timerInfo1;1255 TimerManager::GetInstance()->mPendingIdleUntil_ = nullptr;1270 TimerManager::GetInstance()->mPendingIdleUntil_ = alarm;1313 alarm = TimerManager::GetInstance()->mPendingIdleUntil_;1314 TimerManager::GetInstance()->mPendingIdleUntil_ = nullptr;1324 TimerManager::GetInstance()->mPendingIdleUntil_ = timerInfo;1335 TimerManager::GetInstance()->mPendingIdleUntil_ = alarm;
161 std::shared_ptr<TimerInfo> mPendingIdleUntil_; variable