OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:receiver_fd
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/android/forwarder2/
pipe_notifier.h
24
int
receiver_fd
() const { return receiver_fd_; }
function in class:forwarder2::PipeNotifier
forwarders_manager.cc
80
wakeup_notifier_.
receiver_fd
(),
81
deletion_notifier_.
receiver_fd
(),
99
deletion_notifier_.
receiver_fd
(), &read_fds);
107
if (FD_ISSET(wakeup_notifier_.
receiver_fd
(), &read_fds)) {
device_listener.cc
72
host_socket_->AddEventFd(deletion_notifier_.
receiver_fd
());
73
listener_socket_->AddEventFd(deletion_notifier_.
receiver_fd
());
device_forwarder_main.cc
44
return g_notifier->
receiver_fd
();
host_controller.cc
31
adb_control_socket->AddEventFd(delete_controller_notifier->
receiver_fd
());
host_forwarder_main.cc
63
return g_notifier->
receiver_fd
();
Completed in 213 milliseconds