Home
last modified time | relevance | path

Searched defs:Overlay (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/idmap/
Dscan.cpp21 struct Overlay { struct
22 Overlay() {} in Overlay() function
23 Overlay(const String8& a, const String8& i, int p) : in Overlay() argument
26 bool operator<(Overlay const& rhs) const in operator <()
31 String8 apk_path;
32 String8 idmap_path;
33 int priority;
/frameworks/av/cmds/screenrecord/
DOverlay.h40 Overlay() : Thread(false), in Overlay() function