Searched refs:passive_delay (Results 1 – 3 of 3) sorted by relevance
820 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()
219 std::chrono::milliseconds passive_delay; member
1302 std::chrono::milliseconds passive_delay = kMinPollIntervalMs; in ParseSensorInfo() local1305 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()