Searched refs:g_ptr_array_remove (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgarray.h119 gboolean g_ptr_array_remove (GPtrArray *array,
H A Dgarray.c527 g_ptr_array_remove (GPtrArray *farray, function
H A Dgaliasdef.c98 #undef g_ptr_array_remove macro
99 extern __typeof (g_ptr_array_remove) g_ptr_array_remove __attribute((alias("IA__g_ptr_array_remove"), visibility("default")));
H A Dgalias.h95 extern __typeof (g_ptr_array_remove) IA__g_ptr_array_remove __attribute((visibility("hidden")));
96 #define g_ptr_array_remove IA__g_ptr_array_remove macro
/external/bluetooth/glib/gthread/
H A Dgthread-win32.c252 g_ptr_array_remove (cond->array, event);
268 g_assert (g_ptr_array_remove (cond->array, event) == FALSE);
/external/bluetooth/glib/tests/
H A Dmainloop-test.c185 g_ptr_array_remove (context_array, context);

Completed in 41 milliseconds