Home
last modified time | relevance | path

Searched defs:getTemperatures (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl40 android.hardware.thermal.Temperature[] getTemperatures(); in getTemperatures() method
/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl75 Temperature[] getTemperatures(); in getTemperatures() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl40 android.hardware.thermal.Temperature[] getTemperatures(); in getTemperatures() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl40 android.hardware.thermal.Temperature[] getTemperatures(); in getTemperatures() method
/hardware/google/pixel/thermal/tests/
Dthermal_looper_test.cpp44 std::vector<Temperature> getTemperatures() { in getTemperatures() function in aidl::android::hardware::thermal::implementation::TestCallback
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V1_0::implementation::Thermal
/hardware/libhardware/include_vendor/hardware/
Dthermal.h160 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size); member
/hardware/interfaces/thermal/aidl/default/
DThermal.cpp50 ScopedAStatus Thermal::getTemperatures(std::vector<Temperature>* /* out_temperatures */) { in getTemperatures() function in aidl::android::hardware::thermal::impl::example::Thermal
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp85 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V2_0::implementation::Thermal
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp105 Return<void> ThermalHidlWrapper::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in aidl::android::hardware::thermal::ThermalHidlWrapper
/hardware/google/pixel/thermal/
DThermal.cpp62 ndk::ScopedAStatus Thermal::getTemperatures(std::vector<Temperature> *_aidl_return) { in getTemperatures() function in aidl::android::hardware::thermal::implementation::Thermal