Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DOs.java739 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method
DForwardingOs.java884 …public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { os.tcsendbreak(fd… in tcsendbreak() method in ForwardingOs
DLinux.java270 public native void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java939 …public static void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { Libcore.os… in tcsendbreak() method in Os