Home
last modified time | relevance | path

Searched refs:getCoolingDevicesWithType (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl60 CoolingDevice[] getCoolingDevicesWithType(in CoolingType type); in getCoolingDevicesWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType() method
/hardware/interfaces/thermal/aidl/default/
DThermal.h33 ndk::ScopedAStatus getCoolingDevicesWithType(CoolingType in_type,
DThermal.cpp44 ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType in_type, in getCoolingDevicesWithType() function in aidl::android::hardware::thermal::impl::example::Thermal
/hardware/google/pixel/thermal/
DThermal.h73 ndk::ScopedAStatus getCoolingDevicesWithType(CoolingType type,
DThermal.cpp87 ndk::ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType type, in getCoolingDevicesWithType() function in aidl::android::hardware::thermal::implementation::Thermal
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp265 a_status = thermal_service_->getCoolingDevicesWithType(static_cast<CoolingType>(type), in getCurrentCoolingDevices()
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp411 status = mThermal->getCoolingDevicesWithType(type, &ret); in TEST_P()