Home
last modified time | relevance | path

Searched refs:StopWatchingFileDescriptor (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc160 ASSERT_TRUE(watcher.StopWatchingFileDescriptor()); in TEST_F()
161 ASSERT_TRUE(watcher.StopWatchingFileDescriptor()); in TEST_F()
252 controller->StopWatchingFileDescriptor(); in StopWatching()
327 controller->StopWatchingFileDescriptor(); in StopWatchingAndWatchAgain()
Dwatchable_io_message_pump_posix.h43 virtual bool StopWatchingFileDescriptor() = 0;
Dmessage_pump_libevent.cc52 StopWatchingFileDescriptor(); in ~FdWatchController()
60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor() function in base::MessagePumpLibevent::FdWatchController
Dmessage_pump_libevent.h36 bool StopWatchingFileDescriptor() override;
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc362 poll_data->GetWatcher()->StopWatchingFileDescriptor(); in MultiSocketCallback()
393 if (!poll_data->GetWatcher()->StopWatchingFileDescriptor()) in MultiSocketCallback()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc335 fd_watcher_.StopWatchingFileDescriptor(); in StopWatching()