Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgslist.h80 GSList* g_slist_copy (GSList *list) G_GNUC_WARN_UNUSED_RESULT;
Dgslist.c466 g_slist_copy (GSList *list) in g_slist_copy() function
Dgtestutils.c1171 reversed = g_slist_reverse (g_slist_copy (suite->cases)); in g_test_run_suite_internal()
1183 reversed = g_slist_reverse (g_slist_copy (suite->suites)); in g_test_run_suite_internal()
Dgaliasdef.c2519 #undef g_slist_copy
2520 extern __typeof (g_slist_copy) g_slist_copy __attribute((alias("IA__g_slist_copy"), visibility("def…
Dgalias.h2512 extern __typeof (g_slist_copy) IA__g_slist_copy __attribute((visibility("hidden")));
2513 #define g_slist_copy IA__g_slist_copy macro
/external/bluetooth/glib/
DNEWS.pre-1-3101 * New functions g_slist_copy and g_list_copy to duplicate a list with all
DChangeLog.pre-1-21345 * gslist.c: new function g_slist_copy() to duplicate a list with all its
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1869 g_slist_copy
/external/bluetooth/glib/gobject/
Dgobject.c281 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL; in g_object_base_class_init()
/external/bluetooth/bluez/src/
Dadapter.c3092 adapter->oor_devices = g_slist_copy(adapter->found_devices); in adapter_update_oor_devices()