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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
cfsetspeed.c 16 int cfsetspeed(struct termios *termios_p, speed_t speed) { function
  /bionic/libc/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /development/ndk/platforms/android-L/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
termios.h 43 int cfsetspeed(struct termios*, speed_t);
  /bionic/libc/bionic/
termios.cpp 53 return cfsetspeed(s, speed);
57 return cfsetspeed(s, speed);
60 int cfsetspeed(termios* s, speed_t speed) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
termios.h 62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
termios.h 62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 131 int cfsetspeed(struct termios* termios_p, speed_t speed);

Completed in 538 milliseconds