HomeSort by relevance Sort by last modified time
    Searched refs:fdevent_install (Results 1 - 13 of 13) sorted by null

  /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 224 fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t);
266 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 632 fdevent_install(&(t->transport_fde),
672 fdevent_install(&transport_registration_fde,
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);
    [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);

Completed in 198 milliseconds