Home
last modified time | relevance | path

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

/aosp12/system/extras/slideshow/
H A Dslideshow.cpp40 if (ev_get_input(fd, epevents, &ev)) { in input_cb()
/aosp12/bootable/recovery/minui/include/minui/
H A Dminui.h169 int ev_get_input(int fd, uint32_t epevents, input_event* ev);
/aosp12/bootable/recovery/minui/
H A Devents.cpp256 int ev_get_input(int fd, uint32_t epevents, input_event* ev) { in ev_get_input() function
/aosp12/bootable/recovery/recovery_ui/
H A Dui.cpp238 if (ev_get_input(fd, epevents, &ev) == -1) { in OnInputEvent()
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger.cpp615 ret = ev_get_input(fd, epevents, &ev); in InputCallback()