Home
last modified time | relevance | path

Searched refs:buildProxy (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DValidationTest.java202 ConformanceTestInterface.MANAGER.buildProxy( in testConformance()
214 IntegrationTestInterface.MANAGER.buildProxy( in testIntegrationMessageHeader()
228 IntegrationTestInterface.MANAGER.buildProxy( in testIntegrationRequestMessage()
242 IntegrationTestInterface.MANAGER.buildProxy( in testIntegrationResponseMessage()
DInterfacesTest.java234 NamedObject.MANAGER.buildProxy(null, NamedObject.MANAGER.buildStub(null, impl)); in testProxyAndStub()
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java466 proxy = buildProxy( in buildThreadSafeProxy()
488 return buildProxy(core, new AutoCloseableRouter(core, router)); in attachProxy()
504 protected abstract P buildProxy(Core core, MessageReceiverWithResponder messageReceiver); in buildProxy() method in Interface.Manager
/external/libchrome/libchrome_tools/patch/
Dmojo-Add-a-way-to-create-thread-safe-interfaces-in-Java.patch122 + proxy = buildProxy(
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/
Dinterface_definition.tmpl72 public Proxy buildProxy(org.chromium.mojo.system.Core core,