Searched refs:g_ptr_array_free (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgicon.c183 g_ptr_array_free (tokens, TRUE);
209 g_ptr_array_free (tokens, TRUE);
H A Dgfilenamecompleter.c497 return (char**)g_ptr_array_free (res, FALSE);
H A Dgcontenttype.c451 return (char **)g_ptr_array_free (array, FALSE);
1665 return (char **)g_ptr_array_free (types, FALSE);
H A Dgfileinfo.c522 return (char **)g_ptr_array_free (names, FALSE);
H A Dgdesktopappinfo.c2693 mime_types = (char **)g_ptr_array_free (array, FALSE);
/external/bluetooth/glib/glib/
H A Dgarray.h111 gpointer* g_ptr_array_free (GPtrArray *array,
H A Dgarray.c385 g_ptr_array_free (GPtrArray *array, function
H A Dgaliasdef.c92 #undef g_ptr_array_free macro
93 extern __typeof (g_ptr_array_free) g_ptr_array_free __attribute((alias("IA__g_ptr_array_free"), visibility("default")));
H A Dgmain.c372 g_ptr_array_free (context->pending_dispatches, TRUE);
H A Dgalias.h89 extern __typeof (g_ptr_array_free) IA__g_ptr_array_free __attribute((visibility("hidden")));
90 #define g_ptr_array_free IA__g_ptr_array_free macro
/external/bluetooth/glib/gthread/
H A Dgthread-win32.c318 g_ptr_array_free (cond->array, TRUE);
/external/bluetooth/glib/tests/
H A Dtestglib.c997 g_ptr_array_free (gparray, TRUE);

Completed in 199 milliseconds