Searched refs:getCoolingDevicesWithType (Results 1 – 10 of 10) sorted by relevance
60 CoolingDevice[] getCoolingDevicesWithType(in CoolingType type); in getCoolingDevicesWithType() method
39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType() method
33 ndk::ScopedAStatus getCoolingDevicesWithType(CoolingType in_type,
44 ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType in_type, in getCoolingDevicesWithType() function in aidl::android::hardware::thermal::impl::example::Thermal
73 ndk::ScopedAStatus getCoolingDevicesWithType(CoolingType type,
87 ndk::ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType type, in getCoolingDevicesWithType() function in aidl::android::hardware::thermal::implementation::Thermal
265 a_status = thermal_service_->getCoolingDevicesWithType(static_cast<CoolingType>(type), in getCurrentCoolingDevices()
411 status = mThermal->getCoolingDevicesWithType(type, &ret); in TEST_P()