Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd.cpp283 int mode_timeout; in healthd_mainloop() local
285 mode_timeout = healthd_mode_ops->preparetowait(); in healthd_mainloop()
286 if (timeout < 0 || (mode_timeout > 0 && mode_timeout < timeout)) in healthd_mainloop()
287 timeout = mode_timeout; in healthd_mainloop()