Searched defs:_fd (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dtransport.c541 static void transport_registration_func(int _fd, unsigned ev, void *data) argument
553 if(transport_read_action(_fd, &m)) {
H A Dadb.c395 static void ss_listener_event_func(int _fd, unsigned ev, void *_l) argument
405 fd = adb_socket_accept(_fd, &addr, &alen);
420 static void listener_event_func(int _fd, unsigned ev, void *_l) argument
431 fd = adb_socket_accept(_fd, &addr, &alen);

Completed in 30 milliseconds