Home
last modified time | relevance | path

Searched refs:createMessagePipe (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DWatcherImplTest.java120 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testCorrectResult()
141 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testClosingPeerHandle()
165 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testClosingWatchedHandle()
189 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testInvalidHandle()
228 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testCancel()
257 Pair<MessagePipeHandle, MessagePipeHandle> handles = mCore.createMessagePipe(null); in testImmediateCancelOnInvalidHandle()
DCoreImplTest.java171 Pair<? extends Handle, ? extends Handle> handles = core.createMessagePipe(null); in testGetCore()
191 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(options); in createAndCloseMessagePipe()
215 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeEmpty()
234 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeSend()
248 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeSendHandles()
249 Pair<MessagePipeHandle, MessagePipeHandle> handlesToShare = core.createMessagePipe(null); in testMessagePipeSendHandles()
431 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testInvalidHandle()
449 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testMessagePipeHandlePass()
517 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in testHandleConversion()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java135 public Pair<MessagePipeHandle, MessagePipeHandle> createMessagePipe( in createMessagePipe() method
/external/libchrome/mojo/public/js/lib/
Dconnector.js152 var dummyPipe = Mojo.createMessagePipe();
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DBindingsTestUtils.java97 CoreImpl.getInstance().createMessagePipe(null); in newProxyOverPipe()
DConnectorTest.java54 core.createMessagePipe(new MessagePipeHandle.CreateOptions()); in setUp()
DReadAndDispatchMessageTest.java57 mHandles = core.createMessagePipe(new MessagePipeHandle.CreateOptions()); in setUp()
DRouterTest.java50 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in setUp()
DInterfacesTest.java286 CoreImpl.getInstance().createMessagePipe(null); in testResponse()
/external/libchrome/mojo/public/js/
Dbindings.js22 var pipe = Mojo.createMessagePipe();
29 var pipe = Mojo.createMessagePipe();
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExecutorFactory.java72 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe( in PipedExecutor()
DInterface.java441 Pair<MessagePipeHandle, MessagePipeHandle> handles = core.createMessagePipe(null); in getInterfaceRequest()
DEncoder.java285 mEncoderState.core.createMessagePipe(null); in encode()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java97 public Pair<MessagePipeHandle, MessagePipeHandle> createMessagePipe( in createMessagePipe() method in CoreImpl