Home
last modified time | relevance | path

Searched refs:FileDescriptorWatcher (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() in FileDescriptorWatcher() function in base::MessagePumpLibevent::FileDescriptorWatcher
54 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() { in ~FileDescriptorWatcher()
64 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()
77 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) { in Init()
84 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() { in ReleaseEvent()
90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
137 FileDescriptorWatcher *controller, in WatchFileDescriptor()
324 FileDescriptorWatcher* controller = in OnLibeventNotification()
325 static_cast<FileDescriptorWatcher*>(context); in OnLibeventNotification()
Dmessage_pump_libevent.h38 class FileDescriptorWatcher {
40 FileDescriptorWatcher();
41 ~FileDescriptorWatcher(); // Implicitly calls StopWatchingFileDescriptor.
76 DISALLOW_COPY_AND_ASSIGN(FileDescriptorWatcher);
103 FileDescriptorWatcher *controller,
Dmessage_loop.h610 MessagePumpLibevent::FileDescriptorWatcher* controller,
656 typedef MessagePumpIOSForIO::FileDescriptorWatcher
657 FileDescriptorWatcher; typedef
666 typedef MessagePumpLibevent::FileDescriptorWatcher
667 FileDescriptorWatcher; typedef
686 FileDescriptorWatcher* controller,
Dmessage_loop.cc729 MessagePumpLibevent::FileDescriptorWatcher *controller, in WatchFileDescriptor()
765 FileDescriptorWatcher* controller, in WatchFileDescriptor()
Dmessage_loop_unittest.cc712 MessageLoopForIO::FileDescriptorWatcher controller; in TEST()
739 MessageLoopForIO::FileDescriptorWatcher controller; in TEST()
/external/libmojo/mojo/edk/system/
Dchannel_posix.cc213 read_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in StartOnIOThread()
214 write_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in StartOnIOThread()
488 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> read_watcher_;
489 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> write_watcher_;
/external/libchrome/base/files/
Dfile_path_watcher_kqueue.h123 MessageLoopForIO::FileDescriptorWatcher kqueue_watcher_;
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc148 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> fd_watcher_;
281 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in ResetImpl()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.h137 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_;
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc46 base::MessageLoopForIO::FileDescriptorWatcher* GetWatcher() { in GetWatcher()
82 base::MessageLoopForIO::FileDescriptorWatcher file_descriptor_watcher_;
/external/libchrome/dbus/
Dbus.cc94 base::MessagePumpLibevent::FileDescriptorWatcher file_descriptor_watcher_;