Lines Matching refs:GetInstance
65 std::shared_ptr<AdpfConfig> adpfConfig = HintManagerT::GetInstance()->GetAdpfProfile(); in convertWorkDurationToBoostByPid()
142 HintManagerT::GetInstance()->GetAdpfProfile()->mHeuristicBoostOn.has_value() && in PowerHintSession()
143 HintManagerT::GetInstance() in PowerHintSession()
146 ? std::make_unique<SessionRecords>(HintManagerT::GetInstance() in PowerHintSession()
149 HintManagerT::GetInstance() in PowerHintSession()
160 auto adpfConfig = HintManagerT::GetInstance()->GetAdpfProfile(); in PowerHintSession()
192 auto adpfConfig = HintManagerT::GetInstance()->GetAdpfProfile(); in updatePidControlVariable()
205 mSupportedHints[hint] = HintManagerT::GetInstance()->IsHintSupported(hint); in tryToSendPowerHint()
208 HintManagerT::GetInstance()->DoHint(hint); in tryToSendPowerHint()
285 targetDurationNanos * HintManagerT::GetInstance()->GetAdpfProfile()->mTargetTimeFactor; in updateTargetWorkDuration()
313 auto adpfConfig = HintManagerT::GetInstance()->GetAdpfProfile(); in updateHeuristicBoost()
356 auto adpfConfig = HintManagerT::GetInstance()->GetAdpfProfile(); in reportActualWorkDuration()
444 auto adpfConfig = HintManagerT::GetInstance()->GetAdpfProfile(); in sendHint()
536 updatePidControlVariable(HintManagerT::GetInstance()->GetAdpfProfile()->mUclampMinInit); in setThreads()
568 HintManagerT::GetInstance()->GetAdpfProfile()->mStaleTimeFactor)); in isTimeout()