Home
last modified time | relevance | path

Searched refs:getTemperatures (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/interfaces/thermal/1.0/default/
H A DThermal.cpp48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V1_0::implementation::Thermal
53 if (!mModule || !mModule->getTemperatures) { in getTemperatures()
59 ssize_t size = mModule->getTemperatures(mModule, nullptr, 0); in getTemperatures()
63 size = mModule->getTemperatures(mModule, list.data(), list.size()); in getTemperatures()
H A DThermal.h45 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
/aosp12/hardware/libhardware/include/hardware/
H A Dthermal.h160 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size); member
/aosp12/hardware/google/pixel/thermal/
H A DThermal.h59 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
H A DThermal.cpp66 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V2_0::implementation::Thermal
/aosp12/hardware/interfaces/thermal/2.0/default/
H A DThermal.h59 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
H A DThermal.cpp85 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V2_0::implementation::Thermal
/aosp12/hardware/libhardware/modules/thermal/
H A Dthermal.c180 .getTemperatures = get_temperatures,
/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal.c185 .getTemperatures = get_temperatures,
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal.c185 .getTemperatures = get_temperatures,
/aosp12/hardware/interfaces/thermal/1.0/
H A DIThermal.hal38 getTemperatures()
/aosp12/hardware/interfaces/thermal/1.0/vts/functional/
H A DVtsHalThermalV1_0TargetTest.cpp170 thermal_->getTemperatures( in TEST_P()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp161 Return<void> ret = gThermalHal->getTemperatures( in nativeGetDeviceTemperatures()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java689 mThermalHal10.getTemperatures( in getCurrentTemperatures()
824 mThermalHal11.getTemperatures( in getCurrentTemperatures()