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

  /external/libusb/examples/
xusb.c 189 uint8_t input_report[49]; local
208 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x01, 0, input_report, sizeof(input_report), 1000));
209 switch(input_report[2]){ /** Direction pad plus start, select, and joystick buttons */
235 switch(input_report[3]){ /** Shapes plus top right and left buttons */
261 printf("\tPS button: %d\n", input_report[4]);
262 printf("\tLeft Analog (X,Y): (%d,%d)\n", input_report[6], input_report[7]);
263 printf("\tRight Analog (X,Y): (%d,%d)\n", input_report[8], input_report[9])
280 uint8_t input_report[20]; local
    [all...]
  /hardware/libhardware/include/hardware/
input.h 47 typedef struct input_report input_report_t;

Completed in 76 milliseconds