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

/external/bluetooth/glib/glib/
H A Dgarray.h144 guint8* g_byte_array_free (GByteArray *array,
H A Dgarray.c643 guint8* g_byte_array_free (GByteArray *array, function
H A Dgaliasdef.c56 #undef g_byte_array_free macro
57 extern __typeof (g_byte_array_free) g_byte_array_free __attribute((alias("IA__g_byte_array_free"), visibility("default")));
H A Dgalias.h53 extern __typeof (g_byte_array_free) IA__g_byte_array_free __attribute((visibility("hidden")));
54 #define g_byte_array_free IA__g_byte_array_free macro
/external/bluetooth/glib/gio/
H A Dgfile.c5206 g_byte_array_free (content, TRUE);
5216 *contents = (char *)g_byte_array_free (content, FALSE);
5242 g_byte_array_free (data->content, TRUE);
5502 *contents = (char *)g_byte_array_free (data->content, FALSE);
/external/bluetooth/glib/tests/
H A Dtestglib.c1009 g_byte_array_free (gbarray, TRUE);

Completed in 57 milliseconds