Searched refs:speed_t (Results 1 - 16 of 16) sorted by relevance

/bionic/libc/include/
H A Dtermios.h40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
44 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
/bionic/tools/versioner/current/
H A Dtermios.h40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
44 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
/bionic/libc/include/bits/
H A Dtermios_inlines.h48 static __inline speed_t cfgetspeed(const struct termios* s) {
49 return __BIONIC_CAST(static_cast, speed_t, s->c_cflag & CBAUD);
52 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) {
56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) {
70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) {
80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) {
84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) {
/bionic/tools/versioner/current/bits/
H A Dtermios_inlines.h48 static __inline speed_t cfgetspeed(const struct termios* s) {
49 return __BIONIC_CAST(static_cast, speed_t, s->c_cflag & CBAUD);
52 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) {
56 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) {
70 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) {
80 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) {
84 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) {
/bionic/tests/
H A Dtermios_test.cpp47 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetispeed(&t));
60 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetospeed(&t));
73 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetispeed(&t));
74 ASSERT_EQ(static_cast<speed_t>(B1200), cfgetospeed(&t));
/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/tools/versioner/dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/tools/versioner/dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dtermbits.h23 typedef unsigned int speed_t; typedef
41 speed_t c_ispeed;
42 speed_t c_ospeed;
51 speed_t c_ispeed;
52 speed_t c_ospeed;
/bionic/tests/headers/posix/
H A Dtermios_h.c35 TYPE(speed_t);
156 FUNCTION(cfgetispeed, speed_t (*f)(const struct termios*));
157 FUNCTION(cfgetospeed, speed_t (*f)(const struct termios*));
158 FUNCTION(cfsetispeed, int (*f)(struct termios*, speed_t));
159 FUNCTION(cfsetospeed, int (*f)(struct termios*, speed_t));

Completed in 76 milliseconds