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()
13 import org.chromium.mojo.system.UntypedHandle;85 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
25 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()
147 private List<UntypedHandle> mHandles;180 public List<UntypedHandle> getHandles() { in getHandles()187 public void setHandles(List<UntypedHandle> handles) { in setHandles()
15 public interface UntypedHandle extends Handle { interface21 public UntypedHandle pass(); in pass()
18 public class InvalidHandle implements UntypedHandle, MessagePipeHandle, ConsumerHandle,76 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
41 public UntypedHandle toUntypedHandle(); in toUntypedHandle()
305 public UntypedHandle acquireNativeHandle(int handle); in acquireNativeHandle()
17 import org.chromium.mojo.system.UntypedHandle;26 public class HandleMock implements UntypedHandle, MessagePipeHandle,60 public UntypedHandle toUntypedHandle() { in toUntypedHandle()
13 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()
21 "system/src/org/chromium/mojo/system/UntypedHandle.java",