Searched refs:tcsetattr (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dtcsetattr.c16 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) { function
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dconio_posix.cc20 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
22 tcsetattr(STDIN_FILENO, TCSANOW, &oldt); // Restore default settings.
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dostermios.h31 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p);
H A Dkernel_proxy.h152 virtual int tcsetattr(int fd,
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_utility.cc77 tcsetattr( STDIN_FILENO, TCSANOW, &newt );
90 tcsetattr( STDIN_FILENO, TCSANOW, &oldt );
/external/chromium_org/ui/ozone/platform/dri/
H A Dvirtual_terminal_manager.cc49 if (tcsetattr(fd_, TCSANOW, &raw_attributes))
69 if (tcsetattr(fd_, TCSANOW, &terminal_attributes_))
/external/lldb/source/Host/common/
H A DTerminal.cpp60 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0;
97 return ::tcsetattr (m_fd, TCSANOW, &fd_termios) == 0;
181 tcsetattr (fd, TCSANOW, m_termios_ap.get());
/external/lldb/tools/debugserver/source/
H A DTTYState.cpp64 result = tcsetattr (m_fd, TCSANOW, &m_ttystate);
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsevents.c64 if (tcsetattr(private->fd, TCSANOW, &tty) < 0) {
84 if (tcsetattr(private->fd, TCSANOW, &private->saved_tty) < 0) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dtermios.h138 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h65 MOCK_METHOD3(tcsetattr, int(int, int, const struct termios*));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc120 tcsetattr(fd, TCSANOW, &tcflags);
/external/chromium_org/tools/
H A Dsort-headers.py35 termios.tcsetattr(fd, termios.TCSADRAIN, old_settings)
/external/e2fsprogs/ext2ed/
H A Dwin.c67 tcsetattr(0,TCSANOW,&termioCurrent);
159 tcsetattr(0,TCSANOW,&termioInit);
/external/chromium_org/remoting/host/setup/
H A Dstart_host.cc53 tcsetattr(STDIN_FILENO, TCSANOW, &term);
/external/chromium_org/device/serial/
H A Dserial_io_handler_posix.cc307 return tcsetattr(file().GetPlatformFile(), TCSANOW, &config) == 0;
324 return tcsetattr(file().GetPlatformFile(), TCSANOW, &config) == 0;
/external/e2fsprogs/e2fsck/
H A Dutil.c200 tcsetattr (0, TCSANOW, &tmp);
216 tcsetattr (0, TCSANOW, &termios);
241 tcsetattr (0, TCSANOW, &termios);
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c241 if (tcsetattr (kbfd, TCSAFLUSH, &cur_termios) < 0) {
400 tcsetattr (kbfd, TCSAFLUSH, &old_termios);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c215 ret = tcsetattr(gComPortContext.nHandle, TCSANOW, &gComPortContext.nIoConfig);
216 DAL_ASSERT_STR(ret != -1, "tcsetattr failed");
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-top.c452 tcsetattr(0, TCSANOW, &tc);
457 tcsetattr(0, TCSAFLUSH, &save);
607 tcsetattr(0, TCSANOW, &tc);
626 tcsetattr(0, TCSAFLUSH, &save);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.c365 result = tcsetattr(fd, TCSANOW, &mouse_termios);
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py131 termios.tcsetattr(self.fd, termios.TCSANOW, new)
139 termios.tcsetattr(self.fd, termios.TCSAFLUSH, self.old)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
/external/wpa_supplicant_8/src/utils/
H A Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)

Completed in 2356 milliseconds

123