Searched refs:WatchFileDescriptor (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/ui/events/ozone/evdev/
H A Devent_converter_evdev.cc22 base::MessageLoopForUI::current()->WatchFileDescriptor(
/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios_unittest.cc76 // Test to make sure that we catch calling WatchFileDescriptor off of the
82 ASSERT_DEBUG_DEATH(io_loop()->WatchFileDescriptor(
133 pump->WatchFileDescriptor(pipefds_[1],
154 pump_->WatchFileDescriptor(fd_to_start_watching_,
168 pump->WatchFileDescriptor(pipefds_[1],
179 pump->WatchFileDescriptor(pipefds_[1],
H A Dmessage_pump_libevent_unittest.cc74 // Test to make sure that we catch calling WatchFileDescriptor off of the
80 ASSERT_DEATH(io_loop()->WatchFileDescriptor(
137 pump->WatchFileDescriptor(pipefds_[1],
161 pump->WatchFileDescriptor(pipefds_[1],
196 pump->WatchFileDescriptor(pipefds_[1],
H A Dmessage_pump_io_ios.h38 // Used with WatchFileDescriptor to asynchronously monitor the I/O readiness
51 // Object returned by WatchFileDescriptor to manage further watching.
113 bool WatchFileDescriptor(int fd,
H A Dmessage_pump_libevent.h41 // Used with WatchFileDescriptor to asynchronously monitor the I/O readiness
54 // Object returned by WatchFileDescriptor to manage further watching.
115 bool WatchFileDescriptor(int fd,
H A Dmessage_loop.cc659 bool MessageLoopForUI::WatchFileDescriptor( function in class:base::MessageLoopForUI
665 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor(
703 bool MessageLoopForIO::WatchFileDescriptor(int fd, function in class:base::MessageLoopForIO
708 return ToPumpIO(pump_.get())->WatchFileDescriptor(
H A Dmessage_pump_io_ios.cc74 bool MessagePumpIOSForIO::WatchFileDescriptor( function in class:base::MessagePumpIOSForIO
85 // WatchFileDescriptor should be called on the pump thread. It is not
H A Dmessage_loop.h561 bool WatchFileDescriptor(
642 bool WatchFileDescriptor(int fd,
/external/chromium_org/net/dns/
H A Dnotify_watcher_mac.cc29 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source_libevent.cc36 base::MessageLoopForUI::current()->WatchFileDescriptor(fd, true,
/external/chromium_org/base/
H A Dasync_socket_io_handler_posix.cc92 is_watching_ = base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dunix_domain_socket_acceptor.cc38 base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/content/browser/
H A Dudev_linux.cc35 bool success = base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/remoting/host/
H A Dclipboard_x11.cc78 base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/remoting/host/posix/
H A Dsignal_handler.cc33 // WatchFileDescriptor needs a controller through which the operation can be
96 message_loop->WatchFileDescriptor(pipe_fd[0],
/external/chromium_org/chrome/browser/chromeos/memory/
H A Dlow_memory_observer.cc75 // Delegate to receive events from WatchFileDescriptor.
158 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/device/hid/
H A Ddevice_monitor_linux.cc54 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc155 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
158 PLOG(ERROR) << "WatchFileDescriptor failed on accept, errno " << errno;
180 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
183 PLOG(ERROR) << "WatchFileDescriptor failed on connect, errno " << errno;
242 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
245 PLOG(ERROR) << "WatchFileDescriptor failed on read, errno " << errno;
282 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
285 PLOG(ERROR) << "WatchFileDescriptor failed on write, errno " << errno;
/external/chromium_org/mojo/system/
H A Draw_channel_posix.cc305 if (message_loop_for_io()->WatchFileDescriptor(
326 if (!message_loop_for_io()->WatchFileDescriptor(
332 // TODO(vtl): I'm not sure |WatchFileDescriptor()| actually fails cleanly
458 if (!message_loop_for_io()->WatchFileDescriptor(
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbrlapi_connection.cc137 if (!MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/chrome/common/
H A Dservice_process_util_posix.cc89 *success = base::MessageLoopForIO::current()->WatchFileDescriptor(
96 DLOG(ERROR) << "WatchFileDescriptor";
/external/chromium_org/ipc/
H A Dunix_domain_socket_util_unittest.cc55 base::MessageLoopForIO::current()->WatchFileDescriptor(
H A Dipc_channel_posix.cc350 base::MessageLoopForIO::current()->WatchFileDescriptor(
509 base::MessageLoopForIO::current()->WatchFileDescriptor(
717 base::MessageLoopForIO::current()->WatchFileDescriptor(
/external/chromium_org/ui/events/ozone/device/udev/
H A Ddevice_manager_udev.cc94 base::MessageLoopForUI::current()->WatchFileDescriptor(
/external/chromium_org/device/serial/
H A Dserial_io_handler_posix.cc222 is_watching_reads_ = base::MessageLoopForIO::current()->WatchFileDescriptor(
236 base::MessageLoopForIO::current()->WatchFileDescriptor(

Completed in 597 milliseconds

12