OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ev_get_input
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/minui/
minui.h
79
int
ev_get_input
(int fd, uint32_t epevents, input_event* ev);
events.cpp
167
int
ev_get_input
(int fd, uint32_t epevents, input_event* ev) {
function
/system/extras/slideshow/
slideshow.cpp
38
if (
ev_get_input
(fd, epevents, &ev)) {
/bootable/recovery/
ui.cpp
93
if (
ev_get_input
(fd, epevents, &ev) == -1) {
/system/core/healthd/
healthd_mode_charger.cpp
659
ret =
ev_get_input
(fd, epevents, &ev);
Completed in 90 milliseconds