HomeSort by relevance Sort by last modified time
    Searched refs:tcflush (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /bionic/libc/include/
termios.h 64 static __inline__ int tcflush(int fd, int __queue) function
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 320 tcflush(dev_fd, TCIOFLUSH);
345 tcflush(dev_fd, TCIOFLUSH);
367 tcflush(dev_fd, TCIOFLUSH);
385 tcflush(dev_fd, TCIOFLUSH);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 260 tcflush(dev_fd, TCIOFLUSH);
285 tcflush(dev_fd, TCIOFLUSH);
314 tcflush(dev_fd, TCIOFLUSH);
331 tcflush(dev_fd, TCIOFLUSH);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.h 122 virtual int tcflush(int fd, int queue_selector);
kernel_intercept.cc 247 return s_kp->tcflush(fd, queue_selector);
kernel_proxy.cc 655 int KernelProxy::tcflush(int fd, int queue_selector) { function in class:nacl_io::KernelProxy
663 error = handle->node()->Tcflush(queue_selector);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 130 ret = tcflush(gComPortContext.nHandle, TCIFLUSH);
131 DAL_ASSERT_STR(ret!=-1, "tcflush failed");
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 157 tcflush(fd, TCIFLUSH);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 125 #ifndef tcflush
126 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 125 #ifndef tcflush
126 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 125 #ifndef tcflush
126 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
    [all...]
  /system/core/adb/
commandline.c 232 tcflush(fd, TCIFLUSH);
238 tcflush(fd, TCIFLUSH);
    [all...]
  /external/libppp/src/
tty.c 500 tcflush(p->fd, TCIOFLUSH);
  /external/mksh/src/
misc.c     [all...]
  /external/ppp/pppd/
sys-linux.c 554 if (tcflush(tty_fd, TCIOFLUSH) < 0)
556 warn("tcflush failed: %m");
    [all...]

Completed in 823 milliseconds

1 23