Searched defs:ARefList (Results 1 - 1 of 1) 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...]

Completed in 873 milliseconds