Home
last modified time | relevance | path

Searched refs:CoolingDevice (Results 1 – 25 of 31) sorted by relevance

12

/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl19 import android.hardware.thermal.CoolingDevice;
43 CoolingDevice[] getCoolingDevices(); in getCoolingDevices()
60 CoolingDevice[] getCoolingDevicesWithType(in CoolingType type); in getCoolingDevicesWithType()
DICoolingDeviceChangedCallback.aidl19 import android.hardware.thermal.CoolingDevice;
35 oneway void notifyCoolingDeviceChanged(in CoolingDevice coolingDevice); in notifyCoolingDeviceChanged()
DCoolingDevice.aidl24 parcelable CoolingDevice {
/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp34 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/
DIThermal.aidl38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices()
39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType()
DCoolingDevice.aidl37 parcelable CoolingDevice {
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices()
39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType()
DICoolingDeviceChangedCallback.aidl38 oneway void notifyCoolingDeviceChanged(in android.hardware.thermal.CoolingDevice coolingDevice); in notifyCoolingDeviceChanged()
DCoolingDevice.aidl37 parcelable CoolingDevice {
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl38 android.hardware.thermal.CoolingDevice[] getCoolingDevices(); in getCoolingDevices()
39 …android.hardware.thermal.CoolingDevice[] getCoolingDevicesWithType(in android.hardware.thermal.Coo… in getCoolingDevicesWithType()
DICoolingDeviceChangedCallback.aidl38 oneway void notifyCoolingDeviceChanged(in android.hardware.thermal.CoolingDevice coolingDevice); in notifyCoolingDeviceChanged()
DCoolingDevice.aidl37 parcelable CoolingDevice {
/hardware/interfaces/thermal/aidl/default/
DThermal.h32 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice>* out_devices) override;
34 std::vector<CoolingDevice>* out_devices) override;
DThermal.cpp39 ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice>* /* out_devices */) { in getCoolingDevices() argument
45 std::vector<CoolingDevice>* /* out_devices */) { in getCoolingDevicesWithType() argument
/hardware/google/pixel/thermal/
DThermal.h72 ndk::ScopedAStatus getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) override;
74 std::vector<CoolingDevice> *_aidl_return) override;
122 std::vector<CoolingDevice> *_aidl_return);
Dthermal-helper.h86 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/
Dmock_thermal_helper.h35 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/
DThermal.h40 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/
DThermalHidlWrapper.h41 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/
DThermal.h31 using ::android::hardware::thermal::V1_0::CoolingDevice;
/hardware/interfaces/thermal/utils/tests/
DThermalHidlWrapperTest.cpp58 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/
DVtsHalThermalV2_0TargetTest.cpp34 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/
DVtsHalThermalTargetTest.cpp50 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/
DThermalHidlWrapper.cpp88 CoolingDevice_2_0 convertAidlCoolingDevice(const CoolingDevice& cooling_device) { in convertAidlCoolingDevice()
261 std::vector<CoolingDevice> ret_aidl; in getCurrentCoolingDevices()
/hardware/interfaces/thermal/2.0/
DIThermal.hal105 * @param type the CoolingDevice such as CPU/GPU.
118 generates (ThermalStatus status, vec<CoolingDevice> devices);

12