Home
last modified time | relevance | path

Searched refs:AARRAY_NEW0 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Dvector.h35 AARRAY_NEW0( (obj)->name, (count) ); \
Dsystem.h54 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count… macro
/external/qemu/android/
Dcharmap.c576 AARRAY_NEW0(char_map->entries, map_size); in parse_kcm_file()
/external/qemu/android/skin/
Dwindow.c893 AARRAY_NEW0(layout->buttons, n_buttons); in layout_init()
894 AARRAY_NEW0(layout->backgrounds, n_backgrounds); in layout_init()
895 AARRAY_NEW0(layout->displays, n_displays); in layout_init()
1410 AARRAY_NEW0(window->shrink_pixels, window_w * window_h * 4); in skin_window_resize()