Searched defs:tcsendbreak (Results 1 – 4 of 4) sorted by relevance
740 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method
891 …public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { os.tcsendbreak(fd… in tcsendbreak() method in ForwardingOs
270 public native void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method in Linux
954 …public static void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { Libcore.os… in tcsendbreak() method in Os