Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_data.h91 last_update_time = boot_clock::time_point::min(); in VtEstimatorTFLiteData()
119 boot_clock::time_point last_update_time; member
Dvirtualtemp_estimator.cpp512 tflite_instance_->last_update_time = boot_clock::now(); in TFliteEstimate()
590 auto last_update_time = tflite_instance_->last_update_time; in TFlitePredictAfterTimeMs() local
592 last_update_time); in TFlitePredictAfterTimeMs()
/hardware/google/pixel/thermal/utils/
Dpower_files.cpp129 .last_update_time = boot_clock::time_point::min(), in registerPowerRailsToWatch()
270 now - power_status.last_update_time); in updatePowerRail()
272 if (power_status.last_update_time != boot_clock::time_point::min() && in updatePowerRail()
331 power_status.last_update_time = now; in updatePowerRail()
Dpower_files.h44 boot_clock::time_point last_update_time; member
/hardware/google/pixel/thermal/
Dthermal-helper.h73 boot_clock::time_point last_update_time; member
Dthermal-helper.cpp200 .last_update_time = boot_clock::time_point::min(), in ThermalHelperImpl()
1370 if (sensor_status.last_update_time == boot_clock::time_point::min()) { in thermalWatcherCallbackFunc()
1374 now - sensor_status.last_update_time); in thermalWatcherCallbackFunc()
1481 sensor_status.last_update_time = now; in thermalWatcherCallbackFunc()