Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.cpp44 PowerHalService::PowerHalService() in PowerHalService() function in aidl::android::hardware::thermal::implementation::PowerHalService
49 bool PowerHalService::connect() { in connect()
107 void PowerHalService::reconnect() { in reconnect()
130 void PowerHalService::updateSupportedPowerHints( in updateSupportedPowerHints()
158 void PowerHalService::sendPowerExtHint(const Temperature &t) { in sendPowerExtHint()
189 bool PowerHalService::isModeSupported(const std::string &type, const ThrottlingSeverity &t) { in isModeSupported()
207 void PowerHalService::setMode(const std::string &type, const ThrottlingSeverity &t, in setMode()
Dpowerhal_helper.h49 class PowerHalService {
51 PowerHalService();
52 ~PowerHalService() = default;
69 auto *e = static_cast<PowerHalService *>(cookie); in onPowerHalExtAidlBinderDied()
/hardware/google/pixel/thermal/
Dthermal-helper.h243 PowerHalService power_hal_service_;