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

  /external/bluetooth/glib/glib/
garray.c 105 g_array_free (GArray *array, function
646 return (guint8*) g_array_free ((GArray*) array, free_segment);
galias.h 17 extern __typeof (g_array_free) IA__g_array_free __attribute((visibility("hidden")));
18 #define g_array_free IA__g_array_free macro
    [all...]
galiasdef.c 20 #undef g_array_free macro
21 extern __typeof (g_array_free) g_array_free __attribute((alias("IA__g_array_free"), visibility("default")));
    [all...]

Completed in 3728 milliseconds