Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/default/
Dhealthd_common.cpp216 int mode_timeout; in healthd_mainloop() local
223 mode_timeout = healthd_mode_ops->preparetowait(); in healthd_mainloop()
224 if (timeout < 0 || (mode_timeout > 0 && mode_timeout < timeout)) timeout = mode_timeout; in healthd_mainloop()