Home
last modified time | relevance | path

Searched refs:pending_update (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.cpp393 sensor_status.override_status.pending_update = true; in checkUpdateSensorForEmul()
416 sensor_status.override_status.pending_update = true; in emulTemp()
450 sensor_status.override_status.pending_update = true; in emulSeverity()
465 .emul_temp = nullptr, .max_throttling = false, .pending_update = true}; in emulClear()
471 .emul_temp = nullptr, .max_throttling = false, .pending_update = true}; in emulClear()
1397 if (sensor_status.override_status.pending_update) { in thermalWatcherCallbackFunc()
1398 force_update = sensor_status.override_status.pending_update; in thermalWatcherCallbackFunc()
1399 sensor_status.override_status.pending_update = false; in thermalWatcherCallbackFunc()
Dthermal-helper.h66 bool pending_update; member