Home
last modified time | relevance | path

Searched refs:handlerImpl (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/libchrome_tools/patch/
Dmojo-Add-a-way-to-create-thread-safe-interfaces-in-Java.patch114 + HandlerImpl handlerImpl = (HandlerImpl) proxy.getProxyHandler();
115 + Core core = handlerImpl.getCore();
116 + int version = handlerImpl.getVersion();
118 + Router router = new RouterImpl(handlerImpl.passHandle());
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java458 HandlerImpl handlerImpl = (HandlerImpl) proxy.getProxyHandler(); in buildThreadSafeProxy() local
459 Core core = handlerImpl.getCore(); in buildThreadSafeProxy()
460 int version = handlerImpl.getVersion(); in buildThreadSafeProxy()
462 Router router = new RouterImpl(handlerImpl.passHandle()); in buildThreadSafeProxy()