Searched defs:ioctlInt (Results 1 – 4 of 4) sorted by relevance
99 …public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.… in ioctlInt() method in ForwardingOs
91 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method
93 public native int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method in Posix
234 …/** @hide */ public static int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoEx… in ioctlInt() method in Os