Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp693 ReleaseLogic release_logic = ReleaseLogic::NONE; in ParseBindedCdevInfo() local
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()
813 .release_logic = release_logic, in ParseBindedCdevInfo()
Dthermal_info.h174 ReleaseLogic release_logic; member
Dthermal_throttling.cpp693 switch (binded_cdev_info_pair.second.release_logic) { in throttlingReleaseUpdate()
/hardware/google/pixel/thermal/
DThermal.cpp479 switch (binded_cdev_info_pair.second.release_logic) { in dumpThrottlingInfo()