Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_listeners.cpp76 static void ss_listener_event_func(int _fd, unsigned ev, void *_l) { in ss_listener_event_func() argument
78 unique_fd fd(adb_socket_accept(_fd, nullptr, nullptr)); in ss_listener_event_func()
92 static void listener_event_func(int _fd, unsigned ev, void* _l) in listener_event_func() argument
97 unique_fd fd(adb_socket_accept(_fd, nullptr, nullptr)); in listener_event_func()
Dtransport.cpp650 static void transport_registration_func(int _fd, unsigned ev, void*) { in transport_registration_func() argument
658 if (transport_read_action(_fd, &m)) { in transport_registration_func()
/system/tools/aidl/tests/
Daidl_test_client_file_descriptors.cpp54 #define FdByName(_fd) #_fd, _fd argument