HomeSort by relevance Sort by last modified time
    Searched defs:g_byte_array_new (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
garray.c 633 GByteArray* g_byte_array_new (void) function
galias.h 56 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
    [all...]
galiasdef.c 59 #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")));
    [all...]

Completed in 101 milliseconds