Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp820 sensor_info->passive_delay = kMinPollIntervalMs; in setMinTimeout()
1306 since_last_update < sensor_info.passive_delay * kTranTimeoutParam) { in readThermalSensor()
1355 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()
1364 sleep_ms = sensor_info.passive_delay; in thermalWatcherCallbackFunc()
1442 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h219 std::chrono::milliseconds passive_delay; member
Dthermal_info.cpp1302 std::chrono::milliseconds passive_delay = kMinPollIntervalMs; in ParseSensorInfo() local
1305 passive_delay = (value > 0) ? std::chrono::milliseconds(value) in ParseSensorInfo()
1308 LOG(INFO) << "Sensor[" << name << "]'s Passive delay: " << passive_delay.count(); in ParseSensorInfo()
1377 .passive_delay = passive_delay, in ParseSensorInfo()