HomeSort by relevance Sort by last modified time
    Searched full:tcflush (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /hardware/broadcom/libbt/src/
userial_vendor.c 251 tcflush(vnd_userial.fd, TCIOFLUSH);
257 tcflush(vnd_userial.fd, TCIOFLUSH);
260 tcflush(vnd_userial.fd, TCIOFLUSH);
261 tcflush(vnd_userial.fd, TCIOFLUSH);
300 tcflush(vnd_userial.fd, TCIOFLUSH);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
termios.so 
  /bionic/libc/include/
termios.h 48 int tcflush(int __fd, int __queue) __INTRODUCED_IN(21);
  /bionic/tests/
termios_test.cpp 38 // tcflush
  /external/python/cpython2/Modules/
termios.c 251 "tcflush(fd, queue) -> None\n\
263 if (!PyArg_ParseTuple(args, "O&i:tcflush",
266 if (tcflush(fd, queue) == -1)
306 {"tcflush", termios_tcflush,
364 /* tcflush() constants */
  /external/python/cpython3/Modules/
termios.c 244 "tcflush(fd, queue) -> None\n\
256 if (!PyArg_ParseTuple(args, "O&i:tcflush",
259 if (tcflush(fd, queue) == -1)
299 {"tcflush", termios_tcflush,
394 /* tcflush() constants */
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 284 tcflush(vnd_userial.fd, TCIOFLUSH);
300 tcflush(vnd_userial.fd, TCIOFLUSH);
360 // tcflush(vnd_userial.fd, TCIOFLUSH);
hci_smd.c 110 if (tcflush(fd, TCIOFLUSH) < 0)
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 287 tcflush(vnd_userial.fd, TCIOFLUSH);
303 tcflush(vnd_userial.fd, TCIOFLUSH);
363 // tcflush(vnd_userial.fd, TCIOFLUSH);
hci_smd.c 110 if (tcflush(fd, TCIOFLUSH) < 0)
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 288 tcflush(vnd_userial.fd, TCIOFLUSH);
304 tcflush(vnd_userial.fd, TCIOFLUSH);
364 // tcflush(vnd_userial.fd, TCIOFLUSH);
hci_smd.c 113 if (tcflush(fd, TCIOFLUSH) < 0)
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 291 tcflush(vnd_userial.fd, TCIOFLUSH);
307 tcflush(vnd_userial.fd, TCIOFLUSH);
367 // tcflush(vnd_userial.fd, TCIOFLUSH);
hci_smd.c 113 if (tcflush(fd, TCIOFLUSH) < 0)
  /bionic/libc/include/bits/
termios_inlines.h 98 __BIONIC_TERMIOS_INLINE int tcflush(int fd, int queue) { function
  /bionic/tests/headers/posix/
termios_h.c 162 FUNCTION(tcflush, int (*f)(int, int));
  /device/google/contexthub/util/stm32_flash/
uart.c 117 tcflush(uart_handle->fd, TCIFLUSH);
  /device/linaro/hikey/wpan/uim/
uim.c 204 tcflush(dev_fd, TCIOFLUSH);
229 tcflush(dev_fd, TCIOFLUSH);
248 tcflush(dev_fd, TCIOFLUSH);
270 tcflush(dev_fd, TCIOFLUSH);
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 190 /* tcflush() and TCFLSH use these */
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 116 if (tcflush(fd, TCIOFLUSH) < 0)
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 109 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 285 tcflush(vnd_userial.fd, TCIOFLUSH);
301 tcflush(vnd_userial.fd, TCIOFLUSH);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 189 /* tcflush() and TCFLSH use these */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 91 extern int tcflush (int __fd, int __queue_selector) __THROW;
  /external/toybox/toys/pending/
getty.c 151 tcflush(STDIN_FILENO, TCIOFLUSH);
244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches

Completed in 326 milliseconds

1 2 3 4 5 6