Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h113 std::chrono::milliseconds time_resolution; member
Dthermal_info.cpp455 std::chrono::milliseconds time_resolution; in ParseSensorInfo() local
457 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()
/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp621 std::chrono::milliseconds time_resolution; in ParseSensorInfo() local
623 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()
Dthermal_info.h115 std::chrono::milliseconds time_resolution; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6venc.h185 u32 time_resolution; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_q6venc.h152 u32 time_resolution; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_q6venc.h152 u32 time_resolution; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_q6venc.h185 u32 time_resolution; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp824 now - sensor_status.thermal_cached.timestamp) < sensor_info.time_resolution) && in readThermalSensor()
/hardware/google/pixel/thermal/pid_1_0/
Dthermal-helper.cpp797 now - sensor_status.thermal_cached.timestamp) < sensor_info.time_resolution) && in readThermalSensor()