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

1 2

  /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);
  /bionic/libc/include/
termios.h 48 int tcflush(int __fd, int __queue) __INTRODUCED_IN(21);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 110 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 284 tcflush(vnd_userial.fd, TCIOFLUSH);
300 tcflush(vnd_userial.fd, TCIOFLUSH);
360 // tcflush(vnd_userial.fd, TCIOFLUSH);
hw_ar3k.c 1290 tcflush(fd, TCIOFLUSH);
1315 tcflush(fd, TCIOFLUSH);
1327 tcflush(fd, TCIOFLUSH);
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 110 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 287 tcflush(vnd_userial.fd, TCIOFLUSH);
303 tcflush(vnd_userial.fd, TCIOFLUSH);
363 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /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);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 113 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 288 tcflush(vnd_userial.fd, TCIOFLUSH);
304 tcflush(vnd_userial.fd, TCIOFLUSH);
364 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 113 if (tcflush(fd, TCIOFLUSH) < 0)
hci_uart.c 291 tcflush(vnd_userial.fd, TCIOFLUSH);
307 tcflush(vnd_userial.fd, TCIOFLUSH);
367 // tcflush(vnd_userial.fd, TCIOFLUSH);
  /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;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 278 tcflush ( function
  /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);
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 116 if (tcflush(fd, TCIOFLUSH) < 0)
  /bionic/libc/include/bits/
termios_inlines.h 98 __BIONIC_TERMIOS_INLINE int tcflush(int fd, int queue) { function
  /device/google/contexthub/util/stm32_flash/
uart.c 117 tcflush(uart_handle->fd, TCIFLUSH);
  /bionic/tests/headers/posix/
termios_h.c 162 FUNCTION(tcflush, int (*f)(int, int));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 379 int tcflush (int fd, int QueueSelector);
  /external/toybox/toys/other/
login.c 66 tcflush(0, TCIFLUSH);
  /external/toybox/toys/pending/
getty.c 151 tcflush(STDIN_FILENO, TCIOFLUSH);
244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches
  /external/toybox/lib/
password.c 63 tcflush(0, TCIFLUSH);
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 157 tcflush(fd, TCIFLUSH);

Completed in 978 milliseconds

1 2