Home
last modified time | relevance | path

Searched refs:_fd (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dadb_listeners.cpp77 static void ss_listener_event_func(int _fd, unsigned ev, void *_l) { in ss_listener_event_func() argument
79 unique_fd fd(adb_socket_accept(_fd, nullptr, nullptr)); in ss_listener_event_func()
94 static void listener_event_func(int _fd, unsigned ev, void* _l) in listener_event_func() argument
99 unique_fd fd(adb_socket_accept(_fd, nullptr, nullptr)); in listener_event_func()
Dtransport.cpp763 static void transport_registration_func(int _fd, unsigned ev, void*) { in transport_registration_func() argument
771 if (transport_read_action(_fd, &m)) { in transport_registration_func()