HomeSort by relevance Sort by last modified time
    Searched refs:header_descriptor (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
cellular_MbimComplianceDES01.py 107 header_descriptor = header_descriptors[0]
108 if not(header_descriptor.bDescriptorType == 0x24 and
109 header_descriptor.bDescriptorSubtype == 0x00 and
110 header_descriptor.bLength == 5 and
111 header_descriptor.bcdCDC >= 0x0120):
124 if union_descriptor.index < header_descriptor.index:
cellular_MbimComplianceDES02.py 84 header_descriptor = header_descriptors[0]
85 if not(header_descriptor.bDescriptorType == 0x24 and
86 header_descriptor.bDescriptorSubtype == 0x00 and
87 header_descriptor.bLength == 5 and
88 header_descriptor.bcdCDC >= 0x0120):
100 if union_descriptor.index < header_descriptor.index:
182 if mbim_descriptor.index < header_descriptor.index:
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
des_01.py 101 header_descriptor = header_descriptors[0]
102 if not(header_descriptor.bDescriptorType == 0x24 and
103 header_descriptor.bDescriptorSubtype == 0x00 and
104 header_descriptor.bLength == 5 and
105 header_descriptor.bcdCDC >= 0x0120):
118 if union_descriptor.index < header_descriptor.index:
des_02.py 84 header_descriptor = header_descriptors[0]
85 if not(header_descriptor.bDescriptorType == 0x24 and
86 header_descriptor.bDescriptorSubtype == 0x00 and
87 header_descriptor.bLength == 5 and
88 header_descriptor.bcdCDC >= 0x0120):
100 if union_descriptor.index < header_descriptor.index:
181 if mbim_descriptor.index < header_descriptor.index:

Completed in 69 milliseconds