Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DUntypedHandleImpl.java11 import org.chromium.mojo.system.UntypedHandle;
16 class UntypedHandleImpl extends HandleBase implements UntypedHandle {
36 public UntypedHandle pass() { in pass()
DHandleBase.java13 import org.chromium.mojo.system.UntypedHandle;
85 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
DCoreImpl.java25 import org.chromium.mojo.system.UntypedHandle;
214 public UntypedHandle acquireNativeHandle(int handle) { in acquireNativeHandle()
326 List<UntypedHandle> handles = in readMessage()
327 new ArrayList<UntypedHandle>(readResult.getHandlesCount()); in readMessage()
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DMessagePipeHandle.java147 private List<UntypedHandle> mHandles;
180 public List<UntypedHandle> getHandles() { in getHandles()
187 public void setHandles(List<UntypedHandle> handles) { in setHandles()
DUntypedHandle.java15 public interface UntypedHandle extends Handle { interface
21 public UntypedHandle pass(); in pass()
DInvalidHandle.java18 public class InvalidHandle implements UntypedHandle, MessagePipeHandle, ConsumerHandle,
76 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
DHandle.java41 public UntypedHandle toUntypedHandle(); in toUntypedHandle()
DCore.java305 public UntypedHandle acquireNativeHandle(int handle); in acquireNativeHandle()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/
DHandleMock.java17 import org.chromium.mojo.system.UntypedHandle;
26 public class HandleMock implements UntypedHandle, MessagePipeHandle,
60 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java13 import org.chromium.mojo.system.UntypedHandle;
437 public UntypedHandle readUntypedHandle(int offset, boolean nullable) { in readUntypedHandle()
545 public UntypedHandle[] readUntypedHandles( in readUntypedHandles()
552 UntypedHandle[] result = new UntypedHandle[si.elementsOrVersion]; in readUntypedHandles()
/external/libmojo/mojo/public/java/
DBUILD.gn21 "system/src/org/chromium/mojo/system/UntypedHandle.java",