Home
last modified time | relevance | path

Searched refs:passHandle (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java57 public MessagePipeHandle passHandle(); in passHandle() method
177 public MessagePipeHandle passHandle() { in passHandle() method in Interface.AbstractProxy.HandlerImpl
181 return handleOwner.passHandle(); in passHandle()
417 bind(impl, request.passHandle()); in bind()
462 Router router = new RouterImpl(handlerImpl.passHandle()); in buildThreadSafeProxy()
DAutoCloseableRouter.java58 public MessagePipeHandle passHandle() { in passHandle() method in AutoCloseableRouter
59 return mRouter.passHandle(); in passHandle()
DRouterImpl.java195 public MessagePipeHandle passHandle() { in passHandle() method in RouterImpl
196 return mConnector.passHandle(); in passHandle()
DHandleOwner.java21 public H passHandle(); in passHandle() method
DInterfaceRequest.java38 public MessagePipeHandle passHandle() { in passHandle() method in InterfaceRequest
DConnector.java113 public MessagePipeHandle passHandle() { in passHandle() method in Connector
DEncoder.java280 encode(handler.passHandle(), offset, nullable); in encode()
303 encode(v.passHandle(), offset, nullable); in encode()
/external/libchrome/mojo/public/js/lib/
Dinterface_endpoint_client.js55 InterfaceEndpointClient.prototype.passHandle = function() { method in InterfaceEndpointClient
73 var handle = this.passHandle();
/external/libchrome/mojo/public/js/
Dbindings.js432 this.interfaceEndpointClient_.passHandle(), this.version);
526 this.interfaceEndpointClient_.passHandle());
/external/libchrome/libchrome_tools/patch/
Dmojo-Add-a-way-to-create-thread-safe-interfaces-in-Java.patch118 + Router router = new RouterImpl(handlerImpl.passHandle());