Home
last modified time | relevance | path

Searched refs:getCoolingDevices (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/thermal/1.0/default/
DThermal.cpp142 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() function in android::hardware::thermal::V1_0::implementation::Thermal
147 if (!mModule || !mModule->getCoolingDevices) { in getCoolingDevices()
153 ssize_t size = mModule->getCoolingDevices(mModule, nullptr, 0); in getCoolingDevices()
157 size = mModule->getCoolingDevices(mModule, list.data(), list.size()); in getCoolingDevices()
DThermal.h47 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
/hardware/libhardware/include_vendor/hardware/
Dthermal.h202 ssize_t (*getCoolingDevices)(struct thermal_module *module, cooling_device_t *list, member
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl43 CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
/hardware/interfaces/thermal/aidl/default/
DThermal.h32 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice>* out_devices) override;
DThermal.cpp39 ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice>* /* out_devices */) { in getCoolingDevices() function in aidl::android::hardware::thermal::impl::example::Thermal
/hardware/interfaces/thermal/2.0/default/
DThermal.h61 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
DThermal.cpp101 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() function in android::hardware::thermal::V2_0::implementation::Thermal
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp118 Return<void> ThermalHidlWrapper::getCoolingDevices( in getCoolingDevices() function in aidl::android::hardware::thermal::ThermalHidlWrapper
268 a_status = thermal_service_->getCoolingDevices(&ret_aidl); in getCurrentCoolingDevices()
/hardware/interfaces/thermal/utils/include/thermalutils/
DThermalHidlWrapper.h67 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
/hardware/libhardware/modules/thermal/
Dthermal.c182 .getCoolingDevices = get_cooling_devices,
/hardware/google/pixel/thermal/
DThermal.h72 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) override;
DThermal.cpp83 ndk::ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) { in getCoolingDevices() function in aidl::android::hardware::thermal::implementation::Thermal
/hardware/interfaces/thermal/1.0/
DIThermal.hal75 getCoolingDevices()
/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp200 thermal_->getCoolingDevices([&passed]( in TEST_P()
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp399 ::ndk::ScopedAStatus status = mThermal->getCoolingDevices(&ret); in TEST_P()