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

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialposix.py 15 import sys, os, fcntl, termios, struct, select, errno, time namespace
20 import TERMIOS
22 TERMIOS = termios
52 buf[2] &= ~TERMIOS.CBAUD
240 # try to use values from TERMIOS, use defaults from linux otherwise
241 TIOCMGET = hasattr(TERMIOS, 'TIOCMGET') and TERMIOS.TIOCMGET or 0x5415
242 TIOCMBIS = hasattr(TERMIOS, 'TIOCMBIS') and TERMIOS.TIOCMBIS or 0x541
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 67 * termios/termio/sgttyb interfaces.
77 #undef TERMIOS
78 #define TERMIOS 1
80 #include <termios.h>
81 #define TTY struct termios
88 #undef TERMIOS
89 #define TERMIOS 1
94 /* Add definitions to make termio look like termios.
133 # define TTY struct termios
135 #undef TERMIOS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 67 * termios/termio/sgttyb interfaces.
77 #undef TERMIOS
78 #define TERMIOS 1
80 #include <termios.h>
81 #define TTY struct termios
88 #undef TERMIOS
89 #define TERMIOS 1
94 /* Add definitions to make termio look like termios.
133 # define TTY struct termios
135 #undef TERMIOS
    [all...]

Completed in 530 milliseconds