Home
last modified time | relevance | path

Searched refs:RemoveWatch (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_path_watcher_linux.cc75 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
312 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() function in base::__anonc6a57ca40111::InotifyReader
491 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this); in Cancel()
520 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateWatches()
566 g_inotify_reader.Get().RemoveWatch(end_it->second, this); in UpdateRecursiveWatches()
601 g_inotify_reader.Get().RemoveWatch(old_watch, this); in UpdateRecursiveWatchesForPath()
630 g_inotify_reader.Get().RemoveWatch(it.first, this); in RemoveRecursiveWatches()
/external/adhd/cras/src/tests/
Ddbus_test.h301 void RemoveWatch(DBusWatch* watch);
Ddbus_test.cc560 test->RemoveWatch(watch); in RemoveWatchThunk()
563 void DBusTest::RemoveWatch(DBusWatch* watch) { in RemoveWatch() function in DBusTest