Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h220 std::chrono::milliseconds time_resolution; member
Dthermal_info.cpp1310 std::chrono::milliseconds time_resolution; in ParseSensorInfo() local
1312 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()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1215 (since_last_update < sensor_info.time_resolution) && in readThermalSensor()