Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h163 enum class ReleaseLogic : uint32_t { enum
174 ReleaseLogic release_logic;
Dthermal_throttling.cpp694 case ReleaseLogic::INCREASE: in throttlingReleaseUpdate()
703 case ReleaseLogic::DECREASE: in throttlingReleaseUpdate()
712 case ReleaseLogic::STEPWISE: in throttlingReleaseUpdate()
723 case ReleaseLogic::RELEASE_TO_FLOOR: in throttlingReleaseUpdate()
726 case ReleaseLogic::NONE: in throttlingReleaseUpdate()
Dthermal_info.cpp693 ReleaseLogic release_logic = ReleaseLogic::NONE; in ParseBindedCdevInfo()
788 release_logic = ReleaseLogic::INCREASE; in ParseBindedCdevInfo()
791 release_logic = ReleaseLogic::DECREASE; in ParseBindedCdevInfo()
794 release_logic = ReleaseLogic::STEPWISE; in ParseBindedCdevInfo()
797 release_logic = ReleaseLogic::RELEASE_TO_FLOOR; in ParseBindedCdevInfo()
/hardware/google/pixel/thermal/
DThermal.cpp480 case ReleaseLogic::INCREASE: in dumpThrottlingInfo()
483 case ReleaseLogic::DECREASE: in dumpThrottlingInfo()
486 case ReleaseLogic::STEPWISE: in dumpThrottlingInfo()
489 case ReleaseLogic::RELEASE_TO_FLOOR: in dumpThrottlingInfo()