Home
last modified time | relevance | path

Searched refs:ACCESSORY_GET_PROTOCOL (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DAoapInterface.java68 public static final int ACCESSORY_GET_PROTOCOL = 51; field in AoapInterface
127 int len = transfer(conn, READ, ACCESSORY_GET_PROTOCOL, 0, buffer, buffer.length); in getProtocol()
133 len = transfer(conn, READ, ACCESSORY_GET_PROTOCOL, 0, buffer, buffer.length); in getProtocol()
/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DAoapInterface.java60 public static final int ACCESSORY_GET_PROTOCOL = 51; field in AoapInterface
99 AoapInterface.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000); in getProtocol()
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DUsbAccessoryConstants.java48 public static final int ACCESSORY_GET_PROTOCOL = 51; field in UsbAccessoryConstants
H A DSinkActivity.java445 UsbAccessoryConstants.ACCESSORY_GET_PROTOCOL, 0, 0, buffer, 2, 10000); in getProtocol()
/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Df_accessory.h30 #define ACCESSORY_GET_PROTOCOL 51 macro
/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/linux/usb/
H A Df_accessory.h32 #define ACCESSORY_GET_PROTOCOL 51 macro
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Df_accessory.h49 #define ACCESSORY_GET_PROTOCOL 51 macro
H A Dusb.c158 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 1000); in usb_device_added()
/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c150 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 0); in usb_device_added()