Searched refs:QemudSerial (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dhw-qemud.c81 * We use one charpipe to connect the emulated serial port to the 'QemudSerial'
86 * The QemudSerial object can also be used to send messages to the daemon
93 * tty <==charpipe==> QemudSerial ---> QemudMultiplexer ----> QemudClient
185 /* The QemudSerial object receives data from the serial port charpipe.
225 typedef struct QemudSerial { struct
243 } QemudSerial; typedef in typeref:struct:QemudSerial
246 /* Save the state of a QemudSerial to a snapshot file.
249 qemud_serial_save(QEMUFile* f, QemudSerial* s)
270 /* Load the state of a QemudSerial from a snapshot file.
273 qemud_serial_load(QEMUFile* f, QemudSerial*
[all...]

Completed in 63 milliseconds