Home
last modified time | relevance | path

Searched refs:passive_delay (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h112 std::chrono::milliseconds passive_delay; member
Dthermal_info.cpp447 std::chrono::milliseconds passive_delay = kMinPollIntervalMs; in ParseSensorInfo() local
450 passive_delay = (value > 0) ? std::chrono::milliseconds(value) in ParseSensorInfo()
453 LOG(INFO) << "Sensor[" << name << "]'s Passive delay: " << passive_delay.count(); in ParseSensorInfo()
774 .passive_delay = passive_delay, in ParseSensorInfo()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h114 std::chrono::milliseconds passive_delay; member
Dthermal_info.cpp613 std::chrono::milliseconds passive_delay = kMinPollIntervalMs; in ParseSensorInfo() local
616 passive_delay = (value > 0) ? std::chrono::milliseconds(value) in ParseSensorInfo()
619 LOG(INFO) << "Sensor[" << name << "]'s Passive delay: " << passive_delay.count(); in ParseSensorInfo()
822 .passive_delay = passive_delay, in ParseSensorInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp625 sensor_info->passive_delay = kMinPollIntervalMs; in setMinTimeout()
924 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()
933 sleep_ms = sensor_info.passive_delay; in thermalWatcherCallbackFunc()
1003 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()
/hardware/google/pixel/thermal/pid_1_0/
Dthermal-helper.cpp599 sensor_info->passive_delay = kMinPollIntervalMs; in setMinTimeout()
898 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()
906 sleep_ms = sensor_info.passive_delay; in thermalWatcherCallbackFunc()
971 ? sensor_info.passive_delay in thermalWatcherCallbackFunc()