Searched refs:item0 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/utils/
H A Dreflist.c39 void** items = (l->max == 1) ? &l->u.item0 : l->u.items;
136 l->u.item0 = NULL;
187 return l->u.item0;
200 items = (l->max == 1) ? &l->u.item0 : l->u.items;
H A Dreflist.h27 void* item0; member in union:ARefList::__anon4310
81 return (l->max == 1) ? &l->u.item0 : l->u.items;

Completed in 264 milliseconds