Searched refs:mPowerHintSession (Results 1 – 2 of 2) sorted by relevance
89 mPowerHintSession(nullptr) { in PowerHalHintWorker()145 mPowerHintSession = nullptr; in connectPowerHal()386 if (mPowerHintSession == nullptr) { in sendActualWorkDuration()406 auto ret = mPowerHintSession->reportActualWorkDuration(hintQueue); in sendActualWorkDuration()424 if (mPowerHintSession == nullptr) { in updateTargetWorkDuration()440 auto ret = mPowerHintSession->updateTargetWorkDuration(targetWorkDuration); in updateTargetWorkDuration()565 if (mTidsUpdated && useHintSession) mPowerHintSession = nullptr; in Routine()567 (mPowerHintSession == nullptr) && useHintSession && !mBinderTids.empty(); in Routine()585 needStartHintSession = (mPowerHintSession == nullptr) && useHintSession && !mBinderTids.empty(); in Routine()662 targetWorkDuration, &mPowerHintSession); in startHintSession()
1569 std::shared_ptr<aidl::android::hardware::power::IPowerHintSession> mPowerHintSession; variable