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

/external/bluetooth/glib/glib/
H A Dgarray.h142 GByteArray* g_byte_array_new (void);
H A Dgarray.c633 GByteArray* g_byte_array_new (void) function
H A Dgaliasdef.c59 #undef g_byte_array_new macro
60 extern __typeof (g_byte_array_new) g_byte_array_new __attribute((alias("IA__g_byte_array_new"), visibility("default")));
H A Dgalias.h56 extern __typeof (g_byte_array_new) IA__g_byte_array_new __attribute((visibility("hidden")));
57 #define g_byte_array_new IA__g_byte_array_new macro
/external/bluetooth/glib/tests/
H A Dtestglib.c999 gbarray = g_byte_array_new ();
/external/bluetooth/glib/gio/
H A Dgfile.c5171 content = g_byte_array_new ();
5425 data->content = g_byte_array_new ();

Completed in 61 milliseconds