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

1 2 3

  /device/moto/stingray/whisper/
SA_Phys_Linux.c 89 if (tcflush(ttyFd, TCIOFLUSH) == 0) {
93 DBG_ERROR("tcflush() error");
122 if (tcflush(ttyFd, TCIOFLUSH) == 0) {
126 DBG_ERROR("tcflush() error");
137 if (tcflush(ttyFd, TCIFLUSH) == 0) {
141 DBG_ERROR("tcflush() error");
328 tcflush(ttyFd, TCIOFLUSH);
365 if (tcflush(ttyFd, TCIOFLUSH) == 0) {
369 DBG_ERROR("tcflush() error");
489 tcflush(ttyFd, TCIFLUSH)
    [all...]
  /external/bluetooth/bluez/tools/
csr_h4.c 56 tcflush(fd, TCIOFLUSH);
79 tcflush(fd, TCIOFLUSH);
csr_bcsp.c 65 tcflush(fd, TCIOFLUSH);
96 tcflush(fd, TCIOFLUSH);
hciattach_ti.c 218 tcflush(fd, TCIOFLUSH);
230 tcflush(fd, TCIOFLUSH);
hciattach.c 362 tcflush(serial_fd, TCIOFLUSH);
380 tcflush(serial_fd, TCIOFLUSH);
1179 tcflush(fd, TCIOFLUSH);
1205 tcflush(fd, TCIOFLUSH);
1215 tcflush(fd, TCIOFLUSH);
  /system/core/toolbox/
readtty.c 109 tcflush(STDIN_FILENO, TCIFLUSH);
144 tcflush(STDIN_FILENO, TCIFLUSH);
  /bionic/libc/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /development/ndk/platforms/android-3/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /external/bluetooth/bluez/test/
attest.c 92 tcflush(fd, TCIOFLUSH);
  /external/kernel-headers/original/asm-arm/
termbits.h 161 /* tcflush() and TCFLSH use these */
  /external/kernel-headers/original/asm-x86/
termbits.h 188 /* tcflush() and TCFLSH use these */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termbits.h 188 /* tcflush() and TCFLSH use these */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 91 extern int tcflush (int __fd, int __queue_selector) __THROW;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
termios.h 206 /* tcflush() and TCFLSH use these */
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 527 tcflush(uart_fd, TCIOFLUSH);
543 tcflush(uart_fd, TCIOFLUSH);
545 tcflush(uart_fd, TCIOFLUSH);
546 tcflush(uart_fd, TCIOFLUSH);
  /device/moto/stingray/ril/
tty2ttyd 

Completed in 1000 milliseconds

1 2 3