/hardware/interfaces/thermal/aidl/android/hardware/thermal/ |
D | IThermal.aidl | 24 import android.hardware.thermal.TemperatureThreshold; 113 TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() 137 TemperatureThreshold[] getTemperatureThresholdsWithType(in TemperatureType type); in getTemperatureThresholdsWithType()
|
D | TemperatureThreshold.aidl | 24 parcelable TemperatureThreshold {
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/ |
D | IThermal.aidl | 42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() 43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType()
|
D | TemperatureThreshold.aidl | 37 parcelable TemperatureThreshold {
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/ |
D | IThermal.aidl | 42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() 43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType()
|
D | TemperatureThreshold.aidl | 37 parcelable TemperatureThreshold {
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/ |
D | IThermal.aidl | 42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds() 43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType()
|
D | TemperatureThreshold.aidl | 37 parcelable TemperatureThreshold {
|
/hardware/interfaces/thermal/aidl/default/ |
D | Thermal.h | 41 std::vector<TemperatureThreshold>* out_temperatureThresholds) override; 45 std::vector<TemperatureThreshold>* out_temperatureThresholds) override;
|
D | Thermal.cpp | 62 std::vector<TemperatureThreshold>* /* out_temperatureThresholds */) { in getTemperatureThresholds() argument 69 std::vector<TemperatureThreshold>* /* out_temperatureThresholds */) { in getTemperatureThresholdsWithType() argument
|
/hardware/google/pixel/thermal/ |
D | Thermal.h | 60 std::vector<TemperatureThreshold> *_aidl_return) override; 62 TemperatureType type, std::vector<TemperatureThreshold> *_aidl_return) override; 124 bool filterType, TemperatureType type, std::vector<TemperatureThreshold> *_aidl_return);
|
D | thermal-helper.h | 84 std::vector<TemperatureThreshold> *thresholds) const = 0; 98 TemperatureThreshold *out) const = 0; 127 std::vector<TemperatureThreshold> *thresholds) const override; 150 TemperatureThreshold *out) const override;
|
D | thermal-helper.cpp | 573 TemperatureThreshold *out) const { in readTemperatureThreshold() 926 std::vector<TemperatureThreshold> *thresholds) const { in fillTemperatureThresholds() 927 std::vector<TemperatureThreshold> ret; in fillTemperatureThresholds() 929 TemperatureThreshold temp; in fillTemperatureThresholds() 1339 TemperatureThreshold threshold; in thermalWatcherCallbackFunc()
|
D | Thermal.cpp | 105 std::vector<TemperatureThreshold> *_aidl_return) { in getTemperatureThresholds() 111 TemperatureType type, std::vector<TemperatureThreshold> *_aidl_return) { in getTemperatureThresholdsWithType() 116 bool filterType, TemperatureType type, std::vector<TemperatureThreshold> *_aidl_return) { in getFilteredTemperatureThresholds()
|
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 34 (bool, TemperatureType, std::vector<TemperatureThreshold> *), (const, override)); 45 MOCK_METHOD(bool, readTemperatureThreshold, (std::string_view, TemperatureThreshold *),
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 87 struct TemperatureThreshold { 131 * Name of this temperature matching the TemperatureThreshold. 133 * e.g., cpu0, battery. Clients use it to match with TemperatureThreshold
|
D | IThermal.hal | 66 generates (ThermalStatus status, vec<TemperatureThreshold> temperatureThresholds);
|
/hardware/interfaces/thermal/utils/tests/ |
D | ThermalHidlWrapperTest.cpp | 63 using ::android::hardware::thermal::V2_0::TemperatureThreshold; 231 [](ThermalStatus status, hidl_vec<TemperatureThreshold> temperatures) { in TEST_P() 243 [&type](ThermalStatus status, hidl_vec<TemperatureThreshold> temperatures) { in TEST_P()
|
/hardware/interfaces/thermal/2.0/vts/functional/ |
D | VtsHalThermalV2_0TargetTest.cpp | 39 using ::android::hardware::thermal::V2_0::TemperatureThreshold; 205 [](ThermalStatus status, hidl_vec<TemperatureThreshold> temperatures) { in TEST_P() 216 true, type, [&type](ThermalStatus status, hidl_vec<TemperatureThreshold> temperatures) { in TEST_P()
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.cpp | 57 static const TemperatureThreshold kTempThreshold = { 129 std::vector<TemperatureThreshold> temperature_thresholds; in getTemperatureThresholds()
|
D | Thermal.h | 45 using ::android::hardware::thermal::V2_0::TemperatureThreshold;
|
/hardware/interfaces/thermal/utils/ |
D | ThermalHidlWrapper.cpp | 94 TemperatureThreshold_2_0 convertAidlTemperatureThreshold(const TemperatureThreshold& threshold) { in convertAidlTemperatureThreshold() 164 std::vector<TemperatureThreshold> ret_aidl; in getTemperatureThresholds()
|
/hardware/interfaces/thermal/utils/include/thermalutils/ |
D | ThermalHidlWrapper.h | 52 using TemperatureThreshold_2_0 = ::android::hardware::thermal::V2_0::TemperatureThreshold;
|
/hardware/interfaces/thermal/aidl/vts/ |
D | VtsHalThermalTargetTest.cpp | 321 std::vector<TemperatureThreshold> ret; in TEST_P() 371 std::vector<TemperatureThreshold> thresholds; in TEST_P()
|