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

  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 43 const char *serial) : manufacturer(manufacturer),
48 serial(serial),
87 Serial.print("device supports protcol 1\n");
89 Serial.print("could not read device protocol version\n");
98 sendString(addr, ACCESSORY_STRING_SERIAL, serial);
123 Serial.print("Can't get config descriptor length\n");
130 Serial.print("config descriptor too large\n");
137 Serial.print("Can't get config descriptor\n");
152 Serial.print("config desc\n")
    [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...]
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 105 //Serial.println("Setup packet"); //DEBUG
107 Serial.print("Setup packet error: ");
108 Serial.print( rcode, HEX );
111 //Serial.println( direction, HEX );
116 Serial.print("Data packet error: ");
117 Serial.print( rcode, HEX );
363 //Serial.print("USB task state: ");
364 //Serial.println( usb_task_state, HEX );
Max3421e.cpp 276 Serial.println("Error: OSCOKIRQ failed to assert");
294 //Serial.print("Vbus state: ");
295 //Serial.println( vbusState, HEX );
  /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...]
  /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...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 39 // $e739 ; INT 14h Serial Communications Service Entry Point
    [all...]

Completed in 90 milliseconds