Searched defs:Overlay (Results 1 – 3 of 3) sorted by relevance
24 struct Overlay { struct25 Overlay() {} in Overlay() function26 Overlay(const String8& a, const String8& i, int p) : in Overlay() argument29 bool operator<(Overlay const& rhs) const in operator <()34 String8 apk_path;35 String8 idmap_path;36 int priority;
40 Overlay(bool monotonicTimestamps) : Thread(false), in Overlay() function
1596 class Overlay : public ManifestExtractor::Element { class