Home
last modified time | relevance | path

Searched defs:createMessagePipe (Results 1 – 2 of 2) sorted by relevance

/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/java/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java97 public Pair<MessagePipeHandle, MessagePipeHandle> createMessagePipe( in createMessagePipe() method in CoreImpl