Searched refs:time_resolution (Results 1 – 10 of 10) sorted by relevance
113 std::chrono::milliseconds time_resolution; member
455 std::chrono::milliseconds time_resolution; in ParseSensorInfo() local457 time_resolution = kMinPollIntervalMs; in ParseSensorInfo()459 time_resolution = in ParseSensorInfo()462 LOG(INFO) << "Sensor[" << name << "]'s Time resolution: " << time_resolution.count(); in ParseSensorInfo()775 .time_resolution = time_resolution, in ParseSensorInfo()
621 std::chrono::milliseconds time_resolution; in ParseSensorInfo() local623 time_resolution = kMinPollIntervalMs; in ParseSensorInfo()625 time_resolution = in ParseSensorInfo()628 LOG(INFO) << "Sensor[" << name << "]'s Time resolution: " << time_resolution.count(); in ParseSensorInfo()823 .time_resolution = time_resolution, in ParseSensorInfo()
115 std::chrono::milliseconds time_resolution; member
185 u32 time_resolution; member
152 u32 time_resolution; member
824 now - sensor_status.thermal_cached.timestamp) < sensor_info.time_resolution) && in readThermalSensor()
797 now - sensor_status.thermal_cached.timestamp) < sensor_info.time_resolution) && in readThermalSensor()