Home
last modified time | relevance | path

Searched refs:FdWatchController (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc74 std::unique_ptr<MessagePumpForIO::FdWatchController> watcher_to_delete_;
133 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
154 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
172 std::make_unique<MessagePumpForIO::FdWatchController>(FROM_HERE); in TEST_F()
183 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
209 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
232 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
250 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching()
260 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
280 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()
[all …]
Dmessage_pump_libevent.cc46 MessagePumpLibevent::FdWatchController::FdWatchController( in FdWatchController() function in base::MessagePumpLibevent::FdWatchController
50 MessagePumpLibevent::FdWatchController::~FdWatchController() { in ~FdWatchController()
60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()
72 void MessagePumpLibevent::FdWatchController::Init(std::unique_ptr<event> e) { in Init()
79 std::unique_ptr<event> MessagePumpLibevent::FdWatchController::ReleaseEvent() { in ReleaseEvent()
83 void MessagePumpLibevent::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
93 void MessagePumpLibevent::FdWatchController::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
130 FdWatchController* controller, in WatchFileDescriptor()
307 FdWatchController* controller = static_cast<FdWatchController*>(context); in OnLibeventNotification()
Dmessage_pump_libevent.h28 class FdWatchController : public FdWatchControllerInterface {
30 explicit FdWatchController(const Location& from_here);
33 ~FdWatchController() override;
63 DISALLOW_COPY_AND_ASSIGN(FdWatchController);
72 FdWatchController* controller,
Dmessage_loop_current.h215 MessagePumpForUI::FdWatchController* controller,
271 MessagePumpForIO::FdWatchController* controller,
Dmessage_loop_current.cc157 MessagePumpForUI::FdWatchController* controller, in WatchFileDescriptor()
225 MessagePumpForIO::FdWatchController* controller, in WatchFileDescriptor()
/external/libchrome/mojo/core/
Dchannel_posix.cc296 new base::MessagePumpForIO::FdWatchController(FROM_HERE)); in StartOnIOThread()
304 new base::MessagePumpForIO::FdWatchController(FROM_HERE)); in StartOnIOThread()
715 std::unique_ptr<base::MessagePumpForIO::FdWatchController> read_watcher_;
716 std::unique_ptr<base::MessagePumpForIO::FdWatchController> write_watcher_;
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.h138 base::MessagePumpForIO::FdWatchController fd_watcher_;
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc65 MessagePumpForIO::FdWatchController fd_watch_controller_;
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc47 base::MessagePumpForIO::FdWatchController* GetWatcher() { in GetWatcher()
83 base::MessagePumpForIO::FdWatchController file_descriptor_watcher_;