Searched refs:g_list_find_custom (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/gio/fen/ |
D | fen-data.c | 371 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) == NULL); in fdata_sub_add() 380 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) != NULL); in fdata_sub_remove() 381 l = g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find); in fdata_sub_remove()
|
/external/bluetooth/glib/glib/ |
D | glist.h | 88 GList* g_list_find_custom (GList *list,
|
D | glist.c | 628 g_list_find_custom (GList *list, in g_list_find_custom() function
|
D | galiasdef.c | 1350 #undef g_list_find_custom 1351 extern __typeof (g_list_find_custom) g_list_find_custom __attribute((alias("IA__g_list_find_custom"…
|
D | galias.h | 1343 extern __typeof (g_list_find_custom) IA__g_list_find_custom __attribute((visibility("hidden"))); 1344 #define g_list_find_custom IA__g_list_find_custom macro
|
/external/bluetooth/glib/gio/ |
D | gdesktopappinfo.c | 2633 if (!g_list_find_custom (list, desktop_entry, (GCompareFunc) strcmp) && in append_desktop_entry() 2634 !g_list_find_custom (removed_entries, desktop_entry, (GCompareFunc) strcmp)) in append_desktop_entry()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1838 g_list_find_custom
|