/hardware/interfaces/thermal/aidl/android/hardware/thermal/ |
D | IThermal.aidl | 19 import android.hardware.thermal.CoolingDevice; 43 CoolingDevice[] getCoolingDevices(); in getCoolingDevices() 60 CoolingDevice[] getCoolingDevicesWithType(in CoolingType type); in getCoolingDevicesWithType()
|
D | ICoolingDeviceChangedCallback.aidl | 19 import android.hardware.thermal.CoolingDevice; 35 oneway void notifyCoolingDeviceChanged(in CoolingDevice coolingDevice); in notifyCoolingDeviceChanged()
|
D | CoolingDevice.aidl | 24 parcelable CoolingDevice {
|
/hardware/interfaces/thermal/1.0/vts/functional/ |
D | VtsHalThermalV1_0TargetTest.cpp | 34 using ::android::hardware::thermal::V1_0::CoolingDevice; 104 void checkCoolingDevices(const hidl_vec<CoolingDevice> coolingDevices) { in checkCoolingDevices() 156 void checkCoolingDevice(const CoolingDevice& coolingDevice) { in checkCoolingDevice() 198 hidl_vec<CoolingDevice> passed; in TEST_P() 201 ThermalStatus status, hidl_vec<CoolingDevice> coolingDevices) { in TEST_P()
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/ |
D | IThermal.aidl | 38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() 39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType()
|
D | CoolingDevice.aidl | 37 parcelable CoolingDevice {
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/ |
D | IThermal.aidl | 38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() 39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType()
|
D | ICoolingDeviceChangedCallback.aidl | 38 oneway void notifyCoolingDeviceChanged(in android.hardware.thermal.CoolingDevice coolingDevice); in notifyCoolingDeviceChanged()
|
D | CoolingDevice.aidl | 37 parcelable CoolingDevice {
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/ |
D | IThermal.aidl | 38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices() 39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType()
|
D | ICoolingDeviceChangedCallback.aidl | 38 oneway void notifyCoolingDeviceChanged(in android.hardware.thermal.CoolingDevice coolingDevice); in notifyCoolingDeviceChanged()
|
D | CoolingDevice.aidl | 37 parcelable CoolingDevice {
|
/hardware/interfaces/thermal/aidl/default/ |
D | Thermal.h | 32 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice>* out_devices) override; 34 std::vector<CoolingDevice>* out_devices) override;
|
D | Thermal.cpp | 39 ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice>* /* out_devices */) { in getCoolingDevices() argument 45 std::vector<CoolingDevice>* /* out_devices */) { in getCoolingDevicesWithType() argument
|
/hardware/google/pixel/thermal/ |
D | Thermal.h | 72 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) override; 74 std::vector<CoolingDevice> *_aidl_return) override; 122 std::vector<CoolingDevice> *_aidl_return);
|
D | thermal-helper.h | 86 std::vector<CoolingDevice> *coolingdevices) const = 0; 99 virtual bool readCoolingDevice(std::string_view cooling_device, CoolingDevice *out) const = 0; 129 std::vector<CoolingDevice> *coolingdevices) const override; 152 bool readCoolingDevice(std::string_view cooling_device, CoolingDevice *out) const override;
|
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 35 MOCK_METHOD(bool, fillCurrentCoolingDevices, (bool, CoolingType, std::vector<CoolingDevice> *), 47 MOCK_METHOD(bool, readCoolingDevice, (std::string_view, CoolingDevice *), (const, override));
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.h | 40 using CoolingDevice_1_0 = ::android::hardware::thermal::V1_0::CoolingDevice; 41 using CoolingDevice_2_0 = ::android::hardware::thermal::V2_0::CoolingDevice;
|
/hardware/interfaces/thermal/utils/include/thermalutils/ |
D | ThermalHidlWrapper.h | 41 using CoolingDevice_1_0 = ::android::hardware::thermal::V1_0::CoolingDevice; 42 using CoolingDevice_2_0 = ::android::hardware::thermal::V2_0::CoolingDevice;
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.h | 31 using ::android::hardware::thermal::V1_0::CoolingDevice;
|
/hardware/interfaces/thermal/utils/tests/ |
D | ThermalHidlWrapperTest.cpp | 58 using ::android::hardware::thermal::V2_0::CoolingDevice; 260 [](ThermalStatus status, hidl_vec<CoolingDevice> cooling_devices) { in TEST_P() 273 true, type, [&type](ThermalStatus status, hidl_vec<CoolingDevice> cooling_devices) { in TEST_P()
|
/hardware/interfaces/thermal/2.0/vts/functional/ |
D | VtsHalThermalV2_0TargetTest.cpp | 34 using ::android::hardware::thermal::V2_0::CoolingDevice; 232 false, CoolingType::CPU, [](ThermalStatus status, hidl_vec<CoolingDevice> cooling_devices) { in TEST_P() 245 true, type, [&type](ThermalStatus status, hidl_vec<CoolingDevice> cooling_devices) { in TEST_P()
|
/hardware/interfaces/thermal/aidl/vts/ |
D | VtsHalThermalTargetTest.cpp | 50 using android::hardware::thermal::CoolingDevice; 65 static const CoolingDevice kCoolingDevice = { 113 ndk::ScopedAStatus notifyCoolingDeviceChanged(const CoolingDevice&) override { in notifyCoolingDeviceChanged() argument 398 std::vector<CoolingDevice> ret; in TEST_P()
|
/hardware/interfaces/thermal/utils/ |
D | ThermalHidlWrapper.cpp | 88 CoolingDevice_2_0 convertAidlCoolingDevice(const CoolingDevice& cooling_device) { in convertAidlCoolingDevice() 261 std::vector<CoolingDevice> ret_aidl; in getCurrentCoolingDevices()
|
/hardware/interfaces/thermal/2.0/ |
D | IThermal.hal | 105 * @param type the CoolingDevice such as CPU/GPU. 118 generates (ThermalStatus status, vec<CoolingDevice> devices);
|