/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 142 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()
|
D | Thermal.h | 47 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
|
/hardware/libhardware/include_vendor/hardware/ |
D | thermal.h | 202 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/ |
D | IThermal.aidl | 38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
|
/hardware/interfaces/thermal/aidl/android/hardware/thermal/ |
D | IThermal.aidl | 43 CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/ |
D | IThermal.aidl | 38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/ |
D | IThermal.aidl | 38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() method
|
/hardware/interfaces/thermal/aidl/default/ |
D | Thermal.h | 32 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice>* out_devices) override;
|
D | Thermal.cpp | 39 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/ |
D | Thermal.h | 61 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
|
D | Thermal.cpp | 101 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() function in android::hardware::thermal::V2_0::implementation::Thermal
|
/hardware/interfaces/thermal/utils/ |
D | ThermalHidlWrapper.cpp | 118 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/ |
D | ThermalHidlWrapper.h | 67 Return<void> getCoolingDevices(getCoolingDevices_cb _hidl_cb) override;
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 182 .getCoolingDevices = get_cooling_devices,
|
/hardware/google/pixel/thermal/ |
D | Thermal.h | 72 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) override;
|
D | Thermal.cpp | 83 ndk::ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) { in getCoolingDevices() function in aidl::android::hardware::thermal::implementation::Thermal
|
/hardware/interfaces/thermal/1.0/ |
D | IThermal.hal | 75 getCoolingDevices()
|
/hardware/interfaces/thermal/1.0/vts/functional/ |
D | VtsHalThermalV1_0TargetTest.cpp | 200 thermal_->getCoolingDevices([&passed]( in TEST_P()
|
/hardware/interfaces/thermal/aidl/vts/ |
D | VtsHalThermalTargetTest.cpp | 399 ::ndk::ScopedAStatus status = mThermal->getCoolingDevices(&ret); in TEST_P()
|