HomeSort by relevance Sort by last modified time
    Searched refs:RemoveWatch (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
file_path_watcher_linux.cc 52 typedef int Watch; // Watch descriptor used by AddWatch and RemoveWatch.
60 void RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
284 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) {
461 g_inotify_reader.Get().RemoveWatch(watches_[i].watch, this);
490 g_inotify_reader.Get().RemoveWatch(old_watch, this);
536 g_inotify_reader.Get().RemoveWatch(end_it->second, this);
571 g_inotify_reader.Get().RemoveWatch(old_watch, this);
603 g_inotify_reader.Get().RemoveWatch(it->first, this);
  /external/adhd/cras/src/tests/
dbus_test.h 294 void RemoveWatch(DBusWatch *watch);
dbus_test.cc 604 test->RemoveWatch(watch);
607 void DBusTest::RemoveWatch(DBusWatch *watch) {

Completed in 239 milliseconds