Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h218 std::chrono::milliseconds polling_delay; member
Dthermal_info.cpp1294 std::chrono::milliseconds polling_delay = kUeventPollTimeoutMs; in ParseSensorInfo() local
1297 polling_delay = (value > 0) ? std::chrono::milliseconds(value) in ParseSensorInfo()
1300 LOG(INFO) << "Sensor[" << name << "]'s Polling delay: " << polling_delay.count(); in ParseSensorInfo()
1376 .polling_delay = polling_delay, in ParseSensorInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp819 sensor_info->polling_delay = kMinPollIntervalMs; in setMinTimeout()
1356 : sensor_info.polling_delay; in thermalWatcherCallbackFunc()
1443 : sensor_info.polling_delay; in thermalWatcherCallbackFunc()