Home
last modified time | relevance | path

Searched refs:TemperatureThreshold (Results 1 – 24 of 24) sorted by relevance

/hardware/interfaces/thermal/aidl/android/hardware/thermal/
DIThermal.aidl24 import android.hardware.thermal.TemperatureThreshold;
113 TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds()
137 TemperatureThreshold[] getTemperatureThresholdsWithType(in TemperatureType type); in getTemperatureThresholdsWithType()
DTemperatureThreshold.aidl24 parcelable TemperatureThreshold {
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/
DIThermal.aidl42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds()
43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType()
DTemperatureThreshold.aidl37 parcelable TemperatureThreshold {
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/
DIThermal.aidl42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds()
43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType()
DTemperatureThreshold.aidl37 parcelable TemperatureThreshold {
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/
DIThermal.aidl42 android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholds(); in getTemperatureThresholds()
43 …android.hardware.thermal.TemperatureThreshold[] getTemperatureThresholdsWithType(in android.hardwa… in getTemperatureThresholdsWithType()
DTemperatureThreshold.aidl37 parcelable TemperatureThreshold {
/hardware/interfaces/thermal/aidl/default/
DThermal.h41 std::vector<TemperatureThreshold>* out_temperatureThresholds) override;
45 std::vector<TemperatureThreshold>* out_temperatureThresholds) override;
DThermal.cpp62 std::vector<TemperatureThreshold>* /* out_temperatureThresholds */) { in getTemperatureThresholds() argument
69 std::vector<TemperatureThreshold>* /* out_temperatureThresholds */) { in getTemperatureThresholdsWithType() argument
/hardware/google/pixel/thermal/
DThermal.h60 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);
Dthermal-helper.h84 std::vector<TemperatureThreshold> *thresholds) const = 0;
98 TemperatureThreshold *out) const = 0;
127 std::vector<TemperatureThreshold> *thresholds) const override;
150 TemperatureThreshold *out) const override;
Dthermal-helper.cpp573 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()
DThermal.cpp105 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/
Dmock_thermal_helper.h34 (bool, TemperatureType, std::vector<TemperatureThreshold> *), (const, override));
45 MOCK_METHOD(bool, readTemperatureThreshold, (std::string_view, TemperatureThreshold *),
/hardware/interfaces/thermal/2.0/
Dtypes.hal87 struct TemperatureThreshold {
131 * Name of this temperature matching the TemperatureThreshold.
133 * e.g., cpu0, battery. Clients use it to match with TemperatureThreshold
DIThermal.hal66 generates (ThermalStatus status, vec<TemperatureThreshold> temperatureThresholds);
/hardware/interfaces/thermal/utils/tests/
DThermalHidlWrapperTest.cpp63 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/
DVtsHalThermalV2_0TargetTest.cpp39 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/
DThermal.cpp57 static const TemperatureThreshold kTempThreshold = {
129 std::vector<TemperatureThreshold> temperature_thresholds; in getTemperatureThresholds()
DThermal.h45 using ::android::hardware::thermal::V2_0::TemperatureThreshold;
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp94 TemperatureThreshold_2_0 convertAidlTemperatureThreshold(const TemperatureThreshold& threshold) { in convertAidlTemperatureThreshold()
164 std::vector<TemperatureThreshold> ret_aidl; in getTemperatureThresholds()
/hardware/interfaces/thermal/utils/include/thermalutils/
DThermalHidlWrapper.h52 using TemperatureThreshold_2_0 = ::android::hardware::thermal::V2_0::TemperatureThreshold;
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp321 std::vector<TemperatureThreshold> ret; in TEST_P()
371 std::vector<TemperatureThreshold> thresholds; in TEST_P()