Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 - 1 of 1) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp30 enum class DescriptorType { class
157 case static_cast<uint8_t>(DescriptorType::DESCRIPTOR_TYPE_CONFIG): in ParseConfigDescriptors()
164 case static_cast<uint8_t>(DescriptorType::DESCRIPTOR_TYPE_INTERFACE): in ParseConfigDescriptors()
171 case static_cast<uint8_t>(DescriptorType::DESCRIPTOR_TYPE_ENDPOINT): in ParseConfigDescriptors()
266 if (descriptorHeader.bDescriptorType == static_cast<uint8_t>(DescriptorType::DESCRIPTOR_TYPE_INTERFACE)) { in ParseInterfaceDescriptor()
321 if (descriptorHeader.bDescriptorType == static_cast<uint8_t>(DescriptorType::DESCRIPTOR_TYPE_ENDPOINT)) { in ParseEndpointDescriptor()

Completed in 2 milliseconds