HomeSort by relevance Sort by last modified time
    Searched refs:cfgetispeed (Results 1 - 17 of 17) sorted by null

  /bionic/tests/
termios_test.cpp 47 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetispeed(&t));
73 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetispeed(&t));
  /bionic/libc/include/
termios.h 40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 35 cfgetispeed ( function
  /bionic/libc/include/bits/
termios_inlines.h 52 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) { function
  /bionic/tests/headers/posix/
termios_h.c 156 FUNCTION(cfgetispeed, speed_t (*f)(const struct termios*));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 231 speed_t cfgetispeed (const struct termios *);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 380 return userial_tcio_baud_to_int(cfgetispeed(&vnd_userial.termios));
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 383 return userial_tcio_baud_to_int(cfgetispeed(&vnd_userial.termios));
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 380 return userial_tcio_baud_to_int(cfgetispeed(&vnd_userial.termios));
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 384 return userial_tcio_baud_to_int(cfgetispeed(&vnd_userial.termios));
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 387 return userial_tcio_baud_to_int(cfgetispeed(&vnd_userial.termios));
  /external/python/cpython2/Modules/
termios.c 86 ispeed = cfgetispeed(&mode);
  /external/python/cpython3/Modules/
termios.c 79 ispeed = cfgetispeed(&mode);
  /external/toybox/toys/pending/
stty.c 192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t));
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 168 #define cfgetispeed _cfgetispeed
  /external/libedit/src/
tty.c 618 if ((spd = cfgetispeed(td)) == 0)
    [all...]

Completed in 1140 milliseconds