/hardware/interfaces/thermal/aidl/default/ |
D | main.cpp | 25 using aidl::android::hardware::thermal::impl::example::Thermal; 29 std::shared_ptr<Thermal> thermal = ndk::SharedRefBase::make<Thermal>(); in main() 31 const std::string instance = std::string() + Thermal::descriptor + "/default"; in main()
|
D | Thermal.cpp | 39 ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice>* /* out_devices */) { in getCoolingDevices() 44 ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType in_type, in getCoolingDevicesWithType() 50 ScopedAStatus Thermal::getTemperatures(std::vector<Temperature>* /* out_temperatures */) { in getTemperatures() 55 ScopedAStatus Thermal::getTemperaturesWithType(TemperatureType in_type, in getTemperaturesWithType() 61 ScopedAStatus Thermal::getTemperatureThresholds( in getTemperatureThresholds() 67 ScopedAStatus Thermal::getTemperatureThresholdsWithType( in getTemperatureThresholdsWithType() 74 ScopedAStatus Thermal::registerThermalChangedCallback( in registerThermalChangedCallback() 95 ScopedAStatus Thermal::registerThermalChangedCallbackWithType( in registerThermalChangedCallbackWithType() 117 ScopedAStatus Thermal::unregisterThermalChangedCallback( in unregisterThermalChangedCallback() 145 ScopedAStatus Thermal::registerCoolingDeviceChangedCallbackWithType( in registerCoolingDeviceChangedCallbackWithType() [all …]
|
D | Thermal.h | 30 class Thermal : public BnThermal {
|
D | Android.bp | 39 "Thermal.cpp",
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 53 Thermal::Thermal() { in Thermal() function in aidl::android::hardware::thermal::implementation::Thermal 55 std::bind(&Thermal::sendThermalChangedCallback, this, std::placeholders::_1)); in Thermal() 58 Thermal::Thermal(const std::shared_ptr<ThermalHelper> &helper) { in Thermal() function in aidl::android::hardware::thermal::implementation::Thermal 62 ndk::ScopedAStatus Thermal::getTemperatures(std::vector<Temperature> *_aidl_return) { in getTemperatures() 66 ndk::ScopedAStatus Thermal::getTemperaturesWithType(TemperatureType type, in getTemperaturesWithType() 71 ndk::ScopedAStatus Thermal::getFilteredTemperatures(bool filterType, TemperatureType type, in getFilteredTemperatures() 83 ndk::ScopedAStatus Thermal::getCoolingDevices(std::vector<CoolingDevice> *_aidl_return) { in getCoolingDevices() 87 ndk::ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType type, in getCoolingDevicesWithType() 92 ndk::ScopedAStatus Thermal::getFilteredCoolingDevices(bool filterType, CoolingType type, in getFilteredCoolingDevices() 104 ndk::ScopedAStatus Thermal::getTemperatureThresholds( in getTemperatureThresholds() [all …]
|
D | service.cpp | 28 using Thermal = ::aidl::android::hardware::thermal::implementation::Thermal; typedef 39 auto svc = ndk::SharedRefBase::make<Thermal>(); in main()
|
D | Thermal.h | 50 class Thermal : public BnThermal { 52 Thermal(); 53 explicit Thermal(const std::shared_ptr<ThermalHelper> &helper); 54 ~Thermal() = default;
|
D | Android.bp | 9 "Thermal.cpp", 72 "Thermal.cpp",
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.cpp | 85 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() 93 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() 101 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() 110 Return<void> Thermal::getCurrentTemperatures(bool filterType, TemperatureType type, in getCurrentTemperatures() 125 Return<void> Thermal::getTemperatureThresholds(bool filterType, TemperatureType type, in getTemperatureThresholds() 140 Return<void> Thermal::getCurrentCoolingDevices(bool filterType, CoolingType type, in getCurrentCoolingDevices() 155 Return<void> Thermal::registerThermalChangedCallback(const sp<IThermalChangedCallback>& callback, in registerThermalChangedCallback() 184 Return<void> Thermal::unregisterThermalChangedCallback( in unregisterThermalChangedCallback()
|
D | service.cpp | 32 using ::android::hardware::thermal::V2_0::implementation::Thermal; 45 service = new Thermal(); in main()
|
D | Android.bp | 33 "Thermal.cpp",
|
D | Thermal.h | 56 class Thermal : public IThermal {
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 45 Thermal::Thermal(thermal_module_t* module) : mModule(module) {} in Thermal() function in android::hardware::thermal::V1_0::implementation::Thermal 48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() 104 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() 142 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() 200 return new Thermal(reinterpret_cast<thermal_module_t*>(device)); in HIDL_FETCH_IThermal() 203 return new Thermal(module); in HIDL_FETCH_IThermal()
|
D | Thermal.h | 42 struct Thermal : public IThermal { struct 43 Thermal(thermal_module_t* module);
|
D | Android.bp | 30 srcs: ["Thermal.cpp"],
|
/hardware/google/pixel/thermal/tests/ |
D | thermal_looper_test.cpp | 33 std::shared_ptr<Thermal> thermal = ndk::SharedRefBase::make<Thermal>(helper);
|
/hardware/interfaces/thermal/2.0/ |
D | IThermal.hal | 60 * which might not be simple thresholds so these values Thermal HAL provided 69 * Register an IThermalChangedCallback, used by the Thermal HAL 89 * Unregister an IThermalChangedCallback, used by the Thermal HAL
|
/hardware/interfaces/thermal/1.1/ |
D | IThermal.hal | 24 * Register an IThermalCallback, used by the Thermal HAL
|
/hardware/interfaces/thermal/aidl/vts/ |
D | VtsHalThermalTargetTest.cpp | 427 Thermal, ThermalAidlTest,
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 1454 // Thermal zone name 2122 /* Type of Thermal Sensor Abnormality */
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 557 * Thermal level increases and causes calls to be torn down when normal mode of operation is
|