Home
last modified time | relevance | path

Searched refs:isSubSensorValid (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h201 bool isSubSensorValid(std::string_view sensor_data, const SensorFusionType sensor_fusion_type);
Dthermal-helper.cpp228 if (!isSubSensorValid( in ThermalHelperImpl()
241 if (!isSubSensorValid(name_status_pair.second.virtual_sensor_info->backup_sensor, in ThermalHelperImpl()
651 bool ThermalHelperImpl::isSubSensorValid(std::string_view sensor_data, in isSubSensorValid() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl