Home
last modified time | relevance | path

Searched refs:fdevent_install (Results 1 – 7 of 7) sorted by relevance

/system/core/adb/
Dfdevent.h48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
Dfdevent.c579 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
Dsysdeps.h187 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
Dtransport.c626 fdevent_install(&(t->transport_fde), in transport_registration_func()
666 fdevent_install(&transport_registration_fde, in init_transport_registration()
Dadb.c633 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()
Dsockets.c403 fdevent_install(&s->fde, fd, local_socket_event_func, s); in create_local_socket()
Dsysdeps_win32.c1833 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