Home
last modified time | relevance | path

Searched refs:ReleaseLogic (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h64 enum ReleaseLogic : uint32_t { enum
75 ReleaseLogic release_logic;
Dthermal_throttling.cpp312 case ReleaseLogic::INCREASE: in throttlingReleaseUpdate()
321 case ReleaseLogic::DECREASE: in throttlingReleaseUpdate()
330 case ReleaseLogic::STEPWISE: in throttlingReleaseUpdate()
341 case ReleaseLogic::RELEASE_TO_FLOOR: in throttlingReleaseUpdate()
344 case ReleaseLogic::NONE: in throttlingReleaseUpdate()
Dthermal_info.cpp654 ReleaseLogic release_logic = ReleaseLogic::NONE; in ParseSensorInfo()
711 release_logic = ReleaseLogic::INCREASE; in ParseSensorInfo()
714 release_logic = ReleaseLogic::DECREASE; in ParseSensorInfo()
717 release_logic = ReleaseLogic::STEPWISE; in ParseSensorInfo()
720 release_logic = ReleaseLogic::RELEASE_TO_FLOOR; in ParseSensorInfo()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h64 enum ReleaseLogic : uint32_t { enum
75 ReleaseLogic release_logic;
Dthermal_throttling.cpp570 case ReleaseLogic::INCREASE: in throttlingReleaseUpdate()
579 case ReleaseLogic::DECREASE: in throttlingReleaseUpdate()
588 case ReleaseLogic::STEPWISE: in throttlingReleaseUpdate()
599 case ReleaseLogic::RELEASE_TO_FLOOR: in throttlingReleaseUpdate()
602 case ReleaseLogic::NONE: in throttlingReleaseUpdate()
Dthermal_info.cpp195 ReleaseLogic release_logic = ReleaseLogic::NONE; in ParseBindedCdevInfo()
248 release_logic = ReleaseLogic::INCREASE; in ParseBindedCdevInfo()
251 release_logic = ReleaseLogic::DECREASE; in ParseBindedCdevInfo()
254 release_logic = ReleaseLogic::STEPWISE; in ParseBindedCdevInfo()
257 release_logic = ReleaseLogic::RELEASE_TO_FLOOR; in ParseBindedCdevInfo()
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp428 case ReleaseLogic::INCREASE: in dumpThrottlingInfo()
431 case ReleaseLogic::DECREASE: in dumpThrottlingInfo()
434 case ReleaseLogic::STEPWISE: in dumpThrottlingInfo()
437 case ReleaseLogic::RELEASE_TO_FLOOR: in dumpThrottlingInfo()
/hardware/google/pixel/thermal/
DThermal.cpp434 case ReleaseLogic::INCREASE: in dumpThrottlingInfo()
437 case ReleaseLogic::DECREASE: in dumpThrottlingInfo()
440 case ReleaseLogic::STEPWISE: in dumpThrottlingInfo()
443 case ReleaseLogic::RELEASE_TO_FLOOR: in dumpThrottlingInfo()