Searched defs:tcsendbreak (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java598 * See <a href="http://man7.org/linux/man-pages/man3/tcsendbreak.3.html">tcsendbreak(3)</a>.
600 public static void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { Libcore.os.tcsendbreak(fd, duration); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java188 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { os.tcsendbreak(fd, duration); } method in class:ForwardingOs
H A DLinux.java262 public native void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; method in class:Linux
H A DOs.java175 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; method in interface:Os

Completed in 287 milliseconds