Home
last modified time | relevance | path

Searched refs:InterfaceClass (Results 1 – 4 of 4) sorted by relevance

/external/qemu/include/qom/
Dobject.h33 typedef struct InterfaceClass InterfaceClass; typedef
533 struct InterfaceClass struct
548 OBJECT_CLASS_CHECK(InterfaceClass, klass, TYPE_INTERFACE)
/external/chromium_org/tools/usb_gadget/
Dusb_constants.py62 class InterfaceClass(object): class
Dusb_descriptors.py319 default=usb_constants.InterfaceClass.VENDOR)
/external/qemu/qom/
Dobject.c211 InterfaceClass *new_iface; in type_initialize_interface()
223 new_iface = (InterfaceClass *)iface_impl->class; in type_initialize_interface()
1417 .class_size = sizeof(InterfaceClass), in register_types()