Home
last modified time | relevance | path

Searched refs:UntypedHandle (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DUntypedHandleImpl.java11 import org.chromium.mojo.system.UntypedHandle;
16 class UntypedHandleImpl extends HandleBase implements UntypedHandle {
35 public UntypedHandle pass() { in pass()
DHandleBase.java11 import org.chromium.mojo.system.UntypedHandle;
82 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
DCoreImpl.java25 import org.chromium.mojo.system.UntypedHandle;
159 public UntypedHandle acquireNativeHandle(int handle) { in acquireNativeHandle()
261 readResult.mHandles = new ArrayList<UntypedHandle>(rawHandles.length); in readMessage()
266 readResult.mHandles = new ArrayList<UntypedHandle>(0); in readMessage()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DUntypedHandle.java15 public interface UntypedHandle extends Handle { interface
21 public UntypedHandle pass(); in pass()
DInvalidHandle.java17 public class InvalidHandle implements UntypedHandle, MessagePipeHandle, ConsumerHandle,
75 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
DHandle.java41 public UntypedHandle toUntypedHandle(); in toUntypedHandle()
DMessagePipeHandle.java132 public List<UntypedHandle> mHandles;
DCore.java167 public UntypedHandle acquireNativeHandle(int handle); in acquireNativeHandle()
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/
DHandleMock.java17 import org.chromium.mojo.system.UntypedHandle;
26 public class HandleMock implements UntypedHandle, MessagePipeHandle, ProducerHandle, ConsumerHandle,
56 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java13 import org.chromium.mojo.system.UntypedHandle;
458 public UntypedHandle readUntypedHandle(int offset, boolean nullable) { in readUntypedHandle()
566 public UntypedHandle[] readUntypedHandles( in readUntypedHandles()
573 UntypedHandle[] result = new UntypedHandle[si.elementsOrVersion]; in readUntypedHandles()
/external/libchrome/mojo/public/java/
DBUILD.gn20 "system/src/org/chromium/mojo/system/UntypedHandle.java",