Home
last modified time | relevance | path

Searched refs:ios (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/vibrator/
Dqemu.c240 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/
Dmain.cpp32 std::ios::fmtflags f(os.flags()); in operator <<()
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp56 std::ios::fmtflags f(os.flags()); in operator <<()
/device/generic/goldfish/ril/
Dreference-ril.c4022 struct termios ios; local
4023 tcgetattr( fd, &ios );
4024 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */
4025 tcsetattr( fd, TCSANOW, &ios );