Home
last modified time | relevance | path

Searched defs:InterfaceDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/usb_util/src/
Dinterface_descriptor.rs11 pub struct InterfaceDescriptor<'a>(&'a libusb_interface_descriptor); struct
13 impl<'a> InterfaceDescriptor<'a> { impl
34 impl<'a> Deref for InterfaceDescriptor<'a> { implementation
Dconfig_descriptor.rs39 ) -> Option<InterfaceDescriptor> { in get_interface_descriptor()
/external/v8/src/builtins/
Dbuiltins-descriptors.h33 #define DEFINE_TFC_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) \ argument
40 #define DEFINE_TFH_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) \ argument
43 #define DEFINE_ASM_INTERFACE_DESCRIPTOR(Name, InterfaceDescriptor) \ argument
Dsetup-builtins-internal.cc299 #define BUILD_TFC(Name, InterfaceDescriptor) \ in SetupBuiltinsInternal() argument
311 #define BUILD_TFH(Name, InterfaceDescriptor) \ in SetupBuiltinsInternal() argument
322 #define BUILD_ASM(Name, InterfaceDescriptor) \ in SetupBuiltinsInternal() argument
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors.py224 class InterfaceDescriptor(Descriptor): class