Searched refs:fdevent_install (Results 1 - 8 of 8) sorted by relevance
/system/core/adb/ |
H A D | fdevent.h | 48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg); 51 ** fdevent_install()
|
H A D | adb_auth_client.c | 224 fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t); 266 fdevent_install(&listener_fde, fd, adb_auth_listener, NULL);
|
H A D | fdevent.c | 579 fdevent_install(fde, fd, func, arg); 593 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
|
H A D | sysdeps.h | 188 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
|
H A D | transport.c | 632 fdevent_install(&(t->transport_fde), 672 fdevent_install(&transport_registration_fde,
|
H A D | adb.c | 872 fdevent_install(&l->fde, l->fd, ss_listener_event_func, l); 874 fdevent_install(&l->fde, l->fd, listener_event_func, l);
|
H A D | sysdeps_win32.c | 1833 fdevent_install(fde, fd, func, arg); 1847 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
|
H A D | sockets.c | 403 fdevent_install(&s->fde, fd, local_socket_event_func, s);
|
Completed in 172 milliseconds