Home
last modified time | relevance | path

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

/aosp12/system/extras/slideshow/
H A Dslideshow.cpp128 if (ev_wait(timeout_remaining) == 0) { in main()
150 if (ev_wait(timeout) == 0) { in main()
/aosp12/bootable/recovery/minui/include/minui/
H A Dminui.h167 int ev_wait(int timeout);
/aosp12/bootable/recovery/minui/
H A Devents.cpp238 int ev_wait(int timeout) { in ev_wait() function
/aosp12/bootable/recovery/recovery_ui/
H A Dui.cpp185 if (!ev_wait(500)) { in Init()
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger.cpp624 ret = ev_wait(-1); in charger_event_handler()