Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl137 TemperatureThreshold[] getTemperatureThresholdsWithType(in TemperatureType type); in getTemperatureThresholdsWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType() method
/hardware/interfaces/thermal/aidl/default/
DThermal.h43 ndk::ScopedAStatus getTemperatureThresholdsWithType(
DThermal.cpp67 ScopedAStatus Thermal::getTemperatureThresholdsWithType( in getTemperatureThresholdsWithType() function in aidl::android::hardware::thermal::impl::example::Thermal
/hardware/google/pixel/thermal/
DThermal.h61 ndk::ScopedAStatus getTemperatureThresholdsWithType(
DThermal.cpp110 ndk::ScopedAStatus Thermal::getTemperatureThresholdsWithType( in getTemperatureThresholdsWithType() function in aidl::android::hardware::thermal::implementation::Thermal
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp334 status = mThermal->getTemperatureThresholdsWithType(type, &ret); in TEST_P()
372 status = mThermal->getTemperatureThresholdsWithType(TemperatureType::SKIN, &thresholds); in TEST_P()
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp168 a_status = thermal_service_->getTemperatureThresholdsWithType( in getTemperatureThresholds()