Searched refs:ifc (Results 1 – 3 of 3) sorted by relevance
162 struct usb_interface_descriptor *ifc; in filter_usb_device() local234 ifc = (struct usb_interface_descriptor *)ptr; in filter_usb_device()235 len -= ifc->bLength; in filter_usb_device()236 ptr += ifc->bLength; in filter_usb_device()240 info.ifc_class = ifc->bInterfaceClass; in filter_usb_device()241 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()242 info.ifc_protocol = ifc->bInterfaceProtocol; in filter_usb_device()244 for(e = 0; e < ifc->bNumEndpoints; e++) { in filter_usb_device()282 sysfs_name, sysfs_name, ifc->bInterfaceNumber); in filter_usb_device()293 *ifc_id = ifc->bInterfaceNumber; in filter_usb_device()[all …]
738 FQName ifc = resolvedName.getTopLevelType(); in lookupTypeFromImports() local741 Type *match = importedAST->findDefinedType(ifc, &matchingName); in lookupTypeFromImports()
339 bool testNetworkExistsButCannotConnect(const sp<INetd>& netd, TunInterface& ifc, const int netId) { in testNetworkExistsButCannotConnect() argument349 binder::Status status = netd->networkAddInterface(netId, ifc.name()); in testNetworkExistsButCannotConnect()351 EXPECT_TRUE(netd->networkRemoveInterface(netId, ifc.name()).isOk()); in testNetworkExistsButCannotConnect()