HomeSort by relevance Sort by last modified time
    Searched defs:iface_type (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gobject/
gobject.c 954 GType iface_type = iface_class->g_type; local
961 pspecs = g_param_spec_pool_list (pspec_pool, iface_type, &n);
976 g_type_name (iface_type));
999 g_type_name (iface_type));
    [all...]
gtype.c 278 GType iface_type; member in struct:_IFaceEntry
529 GType iface_type = NODE_TYPE (iface_node); local
538 if (iface_type == check->iface_type)
540 else if (iface_type > check->iface_type)
545 else /* if (iface_type < check->iface_type) */
884 GType iface_type)
887 TypeNode *iface = lookup_type_node_I (iface_type);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 770 Bit8u iface_type[8]; member in struct:__anon11468
    [all...]

Completed in 49 milliseconds