Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.cpp397 case ReleaseLogic::INCREASE: in throttlingReleaseUpdate()
407 case ReleaseLogic::DECREASE: in throttlingReleaseUpdate()
417 case ReleaseLogic::STEPWISE: in throttlingReleaseUpdate()
430 case ReleaseLogic::RELEASE_TO_FLOOR: in throttlingReleaseUpdate()
433 case ReleaseLogic::NONE: in throttlingReleaseUpdate()
Dconfig_parser.h64 enum ReleaseLogic : uint32_t { enum
75 ReleaseLogic release_logic;
Dconfig_parser.cpp551 ReleaseLogic release_logic = ReleaseLogic::NONE; in ParseSensorInfo()
608 release_logic = ReleaseLogic::INCREASE; in ParseSensorInfo()
611 release_logic = ReleaseLogic::DECREASE; in ParseSensorInfo()
614 release_logic = ReleaseLogic::STEPWISE; in ParseSensorInfo()
617 release_logic = ReleaseLogic::RELEASE_TO_FLOOR; in ParseSensorInfo()
/hardware/google/pixel/thermal/
DThermal.cpp417 case ReleaseLogic::INCREASE: in dumpThrottlingInfo()
420 case ReleaseLogic::DECREASE: in dumpThrottlingInfo()
423 case ReleaseLogic::STEPWISE: in dumpThrottlingInfo()
426 case ReleaseLogic::RELEASE_TO_FLOOR: in dumpThrottlingInfo()