Searched refs:termios (Results 1 – 8 of 8) sorted by relevance
/development/ndk/platforms/android-L/include/ |
D | termios.h | 38 speed_t cfgetispeed(const struct termios*); 39 speed_t cfgetospeed(const struct termios*); 40 void cfmakeraw(struct termios*); 41 int cfsetispeed(struct termios*, speed_t); 42 int cfsetospeed(struct termios*, speed_t); 43 int cfsetspeed(struct termios*, speed_t); 47 int tcgetattr(int, struct termios*); 50 int tcsetattr(int, int, const struct termios*);
|
/development/ndk/platforms/android-3/include/ |
D | termios.h | 49 static __inline__ int tcgetattr(int fd, struct termios *s) in tcgetattr() 54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) in tcsetattr() 80 static __inline__ speed_t cfgetospeed(const struct termios *s) in cfgetospeed() 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed() 91 static __inline__ speed_t cfgetispeed(const struct termios *s) in cfgetispeed() 96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed() 102 static __inline__ void cfmakeraw(struct termios *s) in cfmakeraw()
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | termbits.h | 20 struct termios { struct
|
/development/ndk/platforms/android-L/include/asm-generic/ |
D | termbits.h | 27 struct termios { struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | termbits.h | 27 struct termios { struct
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | termbits.h | 27 struct termios { struct
|
/development/ndk/platforms/android-L/arch-mips64/include/asm/ |
D | termbits.h | 27 struct termios { struct
|
/development/ndk/platforms/android-L/arch-mips/include/asm/ |
D | termbits.h | 27 struct termios { struct
|