Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/qemu/
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()
/hardware/ril/reference-ril/
Dreference-ril.c3334 struct termios ios; local
3335 tcgetattr( fd, &ios );
3336 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */
3337 tcsetattr( fd, TCSANOW, &ios );
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG266 update configure for ios sdk 4.3