Searched refs:bInterfaceSubClass (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/modules/adb/daemon/ |
H A D | usb_ffs.cpp | 121 .bInterfaceSubClass = ADB_SUBCLASS, 148 .bInterfaceSubClass = ADB_SUBCLASS, 175 .bInterfaceSubClass = ADB_SUBCLASS,
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpDescriptors.cpp | 30 .bInterfaceSubClass = 1, 41 .bInterfaceSubClass = 1,
|
H A D | MtpDevice.cpp | 90 interface->bInterfaceSubClass == 1 && // Still Image Capture in open() 101 interface->bInterfaceSubClass == 0xFF && in open()
|
/aosp12/packages/modules/adb/tools/ |
H A D | adb_usbreset.cpp | 64 return desc->bInterfaceClass == 0xFF && desc->bInterfaceSubClass == 0x42 && in IsAdbInterface()
|
H A D | check_ms_os_desc.cpp | 48 interface_descriptor->bInterfaceSubClass == 0x42 && in is_adb_device()
|
/aosp12/packages/modules/adb/client/ |
H A D | usb_linux.cpp | 212 interface->bInterfaceClass, interface->bInterfaceSubClass, in find_usb_device() 216 is_adb_interface(interface->bInterfaceClass, interface->bInterfaceSubClass, in find_usb_device()
|
H A D | usb_windows.cpp | 522 if (!is_adb_interface(interf_desc.bInterfaceClass, interf_desc.bInterfaceSubClass, in recognized_device()
|
H A D | usb_libusb.cpp | 371 if (!is_adb_interface(interface_desc.bInterfaceClass, interface_desc.bInterfaceSubClass, in FindInterface()
|
/aosp12/system/core/fastboot/device/ |
H A D | usb_client.cpp | 72 .bInterfaceSubClass = 66,
|
/aosp12/system/core/fastboot/ |
H A D | usb_windows.cpp | 312 info.ifc_subclass = interf_desc.bInterfaceSubClass; in recognized_device()
|
H A D | usb_osx.cpp | 101 request.bInterfaceSubClass = 0x42; in try_interfaces()
|
H A D | usb_linux.cpp | 229 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()
|
/aosp12/bionic/libc/kernel/uapi/linux/usb/ |
H A D | ch9.h | 215 __u8 bInterfaceSubClass; member
|