Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/fen/
Dfen-data.c371 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/
Dglist.h88 GList* g_list_find_custom (GList *list,
Dglist.c628 g_list_find_custom (GList *list, in g_list_find_custom() function
Dgaliasdef.c1350 #undef g_list_find_custom
1351 extern __typeof (g_list_find_custom) g_list_find_custom __attribute((alias("IA__g_list_find_custom"…
Dgalias.h1343 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/
Dgdesktopappinfo.c2633 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/
Dglib-sections.txt1838 g_list_find_custom