Searched defs:SkinLocation (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/skin/
H A Dfile.h64 typedef struct SkinLocation { struct
68 struct SkinLocation* next;
69 } SkinLocation; typedef in typeref:struct:SkinLocation
81 SkinLocation* locations;
86 SkinLocation* __loc = (layout)->locations; \
88 SkinLocation* __loc_next = (__loc)->next; \
89 SkinLocation* loc = __loc;

Completed in 21 milliseconds