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

  /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/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;
  /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 */
  /external/grub/grub/
asmstub.c 1071 static speed_t
1106 speed_t termios_speed;
  /external/qemu/
qemu-char-android.c 1022 speed_t spd;
    [all...]
qemu-char.c 989 speed_t spd;
    [all...]

Completed in 208 milliseconds