HomeSort by relevance Sort by last modified time
    Searched refs:new_termios (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/sandbox/
getch.c 22 struct termios new_termios; local
26 memcpy(&new_termios, &orig_termios, sizeof(new_termios));
30 cfmakeraw(&new_termios);
31 new_termios.c_oflag |= OPOST;
32 tcsetattr(0, TCSANOW, &new_termios);
  /system/media/audio_utils/tests/
getch.c 22 struct termios new_termios; local
26 memcpy(&new_termios, &orig_termios, sizeof(new_termios));
30 cfmakeraw(&new_termios);
31 new_termios.c_oflag |= OPOST;
32 tcsetattr(0, TCSANOW, &new_termios);

Completed in 78 milliseconds