Searched refs:time_resolution (Results 1 – 3 of 3) sorted by relevance
220 std::chrono::milliseconds time_resolution; member
1310 std::chrono::milliseconds time_resolution; in ParseSensorInfo() local1312 time_resolution = kMinPollIntervalMs; in ParseSensorInfo()1314 time_resolution = in ParseSensorInfo()1317 LOG(INFO) << "Sensor[" << name << "]'s Time resolution: " << time_resolution.count(); in ParseSensorInfo()1378 .time_resolution = time_resolution, in ParseSensorInfo()
1215 (since_last_update < sensor_info.time_resolution) && in readThermalSensor()