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

1 2 3 4 5 6 7 8

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
tcflush.c 16 int tcflush(int fd, int queue_selector) { function
  /hardware/broadcom/libbt/src/
userial_vendor.c 249 tcflush(vnd_userial.fd, TCIOFLUSH);
255 tcflush(vnd_userial.fd, TCIOFLUSH);
258 tcflush(vnd_userial.fd, TCIOFLUSH);
259 tcflush(vnd_userial.fd, TCIOFLUSH);
298 tcflush(vnd_userial.fd, TCIOFLUSH);
  /system/core/toolbox/
readtty.c 109 tcflush(STDIN_FILENO, TCIFLUSH);
144 tcflush(STDIN_FILENO, TCIFLUSH);
  /bionic/libc/include/
termios.h 46 int tcflush(int, int);
  /development/ndk/platforms/android-L/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
termios.h 46 int tcflush(int, int);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
termios.so 
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 52 virtual Error Tcflush(int queue_selector);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 135 int tcflush(int fd, int queue_selector);
  /bionic/libc/bionic/
termios.cpp 76 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/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_kernel_proxy.h 63 MOCK_METHOD2(tcflush, int(int, int));
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 189 /* tcflush() and TCFLSH use these */
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 116 if (tcflush(fd, TCIOFLUSH) < 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
termbits.h 188 /* tcflush() and TCFLSH use these */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
termios.h 91 extern int tcflush (int __fd, int __queue_selector) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
termbits.h 188 /* tcflush() and TCFLSH use these */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termios.h 91 extern int tcflush (int __fd, int __queue_selector) __THROW;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function

Completed in 846 milliseconds

1 2 3 4 5 6 7 8