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

  /external/libmojo/mojo/android/system/
watcher_impl.cc 27 class WatcherImpl {
29 WatcherImpl() : watcher_(FROM_HERE) {}
31 ~WatcherImpl() = default;
40 base::Bind(&WatcherImpl::OnHandleReady, base::Unretained(this));
74 DISALLOW_COPY_AND_ASSIGN(WatcherImpl);
80 return reinterpret_cast<jlong>(new WatcherImpl);
88 auto* watcher = reinterpret_cast<WatcherImpl*>(watcher_ptr);
95 reinterpret_cast<WatcherImpl*>(watcher_ptr)->Cancel();
101 delete reinterpret_cast<WatcherImpl*>(watcher_ptr);
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
WatcherImpl.java 15 class WatcherImpl implements Watcher {
CoreImpl.java 223 return new WatcherImpl();

Completed in 77 milliseconds