Searched refs:g_byte_array_sized_new (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgarray.h143 GByteArray* g_byte_array_sized_new (guint reserved_size);
H A Dgarray.c638 GByteArray* g_byte_array_sized_new (guint reserved_size) function
H A Dgaliasdef.c77 #undef g_byte_array_sized_new macro
78 extern __typeof (g_byte_array_sized_new) g_byte_array_sized_new __attribute((alias("IA__g_byte_array_sized_new"), visibility("default")));
H A Dgalias.h74 extern __typeof (g_byte_array_sized_new) IA__g_byte_array_sized_new __attribute((visibility("hidden")));
75 #define g_byte_array_sized_new IA__g_byte_array_sized_new macro

Completed in 47 milliseconds