Searched refs:buildProxy (Results 1 – 4 of 4) sorted by relevance
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
D | ValidationTest.java | 193 ConformanceTestInterface.MANAGER.buildProxy(null, new SinkMessageReceiver()))); in testConformance() 203 IntegrationTestInterface.MANAGER.buildProxy(null, in testIntegrationMessageHeader() 216 IntegrationTestInterface.MANAGER.buildProxy(null, in testIntegrationRequestMessage() 229 IntegrationTestInterface.MANAGER.buildProxy(null, in testIntegrationResponseMessage()
|
D | InterfacesTest.java | 226 NamedObject.MANAGER.buildProxy(null, NamedObject.MANAGER.buildStub(null, impl)); in testProxyAndStub()
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Interface.java | 390 return buildProxy(core, new AutoCloseableRouter(core, router)); in attachProxy() 406 protected abstract P buildProxy(Core core, MessageReceiverWithResponder messageReceiver); in buildProxy() method in Interface.Manager
|
/external/libmojo/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 69 public Proxy buildProxy(org.chromium.mojo.system.Core core,
|