Searched refs:fdevent_install (Results 1 - 8 of 8) sorted by relevance

/system/core/adb/
H A Dfdevent.h48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
51 ** fdevent_install()
H A Dadb_auth_client.c224 fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t);
266 fdevent_install(&listener_fde, fd, adb_auth_listener, NULL);
H A Dfdevent.c579 fdevent_install(fde, fd, func, arg);
593 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
H A Dsysdeps.h188 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
H A Dtransport.c632 fdevent_install(&(t->transport_fde),
672 fdevent_install(&transport_registration_fde,
H A Dadb.c872 fdevent_install(&l->fde, l->fd, ss_listener_event_func, l);
874 fdevent_install(&l->fde, l->fd, listener_event_func, l);
H A Dsysdeps_win32.c1833 fdevent_install(fde, fd, func, arg);
1847 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
H A Dsockets.c403 fdevent_install(&s->fde, fd, local_socket_event_func, s);

Completed in 172 milliseconds