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

  /system/core/adb/
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
sysdeps.h 187 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg);
adb.c 574 fdevent_install(&l->fde, l->fd, ss_listener_event_func, l);
576 fdevent_install(&l->fde, l->fd, listener_event_func, l);
    [all...]
transport.c 626 fdevent_install(&(t->transport_fde),
666 fdevent_install(&transport_registration_fde,
sockets.c 396 fdevent_install(&s->fde, fd, local_socket_event_func, s);
sysdeps_win32.c 1847 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) function
    [all...]

Completed in 57 milliseconds