Searched refs:tcsendbreak (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 693 …public static void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { Libcore.os… in tcsendbreak() method in Os
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 231 …public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { os.tcsendbreak(fd… in tcsendbreak() method in ForwardingOs
|
D | Os.java | 197 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method
|
D | Linux.java | 267 public native void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method in Linux
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2524 throwIfMinusOne(env, "tcsendbreak", TEMP_FAILURE_RETRY(tcsendbreak(fd, duration))); in Linux_tcsendbreak() 2710 NATIVE_METHOD(Linux, tcsendbreak, "(Ljava/io/FileDescriptor;I)V"),
|