Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgslist.h97 GSList* g_slist_sort (GSList *list,
Dgslist.c923 g_slist_sort (GSList *list, in g_slist_sort() function
Dgaliasdef.c2595 #undef g_slist_sort
2596 extern __typeof (g_slist_sort) g_slist_sort __attribute((alias("IA__g_slist_sort"), visibility("def…
Dgalias.h2588 extern __typeof (g_slist_sort) IA__g_slist_sort __attribute((visibility("hidden")));
2589 #define g_slist_sort IA__g_slist_sort macro
/external/bluetooth/glib/tests/
Dslist-test.c45 slist = g_slist_sort (slist, sort); in test_slist_sort()
Dtestglib.c220 slist = g_slist_sort (slist, my_list_compare_two); in gslist_test()
/external/bluetooth/glib/
DNEWS.pre-1-3133 - g_list_sort, g_slist_sort: to merge sort GLists and GSLists
DChangeLog.pre-2-10627 - Removed the extra check in g_list_sort() and g_slist_sort() for
DChangeLog.pre-1-21377 g_slist_sort() to merge sort GLists and GSLists.
/external/bluetooth/glib/gobject/
Dgparam.c1292 slists[i] = g_slist_sort (slists[i], pspec_compare_id); in g_param_spec_pool_list()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1872 g_slist_sort
/external/bluetooth/bluez/src/
Dadapter.c3046 adapter->found_devices = g_slist_sort(adapter->found_devices, in adapter_update_found_devices()