Home
last modified time | relevance | path

Searched refs:coefficients_type (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp273 std::vector<SensorFusionType> coefficients_type; in ParseVirtualSensorInfo() local
354 coefficients_type.reserve(linked_sensors.size()); in ParseVirtualSensorInfo()
356 coefficients_type.emplace_back(SensorFusionType::CONSTANT); in ParseVirtualSensorInfo()
364 coefficients_type.emplace_back(SensorFusionType::CONSTANT); in ParseVirtualSensorInfo()
366 coefficients_type.emplace_back(SensorFusionType::SENSOR); in ParseVirtualSensorInfo()
368 coefficients_type.emplace_back(SensorFusionType::ODPM); in ParseVirtualSensorInfo()
375 << "]: " << coefficients_type[j]; in ParseVirtualSensorInfo()
379 if (linked_sensors.size() != coefficients_type.size()) { in ParseVirtualSensorInfo()
539 coefficients_type, offset, trigger_sensors, formula, in ParseVirtualSensorInfo()
Dthermal_info.h138 std::vector<SensorFusionType> coefficients_type; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1265 sensor_info.virtual_sensor_info->coefficients_type[i], in readThermalSensor()