Home
last modified time | relevance | path

Searched defs:cooling_devices (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/thermal/2.0/default/
H A DThermal.cpp104 std::vector<CoolingDevice_1_0> cooling_devices = {kCooling_1_0}; in getCoolingDevices() local
144 std::vector<CoolingDevice_2_0> cooling_devices; in getCurrentCoolingDevices() local
/aosp12/hardware/google/pixel/thermal/
H A DThermal.cpp104 hidl_vec<CoolingDevice_1_0> cooling_devices; in getCoolingDevices() local
155 hidl_vec<CoolingDevice_2_0> cooling_devices; in getCurrentCoolingDevices() local
626 hidl_vec<CoolingDevice_2_0> cooling_devices; in debug() local
/aosp12/hardware/interfaces/thermal/2.0/vts/functional/
H A DVtsHalThermalV2_0TargetTest.cpp234 false, CoolingType::CPU, [](ThermalStatus status, hidl_vec<CoolingDevice> cooling_devices) { in TEST_P()
247 true, type, [&type](ThermalStatus status, hidl_vec<CoolingDevice> cooling_devices) { in TEST_P()
/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.cpp701 Json::Value cooling_devices = root["CoolingDevices"]; in ParseCoolingDevice() local