Searched defs:AddComputedField (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/usb_gadget/
H A Dusb_descriptors.py109 def AddComputedField(cls, name, struct_fmt, property_name, str_fmt='{}'): member in class:Descriptor
200 DeviceDescriptor.AddComputedField('bLength', 'B', 'struct_size')
276 ConfigurationDescriptor.AddComputedField('bLength', 'B', 'struct_size')
279 ConfigurationDescriptor.AddComputedField('wTotalLength', 'H', 'total_size')
280 ConfigurationDescriptor.AddComputedField('bNumInterfaces', 'B',
312 InterfaceDescriptor.AddComputedField('bLength', 'B', 'struct_size')
317 InterfaceDescriptor.AddComputedField('bNumEndpoints', 'B', 'num_endpoints')
334 EndpointDescriptor.AddComputedField('bLength', 'B', 'struct_size')
377 HidDescriptor.AddComputedField('bLength', 'B', 'struct_size')
382 HidDescriptor.AddComputedField('bNumDescriptor
[all...]

Completed in 107 milliseconds