HomeSort by relevance Sort by last modified time
    Searched full:gettemperatures (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/interfaces/thermal/1.0/default/
Thermal.cpp 48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) {
53 if (!mModule || !mModule->getTemperatures) {
54 ALOGI("getTemperatures is not implemented in Thermal HAL.");
59 ssize_t size = mModule->getTemperatures(mModule, nullptr, 0);
63 size = mModule->getTemperatures(mModule, list.data(), list.size());
Thermal.h 45 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
android.hardware.thermal@1.0.so 
android.hardware.thermal@1.1.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
android.hardware.thermal@1.0.so 
android.hardware.thermal@1.1.so 
  /test/vts-testcase/hal/thermal/V1_0/target_stress/
thermal_hidl_stress_test.cpp 69 /* Stress test for Thermal::getTemperatures(). */
72 thermal_->getTemperatures(
  /device/google/wahoo/thermal/
Thermal.cpp 53 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) {
74 LOG(DEBUG) << "getTemperatures "
195 dump_buf << "getTemperatures:" << std::endl;
Thermal.h 51 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
  /hardware/interfaces/thermal/1.0/
IThermal.hal 38 getTemperatures()
  /hardware/libhardware/include/hardware/
thermal.h 139 * (*getTemperatures) is called to get temperatures in Celsius.
160 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size);
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
android.hardware.thermal@1.0.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
android.hardware.thermal@1.0.so 
  /hardware/interfaces/thermal/1.0/vts/functional/
VtsHalThermalV1_0TargetTest.cpp 180 // Sanity test for Thermal::getTemperatures().
184 thermal_->getTemperatures(
  /frameworks/base/cmds/statsd/src/external/
ResourceThermalManagerPuller.cpp 110 Return<void> ret = gThermalHal->getTemperatures(
  /hardware/libhardware/modules/thermal/
thermal.c 180 .getTemperatures = get_temperatures,
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 161 Return<void> ret = gThermalHal->getTemperatures(
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 
android.hardware.thermal@1.1.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
android.hardware.thermal@1.0.so.lsdump.gz 

Completed in 387 milliseconds

1 2