Home
last modified time | relevance | path

Searched refs:ifc (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dusb_linux.cpp150 struct usb_interface_descriptor *ifc; in filter_usb_device() local
222 ifc = (struct usb_interface_descriptor *)ptr; in filter_usb_device()
223 len -= ifc->bLength; in filter_usb_device()
224 ptr += ifc->bLength; in filter_usb_device()
228 info.ifc_class = ifc->bInterfaceClass; in filter_usb_device()
229 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()
230 info.ifc_protocol = ifc->bInterfaceProtocol; in filter_usb_device()
232 for(e = 0; e < ifc->bNumEndpoints; e++) { in filter_usb_device()
270 sysfs_name, sysfs_name, ifc->bInterfaceNumber); in filter_usb_device()
278 *ifc_id = ifc->bInterfaceNumber; in filter_usb_device()
[all …]
Dusb.h64 typedef int (*ifc_match_func)(usb_ifc_info *ifc);
/system/tools/hidl/
DAST.cpp738 FQName ifc = resolvedName.getTopLevelType(); in lookupTypeFromImports() local
741 Type *match = importedAST->findDefinedType(ifc, &matchingName); in lookupTypeFromImports()