Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_data.h57 struct VtEstimatorCommonData { struct
58 VtEstimatorCommonData(std::string_view name, size_t num_input_sensors) { in VtEstimatorCommonData() function
66 std::string sensor_name;
68 std::vector<float> offset_thresholds;
69 std::vector<float> offset_values;
71 size_t num_linked_sensors;
72 size_t prev_samples_order;
73 size_t cur_sample_count;
74 bool use_prev_samples;
75 bool is_initialized;