HomeSort by relevance Sort by last modified time
    Searched refs:g_list_find_custom (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/glib/
glist.h 88 GList* g_list_find_custom (GList *list,
glist.c 612 * g_list_find_custom:
628 g_list_find_custom (GList *list, function
gqueue.c 254 return g_list_find_custom (queue->head, data, func);
galiasdef.c 1350 #undef g_list_find_custom macro
    [all...]
galias.h 1344 #define g_list_find_custom macro
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-data.c 371 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) == NULL);
380 g_assert (g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find) != NULL);
381 l = g_list_find_custom (f->subs, sub, (GCompareFunc)fdata_sub_find);
  /external/bluetooth/glib/gio/
gdesktopappinfo.c     [all...]

Completed in 242 milliseconds