Searched refs:fdevent_install (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
D | fdevent.h | 48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
|
D | fdevent.c | 579 fdevent_install(fde, fd, func, arg); in fdevent_create() 593 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) in fdevent_install() function
|
D | sysdeps.h | 187 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
|
D | transport.c | 626 fdevent_install(&(t->transport_fde), in transport_registration_func() 666 fdevent_install(&transport_registration_fde, in init_transport_registration()
|
D | adb.c | 633 fdevent_install(&l->fde, l->fd, ss_listener_event_func, l); in install_listener() 635 fdevent_install(&l->fde, l->fd, listener_event_func, l); in install_listener()
|
D | sockets.c | 403 fdevent_install(&s->fde, fd, local_socket_event_func, s); in create_local_socket()
|
D | sysdeps_win32.c | 1833 fdevent_install(fde, fd, func, arg); in fdevent_create() 1847 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) in fdevent_install() function
|