Searched refs:ARefList (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/utils/
H A Dreflist.h26 * note that you cannot add NULL to an ARefList.
40 typedef struct ARefList { struct
48 } ARefList; typedef in typeref:struct:ARefList
50 /* Initialize an empty ARefList */
52 areflist_init(ARefList* l)
62 areflist_getCount(const ARefList* l)
67 /* Clear an ARefList */
68 void areflist_setEmpty(ARefList* l);
70 /* Finalize, i.e. clear, an ARefList */
72 areflist_done(ARefList*
[all...]
H A Dreflist.c18 static void** _areflist_items(const ARefList* l)
27 _areflist_checkSize0(ARefList* l)
37 areflist_setEmpty(ARefList* l)
54 areflist_indexOf(const ARefList* l, void* item)
69 areflist_grow(ARefList* l, int count)
99 areflist_add(ARefList* l, void* item)
115 areflist_append(ARefList* l, const ARefList* l2)
123 areflist_popLast(ARefList* l)
152 areflist_delFirst(ARefList*
[all...]
/external/qemu/android/skin/
H A Dcomposer.h55 ARefList children[1];
60 ARefList viewports[1];

Completed in 847 milliseconds