/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 | 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...] |
/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...] |