Searched refs:ios (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/vibrator/ |
D | qemu.c | 240 struct termios ios; in qemu_channel_open() local 241 tcgetattr( fd, &ios ); in qemu_channel_open() 242 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */ in qemu_channel_open() 243 tcsetattr( fd, TCSANOW, &ios ); in qemu_channel_open()
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 32 std::ios::fmtflags f(os.flags()); in operator <<()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 56 std::ios::fmtflags f(os.flags()); in operator <<()
|
/device/generic/goldfish/ril/ |
D | reference-ril.c | 4022 struct termios ios; local 4023 tcgetattr( fd, &ios ); 4024 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */ 4025 tcsetattr( fd, TCSANOW, &ios );
|