Home
last modified time | relevance | path

Searched refs:StopWatching (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/synchronization/
Dwaitable_event_watcher_posix.cc118 StopWatching(); in ~WaitableEventWatcher()
165 void WaitableEventWatcher::StopWatching() { in StopWatching() function in base::WaitableEventWatcher
Dwaitable_event_watcher.h103 void StopWatching();
/external/libchrome/ipc/
Dipc_sync_channel.cc99 outer_state_->StopWatching(); in NestedSendDoneWatcher()
122 void StopWatching() { watcher_.StopWatching(); } in StopWatching() function in IPC::SyncChannel::ReceivedSyncMsgQueue::NestedSendDoneWatcher
493 shutdown_watcher_.StopWatching(); in OnChannelError()
508 shutdown_watcher_.StopWatching(); in OnChannelClosed()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc65 io_task.second.StopWatching(); in ~BaseMessageLoop()
333 void BaseMessageLoop::IOTask::StopWatching() { in StopWatching() function in brillo::BaseMessageLoop::IOTask
362 StopWatching(); in OnFileReady()
Dbase_message_loop.h111 void StopWatching();
/external/libchrome/base/message_loop/
Dmessage_loop_io_posix_unittest.cc250 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching() function
261 CallClosureHandler handler(BindOnce(&StopWatching, &watcher, &run_loop), in TEST_F()
/external/libchrome/dbus/
Dbus.cc83 void StopWatching() { in StopWatching() function in dbus::__anon94c574d90111::Watch
1012 watch->StopWatching(); in OnToggleWatch()