HomeSort by relevance Sort by last modified time
    Searched defs:iface_type (Results 1 - 2 of 2) 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...]

Completed in 454 milliseconds