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

1 2 3 4 5 6 7

  /bionic/libc/include/
termios.h 39 speed_t cfgetispeed(const struct termios*);
40 speed_t cfgetospeed(const struct termios*);
42 int cfsetispeed(struct termios*, speed_t);
43 int cfsetospeed(struct termios*, speed_t);
44 int cfsetspeed(struct termios*, speed_t);
  /development/ndk/platforms/android-21/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
termios.h 38 speed_t cfgetispeed(const struct termios*);
39 speed_t cfgetospeed(const struct termios*);
41 int cfsetispeed(struct termios*, speed_t);
42 int cfsetospeed(struct termios*, speed_t);
43 int cfsetspeed(struct termios*, speed_t);
  /external/openssh/openbsd-compat/
bsd-nextstep.h 54 speed_t cfgetospeed(const struct termios *);
55 speed_t cfgetispeed(const struct termios *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/android/
legacy_termios_inlines.h 64 static __inline speed_t cfgetospeed(const struct termios *s) {
65 return (speed_t)(s->c_cflag & CBAUD);
68 static __inline int cfsetospeed(struct termios *s, speed_t speed) {
73 static __inline speed_t cfgetispeed(const struct termios *s) {
74 return (speed_t)(s->c_cflag & CBAUD);
77 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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/5/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)

Completed in 754 milliseconds

1 2 3 4 5 6 7