Home
last modified time | relevance | path

Searched refs:getTemperatureThresholds (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() method
/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl113 TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() method
/hardware/interfaces/thermal/aidl/default/
DThermal.h40 ndk::ScopedAStatus getTemperatureThresholds(
DThermal.cpp61 ScopedAStatus Thermal::getTemperatureThresholds( in getTemperatureThresholds() function in aidl::android::hardware::thermal::impl::example::Thermal
/hardware/interfaces/thermal/2.0/default/
DThermal.h66 Return<void> getTemperatureThresholds(bool filterType, TemperatureType type,
DThermal.cpp125 Return<void> Thermal::getTemperatureThresholds(bool filterType, TemperatureType type, in getTemperatureThresholds() function in android::hardware::thermal::V2_0::implementation::Thermal
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp155 Return<void> ThermalHidlWrapper::getTemperatureThresholds( in getTemperatureThresholds() function in aidl::android::hardware::thermal::ThermalHidlWrapper
171 a_status = thermal_service_->getTemperatureThresholds(&ret_aidl); in getTemperatureThresholds()
/hardware/interfaces/thermal/utils/include/thermalutils/
DThermalHidlWrapper.h72 Return<void> getTemperatureThresholds(bool filterType, TemperatureType_2_0 type,
/hardware/interfaces/thermal/utils/tests/
DThermalHidlWrapperTest.cpp229 mThermal->getTemperatureThresholds( in TEST_P()
241 mThermal->getTemperatureThresholds( in TEST_P()
/hardware/interfaces/thermal/2.0/vts/functional/
DVtsHalThermalV2_0TargetTest.cpp203 mThermal->getTemperatureThresholds( in TEST_P()
215 mThermal->getTemperatureThresholds( in TEST_P()
/hardware/google/pixel/thermal/
DThermal.h59 ndk::ScopedAStatus getTemperatureThresholds(
DThermal.cpp104 ndk::ScopedAStatus Thermal::getTemperatureThresholds( in getTemperatureThresholds() function in aidl::android::hardware::thermal::implementation::Thermal
/hardware/interfaces/thermal/2.0/
DIThermal.hal65 getTemperatureThresholds(bool filterType, TemperatureType type)
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp322 ::ndk::ScopedAStatus status = mThermal->getTemperatureThresholds(&ret); in TEST_P()