Searched defs:attachProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterfaceWithClient.java70 CI client = (CI) getClientManager().attachProxy(handle.getCore(), router);
80 public P attachProxy(MessagePipeHandle handle, CI client) { method in class:InterfaceWithClient.Manager
86 P proxy = super.attachProxy(handle.getCore(), router);
101 P proxy = attachProxy(handles.first, client);
H A DInterface.java205 public final P attachProxy(MessagePipeHandle handle) { method in class:Interface.Manager
207 P proxy = attachProxy(handle.getCore(), router);
222 P proxy = attachProxy(handles.first);
237 final P attachProxy(Core core, Router router) { method in class:Interface.Manager

Completed in 142 milliseconds