Searched refs:interfaceDescriptor (Results 1 – 1 of 1) sorted by relevance
157 …UsbdInterfaceDescriptor interfaceDescriptor = *(reinterpret_cast<const UsbdInterfaceDescriptor *>(… in ParseInterfaceDescriptor() local158 if (interfaceDescriptor.bLength != sizeof(UsbdInterfaceDescriptor)) { in ParseInterfaceDescriptor()162 cursor += interfaceDescriptor.bLength; in ParseInterfaceDescriptor()164 interface.SetId(interfaceDescriptor.bInterfaceNumber); in ParseInterfaceDescriptor()165 interface.SetProtocol(interfaceDescriptor.bInterfaceProtocol); in ParseInterfaceDescriptor()166 interface.SetAlternateSetting(interfaceDescriptor.bAlternateSetting); in ParseInterfaceDescriptor()167 interface.SetClass(interfaceDescriptor.bInterfaceClass); in ParseInterfaceDescriptor()168 interface.SetSubClass(interfaceDescriptor.bInterfaceSubClass); in ParseInterfaceDescriptor()169 interface.SetiInterface(interfaceDescriptor.iInterface); in ParseInterfaceDescriptor()172 for (int32_t j = 0; j < interfaceDescriptor.bNumEndpoints; ++j) { in ParseInterfaceDescriptor()[all …]