Home
last modified time | relevance | path

Searched defs:SensorStats (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.h118 struct SensorStats { struct
120 std::unordered_map<std::string, SensorTempStats> temp_stats_map_;
122 std::unordered_map<std::string, std::shared_ptr<TempRangeInfo>> temp_range_info_map_;
124 std::unordered_map<std::string, std::shared_ptr<TempStuckInfo>> temp_stuck_info_map_;
126 std::unordered_map<std::string, CurrTempStatus> curr_temp_status_map_;
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/
H A DSensorStats.java42 public class SensorStats { class
/aosp_15_r20/device/google/gs-common/thermal/thermal_hal/thermal_config_schemas/
Dthermal_info_config.proto113 message SensorStats { message