HomeSort by relevance Sort by last modified time
    Searched full:getcoolingdevices (Results 1 - 23 of 23) sorted by null

  /hardware/interfaces/thermal/1.0/default/
Thermal.cpp 142 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) {
147 if (!mModule || !mModule->getCoolingDevices) {
148 ALOGI("getCoolingDevices is not implemented in Thermal HAL.");
153 ssize_t size = mModule->getCoolingDevices(mModule, nullptr, 0);
157 size = mModule->getCoolingDevices(mModule, list.data(), list.size());
Thermal.h 47 Return<void> getCoolingDevices(getCoolingDevices_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 
  /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 
  /test/vts-testcase/hal/thermal/V1_0/target_stress/
thermal_hidl_stress_test.cpp 99 /* Stress test for Thermal::getCoolingDevices(). */
102 thermal_->getCoolingDevices(
  /hardware/interfaces/thermal/1.0/
IThermal.hal 75 getCoolingDevices()
  /hardware/libhardware/include/hardware/
thermal.h 181 * (*getCoolingDevices) is called to get the cooling devices information.
202 ssize_t (*getCoolingDevices)(struct thermal_module *module, cooling_device_t *list,
  /device/google/wahoo/thermal/
Thermal.h 53 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
Thermal.cpp 118 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) {
  /hardware/interfaces/thermal/1.0/vts/functional/
VtsHalThermalV1_0TargetTest.cpp 210 // Sanity test for Thermal::getCoolingDevices().
214 thermal_->getCoolingDevices([&passed](
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 129 Return<void> ret = gThermalHal->getCoolingDevices(
140 ALOGE("getCoolingDevices failed status: %s", ret.description().c_str());
  /hardware/libhardware/modules/thermal/
thermal.c 182 .getCoolingDevices = get_cooling_devices,
  /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 
  /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 389 milliseconds