/aosp12/hardware/interfaces/thermal/1.0/default/ |
H A D | Thermal.cpp | 48 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 D | Thermal.h | 45 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | thermal.h | 160 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size); member
|
/aosp12/hardware/google/pixel/thermal/ |
H A D | Thermal.h | 59 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
|
H A D | Thermal.cpp | 66 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 D | Thermal.h | 59 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
|
H A D | Thermal.cpp | 85 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 D | thermal.c | 180 .getTemperatures = get_temperatures,
|
/aosp12/hardware/qcom/sm8150/thermal/ |
H A D | thermal.c | 185 .getTemperatures = get_temperatures,
|
/aosp12/hardware/qcom/sdm845/thermal/ |
H A D | thermal.c | 185 .getTemperatures = get_temperatures,
|
/aosp12/hardware/interfaces/thermal/1.0/ |
H A D | IThermal.hal | 38 getTemperatures()
|
/aosp12/hardware/interfaces/thermal/1.0/vts/functional/ |
H A D | VtsHalThermalV1_0TargetTest.cpp | 170 thermal_->getTemperatures( in TEST_P()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_HardwarePropertiesManagerService.cpp | 161 Return<void> ret = gThermalHal->getTemperatures( in nativeGetDeviceTemperatures()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ThermalManagerService.java | 689 mThermalHal10.getTemperatures( in getCurrentTemperatures() 824 mThermalHal11.getTemperatures( in getCurrentTemperatures()
|