Searched refs:Overlay (Results 1 - 7 of 7) 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...]
H A DOverlay.cpp35 #include "Overlay.h"
41 const char* Overlay::kPropertyNames[] = {
58 status_t Overlay::start(const sp<IGraphicBufferProducer>& outputSurface,
60 ALOGV("Overlay::start");
87 ALOGV("Overlay::start successful");
92 status_t Overlay::stop() {
93 ALOGV("Overlay::stop");
100 bool Overlay::threadLoop() {
113 ALOGV("Overlay thread running");
128 ALOGV("Overlay threa
[all...]
H A DAndroid.mk24 Overlay.cpp \
H A Dscreenrecord.cpp53 #include "Overlay.h"
604 Overlay::drawInfoPage(encoderInputSurface);
609 sp<Overlay> overlay;
612 overlay = new Overlay();
/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
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5653 ALOGW("Overlay is broken");

Completed in 1011 milliseconds