Home
last modified time | relevance | path

Searched refs:getTemperaturesWithType (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl91 Temperature[] getTemperaturesWithType(in TemperatureType type); in getTemperaturesWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl41 …android.hardware.thermal.Temperature[] getTemperaturesWithType(in android.hardware.thermal.Tempera… in getTemperaturesWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl41 …android.hardware.thermal.Temperature[] getTemperaturesWithType(in android.hardware.thermal.Tempera… in getTemperaturesWithType() method
/hardware/interfaces/thermal/aidl/default/
DThermal.h37 ndk::ScopedAStatus getTemperaturesWithType(TemperatureType in_type,
DThermal.cpp55 ScopedAStatus Thermal::getTemperaturesWithType(TemperatureType in_type, in getTemperaturesWithType() function in aidl::android::hardware::thermal::impl::example::Thermal
/hardware/google/pixel/thermal/
DThermal.h47 ndk::ScopedAStatus getTemperaturesWithType(TemperatureType type,
DThermal.cpp66 ndk::ScopedAStatus Thermal::getTemperaturesWithType(TemperatureType type, in getTemperaturesWithType() function in aidl::android::hardware::thermal::implementation::Thermal
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp183 status = mThermal->getTemperaturesWithType(type, &ret); in TEST_P()
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp138 a_status = thermal_service_->getTemperaturesWithType(static_cast<TemperatureType>(type), in getCurrentTemperatures()