Searched defs:Overlay (Results 1 – 2 of 2) sorted by relevance
22 struct Overlay { struct23 Overlay() {} in Overlay() function24 Overlay(const String8& a, const String8& i, int p) : in Overlay() function27 bool operator<(Overlay const& rhs) const in operator <()32 String8 apk_path;33 String8 idmap_path;34 int priority;
40 Overlay() : Thread(false), in Overlay() function