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

  /development/tools/emulator/system/qemud/
qemud.c 20 * - qemud communicates with the emulator program through a single serial
28 * emulator <==serial==> qemud <---> /dev/socket/qemud <-+--> client1
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
1029 /** SERIAL CONNECTION STATE
1032 ** used on the serial port connection.
1051 /* The Serial object receives data from the serial port,
1056 * the serial port.
1058 typedef struct Serial {
1059 FDHandler* fdhandler; /* used to monitor serial port fd *
1238 Serial serial[1]; member in struct:Multiplexer
    [all...]
  /external/qemu/android/
hw-qemud.c 37 /* max serial MTU. Don't change this without modifying
81 * We use one charpipe to connect the emulated serial port to the 'QemudSerial'
82 * object. This object is used to receive data from the serial port, and
87 * through the serial port (see qemud_serial_send())
182 /** HANDLING SERIAL PORT CONNECTION
185 /* The QemudSerial object receives data from the serial port charpipe.
193 * messages back through the serial port.
226 CharDriverState* cs; /* serial charpipe endpoint */
228 /* managing incoming packets from the serial port */
256 /* state of incoming packets from the serial port *
671 QemudSerial* serial; member in struct:QemudClient::__anon10458::__anon10459
1289 QemudSerial serial[1]; member in struct:QemudMultiplexer
    [all...]
  /sdk/emulator/qemud/
qemud.c 20 * - qemud communicates with the emulator program through a single serial
28 * emulator <==serial==> qemud <---> /dev/socket/qemud <-+--> client1
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
1029 /** SERIAL CONNECTION STATE
1032 ** used on the serial port connection.
1051 /* The Serial object receives data from the serial port,
1056 * the serial port.
1058 typedef struct Serial {
1059 FDHandler* fdhandler; /* used to monitor serial port fd *
1238 Serial serial[1]; member in struct:Multiplexer
    [all...]

Completed in 66 milliseconds