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