Home
last modified time | relevance | path

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

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