HomeSort by relevance Sort by last modified time
    Searched refs:cfsetospeed (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/tests/
termios_test.cpp 59 ASSERT_EQ(0, cfsetospeed(&t, B1200));
66 ASSERT_EQ(-1, cfsetospeed(&t, 1200));
  /bionic/libc/include/
termios.h 45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
termios.h 55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 109 cfsetospeed ( function
  /bionic/libc/include/bits/
termios_inlines.h 84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) { function
  /device/google/contexthub/util/stm32_flash/
uart.c 110 cfsetospeed(&tio, B57600);
  /hardware/broadcom/libbt/src/
userial_vendor.c 264 cfsetospeed(&vnd_userial.termios, baud);
322 cfsetospeed(&vnd_userial.termios, tcio_baud);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 296 cfsetospeed(&vnd_userial.termios, baud);
357 cfsetospeed(&vnd_userial.termios, tcio_baud);
hw_ar3k.c 232 if (cfsetospeed(ti, uart_speed(speed)) < 0)
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 299 cfsetospeed(&vnd_userial.termios, baud);
360 cfsetospeed(&vnd_userial.termios, tcio_baud);
hw_ar3k.c 234 if (cfsetospeed(ti, uart_speed(speed)) < 0)
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 297 cfsetospeed(&vnd_userial.termios, baud);
358 cfsetospeed(&vnd_userial.termios, tcio_baud);
hw_ar3k.c 232 if (cfsetospeed(ti, uart_speed(speed)) < 0)
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 300 cfsetospeed(&vnd_userial.termios, baud);
361 cfsetospeed(&vnd_userial.termios, tcio_baud);
hw_ar3k.c 236 if (cfsetospeed(ti, uart_speed(speed)) < 0)
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 303 cfsetospeed(&vnd_userial.termios, baud);
364 cfsetospeed(&vnd_userial.termios, tcio_baud);
  /bionic/tests/headers/posix/
termios_h.c 159 FUNCTION(cfsetospeed, int (*f)(struct termios*, speed_t));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 276 int cfsetospeed (struct termios *, speed_t);
  /external/toybox/toys/pending/
stty.c 339 cfsetospeed(&new, new_speed);
343 cfsetospeed(&new, speed(get_arg(&i, 0, 4000000)));
  /device/linaro/hikey/wpan/uim/
uim.c 225 cfsetospeed(&ti, B115200);
  /external/python/cpython2/Modules/
termios.c 199 if (cfsetospeed(&mode, (speed_t) ospeed) == -1)
326 /* cfgetospeed(), cfsetospeed() constants */
  /external/python/cpython3/Modules/
termios.c 192 if (cfsetospeed(&mode, (speed_t) ospeed) == -1)
319 /* cfgetospeed(), cfsetospeed() constants */
  /external/nos/test/system-test-harness/src/
util.cc 444 if (cfsetospeed(&tty_state, B115200) ||
446 perror("ERROR cfsetospeed()");
  /external/libedit/src/
tty.c 971 (void) cfsetospeed(&el->el_tty.t_ex, el->el_tty.t_speed);
973 (void) cfsetospeed(&el->el_tty.t_ed, el->el_tty.t_speed);
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 172 #define cfsetospeed _cfsetospeed

Completed in 557 milliseconds

1 2