Searched refs:DESCRIPTOR_TYPE (Results 1 – 3 of 3) sorted by relevance
194 DESCRIPTOR_TYPE = 0x01 variable in DeviceDescriptor213 DESCRIPTOR_TYPE = 0x02 variable in ConfigurationDescriptor226 DESCRIPTOR_TYPE = 0x04 variable in InterfaceDescriptor240 DESCRIPTOR_TYPE = 0x05 variable in EndpointDescriptor251 DESCRIPTOR_TYPE = 0x0B variable in InterfaceAssociationDescriptor264 DESCRIPTOR_TYPE = 0x24 variable in FunctionalDescriptor316 DESCRIPTOR_TYPE = 0x30 variable in SuperSpeedEndpointCompanionDescriptor334 (cls.DESCRIPTOR_TYPE, getattr(cls, 'DESCRIPTOR_SUBTYPE', None)): cls
16 DESCRIPTOR_TYPE = 0xAA variable in TestDescriptor
2613 return lookup_type_ == DESCRIPTOR_TYPE && details_.type() == DATA; in IsData()2616 return lookup_type_ == DESCRIPTOR_TYPE && in IsDataConstant()2632 DCHECK_EQ(DESCRIPTOR_TYPE, lookup_type_); in GetConstantFromMap()2651 DCHECK(lookup_type_ == DESCRIPTOR_TYPE || in GetLocalFieldIndexFromMap()2662 lookup_type_ = DESCRIPTOR_TYPE; in LookupDescriptor()2715 enum { NOT_FOUND, DESCRIPTOR_TYPE, TRANSITION_TYPE } lookup_type_; enumerator