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

1 2

  /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)
  /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;
  /bionic/libc/kernel/arch-x86/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;
  /development/ndk/platforms/android-5/arch-x86/include/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;
  /external/kernel-headers/original/asm-x86/
termbits.h 7 typedef unsigned int speed_t; typedef
27 speed_t c_ispeed; /* input speed */
28 speed_t c_ospeed; /* output speed */
38 speed_t c_ispeed; /* input speed */
39 speed_t c_ospeed; /* output speed */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termbits.h 7 typedef unsigned int speed_t; typedef
27 speed_t c_ispeed; /* input speed */
28 speed_t c_ospeed; /* output speed */
38 speed_t c_ispeed; /* input speed */
39 speed_t c_ospeed; /* output speed */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/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;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
termios.h 26 typedef unsigned int speed_t; typedef
38 speed_t c_ispeed; /* input speed */
39 speed_t c_ospeed; /* output speed */
218 _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
  /bionic/libc/kernel/arch-arm/asm/
termbits.h 16 typedef unsigned int speed_t; typedef
  /development/ndk/platforms/android-3/arch-arm/include/asm/
termbits.h 16 typedef unsigned int speed_t; typedef
  /external/kernel-headers/original/asm-arm/
termbits.h 5 typedef unsigned int speed_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
termbits.h 16 typedef unsigned int speed_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
termbits.h 16 typedef unsigned int speed_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
termbits.h 16 typedef unsigned int speed_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
termbits.h 16 typedef unsigned int speed_t; typedef
  /external/bluetooth/bluez/serial/
proxy.c 644 speed_t speed;
661 static speed_t str2speed(const char *str, speed_t *speed)
743 speed_t speed = B0; /* In/Out speed */

Completed in 123 milliseconds

1 2