Searched refs:tcsendbreak (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 884 …public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { os.tcsendbreak(fd… in tcsendbreak() method in ForwardingOs
|
D | Os.java | 739 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method
|
D | Linux.java | 270 public native void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; in tcsendbreak() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 939 …public static void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { Libcore.os… in tcsendbreak() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2705 throwIfMinusOne(env, "tcsendbreak", TEMP_FAILURE_RETRY(tcsendbreak(fd, duration))); in Linux_tcsendbreak() 2893 NATIVE_METHOD(Linux, tcsendbreak, "(Ljava/io/FileDescriptor;I)V"),
|
/libcore/api/ |
D | current.txt | 136 …method public static void tcsendbreak(java.io.FileDescriptor, int) throws android.system.ErrnoExce…
|