Home
last modified time | relevance | path

Searched refs:is_watch (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.cpp253 name_status_pair.second.is_watch) { in ThermalHelperImpl()
260 .is_watch = true; in ThermalHelperImpl()
381 if (sensor_info.virtual_sensor_info == nullptr || !sensor_info.is_watch) { in checkUpdateSensorForEmul()
531 if (sensor_info.is_watch) { in readTemperature()
559 if (sensor_info.is_watch) { in readTemperature()
679 sensor_info_pair.second.is_watch = false; in clearAllThrottling()
827 if (!sensor_info.second.is_watch || (sensor_info.second.virtual_sensor_info != nullptr)) { in initializeTrip()
1345 if (!sensor_info.is_watch) { in thermalWatcherCallbackFunc()
DThermal.cpp749 if (!name_info_pair.second.is_watch) { in dumpThermalData()
767 if (!name_info_pair.second.is_watch) { in dumpThermalData()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h226 bool is_watch; member
Dthermal_info.cpp1364 bool is_watch = (send_cb | send_powerhint | support_throttling); in ParseSensorInfo() local
1365 LOG(INFO) << "Sensor[" << name << "]'s is_watch: " << std::boolalpha << is_watch; in ParseSensorInfo()
1382 .is_watch = is_watch, in ParseSensorInfo()
Dthermal_stats_helper.cpp195 if (sensor_info.is_watch && in initializeSensorTempStats()