Searched refs:ev_get_input (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/extras/slideshow/ |
H A D | slideshow.cpp | 40 if (ev_get_input(fd, epevents, &ev)) { in input_cb()
|
/aosp12/bootable/recovery/minui/include/minui/ |
H A D | minui.h | 169 int ev_get_input(int fd, uint32_t epevents, input_event* ev);
|
/aosp12/bootable/recovery/minui/ |
H A D | events.cpp | 256 int ev_get_input(int fd, uint32_t epevents, input_event* ev) { in ev_get_input() function
|
/aosp12/bootable/recovery/recovery_ui/ |
H A D | ui.cpp | 238 if (ev_get_input(fd, epevents, &ev) == -1) { in OnInputEvent()
|
/aosp12/system/core/healthd/ |
H A D | healthd_mode_charger.cpp | 615 ret = ev_get_input(fd, epevents, &ev); in InputCallback()
|