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

  /external/libchrome/mojo/public/java/system/
watcher_impl.cc 22 class WatcherImpl {
24 WatcherImpl()
29 ~WatcherImpl() = default;
37 auto ready_callback = base::BindRepeating(&WatcherImpl::OnHandleReady,
71 DISALLOW_COPY_AND_ASSIGN(WatcherImpl);
79 return reinterpret_cast<jlong>(new WatcherImpl);
87 auto* watcher = reinterpret_cast<WatcherImpl*>(watcher_ptr);
94 reinterpret_cast<WatcherImpl*>(watcher_ptr)->Cancel();
100 delete reinterpret_cast<WatcherImpl*>(watcher_ptr);
  /external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
WatcherImpl.java 15 class WatcherImpl implements Watcher {

Completed in 176 milliseconds