Home
last modified time | relevance | path

Searched refs:read_watcher_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dchannel_posix.cc288 DCHECK(!read_watcher_); in ~ChannelPosix()
293 DCHECK(!read_watcher_); in StartOnIOThread()
295 read_watcher_.reset( in StartOnIOThread()
301 base::MessagePumpForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread()
307 base::MessagePumpForIO::WATCH_READ, read_watcher_.get(), this); in StartOnIOThread()
338 read_watcher_.reset(); in ShutDownOnIOThread()
427 read_watcher_.reset(); in OnFileCanReadWithoutBlocking()
478 read_watcher_.reset(); in OnFileCanReadWithoutBlocking()
692 if (read_watcher_) { in OnWriteError()
715 std::unique_ptr<base::MessagePumpForIO::FdWatchController> read_watcher_; member in mojo::core::__anonbe4d50500111::ChannelPosix
/external/libbrillo/brillo/streams/
Dfile_stream.cc90 read_watcher_ = base::FileDescriptorWatcher::WatchReadable( in WaitForData()
94 if (!read_watcher_) { in WaitForData()
153 read_watcher_ = nullptr; in CancelPendingAsyncOperations()
163 read_watcher_ = nullptr; in OnReadable()
192 std::unique_ptr<base::FileDescriptorWatcher::Controller> read_watcher_; member in brillo::FileDescriptor
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc38 read_watcher_ = nullptr; in StopWatcher()
43 read_watcher_ = base::FileDescriptorWatcher::WatchReadable( in WatchReadable()
48 return read_watcher_.get(); in WatchReadable()
83 std::unique_ptr<base::FileDescriptorWatcher::Controller> read_watcher_; member in brillo::http::curl::Transport::SocketPollData
/external/libchrome/dbus/
Dbus.cc69 read_watcher_ = base::FileDescriptorWatcher::WatchReadable( in StartWatching()
84 read_watcher_.reset(); in StopWatching()
94 std::unique_ptr<base::FileDescriptorWatcher::Controller> read_watcher_; member in dbus::__anon8d0cdfd00111::Watch