HomeSort by relevance Sort by last modified time
    Searched refs:tcsendbreak (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libc/include/
termios.h 51 int tcsendbreak(int __fd, int __duration) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 81 extern int tcsendbreak (int __fd, int __duration) __THROW;
  /external/toybox/toys/net/
microcom.c 99 tcsendbreak(TT.fd, 0);
  /bionic/libc/include/bits/
termios_inlines.h 111 __BIONIC_TERMIOS_INLINE int tcsendbreak(int fd, int duration) { function
  /bionic/tests/headers/posix/
termios_h.c 165 FUNCTION(tcsendbreak, int (*f)(int, int));
  /external/ltp/testcases/kernel/pty/
ptem01.c 238 if (tcsendbreak(masterfd, 10) != 0) {
239 tst_brkm(TFAIL, NULL, "tcsendbreak");
242 if (tcsendbreak(slavefd, 10) != 0) {
243 tst_brkm(TFAIL, NULL, "tcsendbreak");
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 243 tcsendbreak(fd, 0);
  /external/python/cpython2/Modules/
termios.c 209 "tcsendbreak(fd, duration) -> None\n\
220 if (!PyArg_ParseTuple(args, "O&i:tcsendbreak",
223 if (tcsendbreak(fd, duration) == -1)
302 {"tcsendbreak", termios_tcsendbreak,
  /external/python/cpython3/Modules/
termios.c 202 "tcsendbreak(fd, duration) -> None\n\
213 if (!PyArg_ParseTuple(args, "O&i:tcsendbreak",
216 if (tcsendbreak(fd, duration) == -1)
295 {"tcsendbreak", termios_tcsendbreak,
  /libcore/luni/src/main/java/libcore/io/
Os.java 175 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; method in interface:Os
ForwardingOs.java 188 public void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException { os.tcsendbreak(fd, duration); } method in class:ForwardingOs
Linux.java 262 public native void tcsendbreak(FileDescriptor fd, int duration) throws ErrnoException; method in class:Linux
  /libcore/luni/src/main/java/android/system/
Os.java 598 * 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
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 599 #define tcsendbreak _tcsendbreak
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 540 termios.tcsendbreak(self.fd, int(duration/0.25))
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 1318 tcsendbreak(fd, 0);
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 1322 tcsendbreak(fd, 0);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 1318 tcsendbreak(fd, 0);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 1324 tcsendbreak(fd, 0);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 1326 tcsendbreak(fd, 0);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 

Completed in 704 milliseconds

1 2