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 36 /* max serial MTU. Don't change this without modifying
80 * We use one charpipe to connect the emulated serial port to the 'QemudSerial'
81 * object. This object is used to receive data from the serial port, and
86 * through the serial port (see qemud_serial_send())
181 /** HANDLING SERIAL PORT CONNECTION
184 /* The QemudSerial object receives data from the serial port charpipe.
192 * messages back through the serial port.
225 CharDriverState* cs; /* serial charpipe endpoint */
227 /* managing incoming packets from the serial port */
255 /* state of incoming packets from the serial port *
670 QemudSerial* serial; member in struct:QemudClient::__anon9237::__anon9238
1280 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 745 milliseconds