Searched refs:ios (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware_legacy/qemu/ |
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()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 3334 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/ |
D | CHANGELOG | 266 update configure for ios sdk 4.3
|