Home
last modified time | relevance | path

Searched refs:n_ifaces (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gobject/
Dgobject.c593 guint n_ifaces; in g_object_class_override_property() local
597 ifaces = g_type_interfaces (G_OBJECT_CLASS_TYPE (oclass), &n_ifaces); in g_object_class_override_property()
598 while (n_ifaces-- && !overridden) in g_object_class_override_property()
602 ifaces[n_ifaces], in g_object_class_override_property()
Dgtype.c528 guint n_ifaces = CLASSED_NODE_N_IFACES (node); in type_lookup_iface_entry_L() local
536 i = (n_ifaces + 1) >> 1; in type_lookup_iface_entry_L()
542 n_ifaces -= i; in type_lookup_iface_entry_L()
546 n_ifaces = i - 1; in type_lookup_iface_entry_L()
548 while (n_ifaces); in type_lookup_iface_entry_L()
Dgsignal.c317 guint n_ifaces; in signal_id_lookup() local
337 ifaces = g_type_interfaces (itype, &n_ifaces); in signal_id_lookup()
338 while (n_ifaces--) in signal_id_lookup()
342 key.itype = ifaces[n_ifaces]; in signal_id_lookup()