Home
last modified time | relevance | path

Searched refs:buildStub (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DValidationTest.java192 runTest("conformance_", ConformanceTestInterface.MANAGER.buildStub(null, in testConformance()
202 new RoutingMessageReceiver(IntegrationTestInterface.MANAGER.buildStub(null, in testIntegrationMessageHeader()
215 new RoutingMessageReceiver(IntegrationTestInterface.MANAGER.buildStub(null, in testIntegrationRequestMessage()
228 new RoutingMessageReceiver(IntegrationTestInterface.MANAGER.buildStub(null, in testIntegrationResponseMessage()
DInterfacesTest.java226 NamedObject.MANAGER.buildProxy(null, NamedObject.MANAGER.buildStub(null, impl)); in testProxyAndStub()
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java383 router.setIncomingMessageReceiver(buildStub(core, impl)); in bind()
401 protected abstract Stub<I> buildStub(Core core, I impl); in buildStub() method in Interface.Manager
/external/libmojo/mojo/public/tools/bindings/generators/java_templates/
Dinterface_definition.tmpl74 public Stub buildStub(org.chromium.mojo.system.Core core, {{interface|name}} impl) {