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

1 2 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
termios.h 39 `cc_t', `speed_t', and all the macros specifying the flag bits. */
49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;
52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;
55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;
58 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;
62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
  /bionic/libc/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /development/ndk/platforms/android-3/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
termios.h 80 static __inline__ speed_t cfgetospeed(const struct termios *s)
82 return (speed_t)(s->c_cflag & CBAUD);
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
91 static __inline__ speed_t cfgetispeed(const struct termios *s)
93 return (speed_t)(s->c_cflag & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
  /bionic/libc/kernel/arch-sh/asm/
termbits.h 18 typedef unsigned int speed_t; typedef
38 speed_t c_ispeed;
39 speed_t c_ospeed;
49 speed_t c_ispeed;
50 speed_t c_ospeed;

Completed in 490 milliseconds

1 2 3