Searched refs:WatcherImpl (Results 1 – 6 of 6) sorted by relevance
22 class WatcherImpl { class24 WatcherImpl() in WatcherImpl() function in mojo::android::__anon316c7c7f0111::WatcherImpl29 ~WatcherImpl() = default;37 auto ready_callback = base::BindRepeating(&WatcherImpl::OnHandleReady, in Start()71 DISALLOW_COPY_AND_ASSIGN(WatcherImpl);79 return reinterpret_cast<jlong>(new WatcherImpl); in JNI_WatcherImpl_CreateWatcher()87 auto* watcher = reinterpret_cast<WatcherImpl*>(watcher_ptr); in JNI_WatcherImpl_Start()94 reinterpret_cast<WatcherImpl*>(watcher_ptr)->Cancel(); in JNI_WatcherImpl_Cancel()100 delete reinterpret_cast<WatcherImpl*>(watcher_ptr); in JNI_WatcherImpl_Delete()
32 "src/org/chromium/mojo/system/impl/WatcherImpl.java",63 "src/org/chromium/mojo/system/impl/WatcherImpl.java",
15 class WatcherImpl implements Watcher { class
168 return new WatcherImpl(); in getWatcher()
49 mWatcher = new WatcherImpl(); in setUp()
833 "mojo/public/java/system/src/org/chromium/mojo/system/impl/WatcherImpl.java",866 "mojo/public/java/system/src/org/chromium/mojo/system/impl/WatcherImpl.java",