Searched refs:UntypedHandle (Results 1 – 11 of 11) sorted by relevance
11 import org.chromium.mojo.system.UntypedHandle;16 class UntypedHandleImpl extends HandleBase implements UntypedHandle {36 public UntypedHandle pass() { in pass()
12 import org.chromium.mojo.system.UntypedHandle;84 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
22 import org.chromium.mojo.system.UntypedHandle;177 public UntypedHandle acquireNativeHandle(int handle) { in acquireNativeHandle()262 List<UntypedHandle> handles = new ArrayList<UntypedHandle>( in readMessage()
151 private List<UntypedHandle> mHandles;198 public List<UntypedHandle> getHandles() { in getHandles()205 public void setHandles(List<UntypedHandle> handles) { in setHandles()
15 public interface UntypedHandle extends Handle { interface21 public UntypedHandle pass(); in pass()
17 public class InvalidHandle implements UntypedHandle, MessagePipeHandle, ConsumerHandle,75 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
39 public UntypedHandle toUntypedHandle(); in toUntypedHandle()
188 public UntypedHandle acquireNativeHandle(int handle); in acquireNativeHandle()
15 import org.chromium.mojo.system.UntypedHandle;24 public class HandleMock implements UntypedHandle, MessagePipeHandle,56 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
14 import org.chromium.mojo.system.UntypedHandle;356 public UntypedHandle readUntypedHandle(int offset, boolean nullable) { in readUntypedHandle()447 public UntypedHandle[] readUntypedHandles( in readUntypedHandles()454 UntypedHandle[] result = new UntypedHandle[si.numFields]; in readUntypedHandles()
20 "system/src/org/chromium/mojo/system/UntypedHandle.java",