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

1 2 34

  /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/bionic/
termios.cpp 76 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));
kernel_wrap_test.cc 586 TEST_F(KernelWrapTest, tcflush) {
587 EXPECT_CALL(mock, tcflush(kDummyInt, kDummyInt2))
589 EXPECT_EQ(kDummyInt3, tcflush(kDummyInt, kDummyInt2));
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.h 150 virtual int tcflush(int fd, int queue_selector);
kernel_intercept.cc 432 return s_state.kp->tcflush(fd, queue_selector);
kernel_proxy.cc 970 int KernelProxy::tcflush(int fd, int queue_selector) { function in class:nacl_io::KernelProxy
978 error = handle->node()->Tcflush(queue_selector);
    [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);
  /external/chromium_org/device/serial/
serial_io_handler_posix.cc 328 return tcflush(file().GetPlatformFile(), TCIOFLUSH) == 0;
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialposix.py 529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)
535 termios.tcflush(self.fd, TERMIOS.TCOFLUSH)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
term.h 125 #ifndef tcflush
126 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
    [all...]
  /system/core/adb/
commandline.c 259 tcflush(fd, TCIFLUSH);
265 tcflush(fd, TCIFLUSH);
    [all...]
  /external/mksh/src/
misc.c     [all...]
  /external/ppp/pppd/
sys-linux.c 555 if (tcflush(tty_fd, TCIOFLUSH) < 0)
557 warn("tcflush failed: %m");
    [all...]

Completed in 666 milliseconds

1 2 34