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

  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbAccessoryConstants.java 99 * the descriptor will be sent in multiple ACCESSORY_SET_HID_REPORT_DESC
104 * request: ACCESSORY_SET_HID_REPORT_DESC
110 public static final int ACCESSORY_SET_HID_REPORT_DESC = 56;
SinkActivity.java 324 UsbAccessoryConstants.ACCESSORY_SET_HID_REPORT_DESC,
328 mLogger.logError("Device rejected ACCESSORY_SET_HID_REPORT_DESC request.");
  /bionic/libc/kernel/uapi/linux/usb/
f_accessory.h 39 #define ACCESSORY_SET_HID_REPORT_DESC 56
  /development/ndk/platforms/android-L/include/linux/usb/
f_accessory.h 39 #define ACCESSORY_SET_HID_REPORT_DESC 56
  /external/kernel-headers/original/uapi/linux/usb/
f_accessory.h 100 * the descriptor will be sent in multiple ACCESSORY_SET_HID_REPORT_DESC
105 * request: ACCESSORY_SET_HID_REPORT_DESC
111 #define ACCESSORY_SET_HID_REPORT_DESC 56
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/linux/usb/
f_accessory.h 39 #define ACCESSORY_SET_HID_REPORT_DESC 56
  /frameworks/base/libs/usb/tests/accessorytest/
f_accessory.h 100 * the descriptor will be sent in multiple ACCESSORY_SET_HID_REPORT_DESC
105 * request: ACCESSORY_SET_HID_REPORT_DESC
111 #define ACCESSORY_SET_HID_REPORT_DESC 56
hid.c 98 fprintf(stderr, "sending ACCESSORY_SET_HID_REPORT_DESC offset: %d count: %d desc_length: %d\n",
101 ACCESSORY_SET_HID_REPORT_DESC, id, offset, &desc.value[offset], count, 1000);
102 fprintf(stderr, "ACCESSORY_SET_HID_REPORT_DESC returned %d errno %d\n", ret, errno);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/usb/
f_accessory.h 39 #define ACCESSORY_SET_HID_REPORT_DESC 56
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/usb/
f_accessory.h 39 #define ACCESSORY_SET_HID_REPORT_DESC 56
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/usb/
f_accessory.h 39 #define ACCESSORY_SET_HID_REPORT_DESC 56

Completed in 1539 milliseconds