HomeSort by relevance Sort by last modified time
    Searched refs:tcsetattr (Results 126 - 140 of 140) sorted by null

1 2 3 4 56

  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 516 if (tcsetattr(fd, TCSANOW, &term) == 0) {
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 78 tcsetattr(STDIN, TCSANOW, &term);
  /external/linux-tools-perf/src/tools/perf/
builtin-kvm.c 1054 tcsetattr(0, TCSANOW, tc_now);
1056 tcsetattr(0, TCSAFLUSH, tc_save);
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 772 termios.tcsetattr(self.child_fd, termios.TCSANOW, attr)
    [all...]
  /system/core/adb/
commandline.cpp 266 tcsetattr(fd, TCSAFLUSH, &tio);
270 tcsetattr(fd, TCSAFLUSH, &g_saved_terminal_state);
    [all...]
  /external/ltrace/etc/
libc.so.conf 357 int tcsetattr(int,int,addr);
  /external/ppp/pppd/
sys-solaris.c 1260 if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &tios) < 0)
1261 fatal("tcsetattr: %m");
    [all...]
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp 293 ::tcsetattr (m_fd_send, TCSANOW, &options);
    [all...]
  /device/generic/goldfish/qemud/
qemud.c     [all...]
  /external/libedit/src/
tty.c 478 * Wrapper for tcsetattr to handle EINTR
484 while ((rv = tcsetattr(el->el_infd, action, t)) == -1 && errno == EINTR)
    [all...]
  /external/lldb/tools/driver/
Driver.cpp 56 ::tcsetattr (STDIN_FILENO, TCSANOW, &g_old_stdin_termios);
    [all...]
  /external/mksh/src/
sh.h 433 #define mksh_tcset(fd,st) tcsetattr((fd), TCSADRAIN, (st))
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]

Completed in 2481 milliseconds

1 2 3 4 56