/bootable/recovery/minadbd/ |
fdevent.h | 48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg); 51 ** fdevent_install()
|
fdevent.c | 579 fdevent_install(fde, fd, func, arg); 593 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
|
transport.c | 482 fdevent_install(&(t->transport_fde), 522 fdevent_install(&transport_registration_fde,
|
sysdeps.h | 187 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
|
sockets.c | 396 fdevent_install(&s->fde, fd, local_socket_event_func, s);
|
/system/core/adb/ |
fdevent.h | 48 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg); 51 ** fdevent_install()
|
adb_auth_client.c | 225 fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t); 267 fdevent_install(&listener_fde, fd, adb_auth_listener, NULL);
|
fdevent.c | 579 fdevent_install(fde, fd, func, arg); 593 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
|
sysdeps.h | 188 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
|
transport.c | 637 fdevent_install(&(t->transport_fde), 680 fdevent_install(&transport_registration_fde,
|
adb.c | 877 fdevent_install(&l->fde, l->fd, ss_listener_event_func, l); 879 fdevent_install(&l->fde, l->fd, listener_event_func, l); [all...] |
sysdeps_win32.c | 1847 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function [all...] |
sockets.c | 403 fdevent_install(&s->fde, fd, local_socket_event_func, s);
|