Searched refs:termios (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/include/
H A Dtermio.h30 * that are already included by <termios.h>
32 #include <termios.h>
H A Dtermios.h34 #include <linux/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*);
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dtermios.h19 #include <asm-generic/termios.h>
/bionic/libc/bionic/
H A Disatty.c30 #include <termios.h>
36 struct termios term;
H A Dtermios.cpp29 #include <termios.h>
32 static speed_t cfgetspeed(const termios* s) {
36 speed_t cfgetispeed(const termios* s) {
40 speed_t cfgetospeed(const termios* s) {
44 void cfmakeraw(termios* s) {
52 int cfsetispeed(termios* s, speed_t speed) {
56 int cfsetospeed(termios* s, speed_t speed) {
60 int cfsetspeed(termios* s, speed_t speed) {
80 int tcgetattr(int fd, termios* s) {
96 int tcsetattr(int fd, int optional_actions, const termios*
[all...]
H A Dpty.cpp34 #include <termios.h>
H A Dgetentropy_linux.c43 #include <termios.h>
420 struct termios tios;
/bionic/libc/include/sys/
H A Dioctl.h37 #include <linux/termios.h>
/bionic/libc/kernel/uapi/linux/
H A Dtermios.h22 #include <asm/termios.h>
/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h27 struct termios { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dtermbits.h27 struct termios { struct
/bionic/libc/
H A DAndroid.mk221 bionic/termios.cpp \

Completed in 177 milliseconds