Home
last modified time | relevance | path

Searched refs:trigger_sensors (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.cpp252 if (!name_status_pair.second.virtual_sensor_info->trigger_sensors.empty() && in ThermalHelperImpl()
255 i < name_status_pair.second.virtual_sensor_info->trigger_sensors.size(); i++) { in ThermalHelperImpl()
257 name_status_pair.second.virtual_sensor_info->trigger_sensors[i])) { in ThermalHelperImpl()
259 ->trigger_sensors[i]] in ThermalHelperImpl()
264 << name_status_pair.second.virtual_sensor_info->trigger_sensors[i] in ThermalHelperImpl()
1359 !sensor_info.virtual_sensor_info->trigger_sensors.empty()) { in thermalWatcherCallbackFunc()
1360 for (size_t i = 0; i < sensor_info.virtual_sensor_info->trigger_sensors.size(); i++) { in thermalWatcherCallbackFunc()
1362 sensor_status_map_.at(sensor_info.virtual_sensor_info->trigger_sensors[i]); in thermalWatcherCallbackFunc()
1377 for (size_t i = 0; i < sensor_info.virtual_sensor_info->trigger_sensors.size(); in thermalWatcherCallbackFunc()
1380 sensor_info.virtual_sensor_info->trigger_sensors[i]) != in thermalWatcherCallbackFunc()
DThermal.cpp331 if (sensor_info_pair.second.virtual_sensor_info->trigger_sensors.empty()) { in dumpVirtualSensorInfo()
335 i < sensor_info_pair.second.virtual_sensor_info->trigger_sensors.size(); i++) { in dumpVirtualSensorInfo()
336 *dump_buf << sensor_info_pair.second.virtual_sensor_info->trigger_sensors[i] in dumpVirtualSensorInfo()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h141 std::vector<std::string> trigger_sensors; member
Dthermal_info.cpp271 std::vector<std::string> trigger_sensors; in ParseVirtualSensorInfo() local
396 trigger_sensors.emplace_back(values.asString()); in ParseVirtualSensorInfo()
399 trigger_sensors.reserve(values.size()); in ParseVirtualSensorInfo()
405 trigger_sensors.emplace_back(values[j].asString()); in ParseVirtualSensorInfo()
407 << "]: " << trigger_sensors[j]; in ParseVirtualSensorInfo()
539 coefficients_type, offset, trigger_sensors, formula, in ParseVirtualSensorInfo()