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