Searched defs:Overlay (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DOverlay.h33 * Overlay "filter". This sits between the virtual display and the video
38 class Overlay : public GLConsumer::FrameAvailableListener, Thread { class in namespace:android
40 Overlay() : Thread(false), function in class:android::Overlay
70 Overlay(const Overlay&);
71 Overlay& operator=(const Overlay&);
74 virtual ~Overlay() { assert(mState == UNINITIALIZED || mState == STOPPED); }
110 // Overlay thread state. States advance from left to right; object may
114 // Event notification. Overlay threa
[all...]
/frameworks/base/cmds/idmap/
H A Dscan.cpp19 struct Overlay { struct in namespace:__anon782
20 Overlay() {} function in struct:__anon782::Overlay
21 Overlay(const String8& a, const String8& i, int p) : function in struct:__anon782::Overlay
24 bool operator<(Overlay const& rhs) const
35 bool writePackagesList(const char *filename, const SortedVector<Overlay>& overlayVector)
43 const Overlay& overlay = overlayVector[i];
206 SortedVector<Overlay> overlayVector;
234 Overlay overlay(String8(overlay_apk_path), idmap_path, priority);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java75 public static final BlendComposite Overlay = new BlendComposite(BlendingMode.OVERLAY); field in class:BlendComposite

Completed in 1205 milliseconds