Home
last modified time | relevance | path

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

/external/bluetooth/glib/gobject/
Dgobject.c189 static GSList *construction_objects = NULL; variable
694 construction_objects = g_slist_prepend (construction_objects, object); in g_object_init()
1093 in_construction = g_slist_find (construction_objects, object) != NULL; in object_in_construction_list()
1224 newly_constructed = slist_maybe_remove (&construction_objects, object); in g_object_newv()