Home
last modified time | relevance | path

Searched refs:LayerBase (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/surfaceflinger/
DLayerBase.cpp40 int32_t LayerBase::sSequence = 1;
42 LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) in LayerBase() function in android::LayerBase
57 LayerBase::~LayerBase() in ~LayerBase()
61 void LayerBase::setName(const String8& name) { in setName()
65 String8 LayerBase::getName() const { in getName()
69 const GraphicPlane& LayerBase::graphicPlane(int dpy) const in graphicPlane()
74 GraphicPlane& LayerBase::graphicPlane(int dpy) in graphicPlane()
79 void LayerBase::initStates(uint32_t w, uint32_t h, uint32_t flags) in initStates()
102 void LayerBase::commitTransaction() { in commitTransaction()
105 void LayerBase::forceVisibilityTransaction() { in forceVisibilityTransaction()
[all …]
DSurfaceFlinger.h199 status_t removeLayer(const sp<LayerBase>& layer);
200 status_t addLayer(const sp<LayerBase>& layer);
201 status_t invalidateLayerVisibility(const sp<LayerBase>& layer);
226 friend class LayerBase; variable
254 class LayerVector : public SortedVector< sp<LayerBase> > {
257 LayerVector(const LayerVector& rhs) : SortedVector< sp<LayerBase> >(rhs) { } in LayerVector()
259 const sp<LayerBase>& l(*reinterpret_cast<const sp<LayerBase>*>(lhs)); in do_compare()
260 const sp<LayerBase>& r(*reinterpret_cast<const sp<LayerBase>*>(rhs)); in do_compare()
316 status_t addLayer_l(const sp<LayerBase>& layer);
317 status_t removeLayer_l(const sp<LayerBase>& layer);
[all …]
DLayerBase.h55 class LayerBase : public RefBase
60 LayerBase(SurfaceFlinger* flinger, DisplayID display);
280 virtual ~LayerBase();
283 LayerBase(const LayerBase& rhs);
289 class LayerBaseClient : public LayerBase
DSurfaceFlinger.cpp376 const sp<LayerBase>& layer(currentLayers[i]); in authenticateSurfaceTexture()
395 const sp<LayerBase>& layer(mLayerPurgatory.itemAt(i)); in authenticateSurfaceTexture()
556 const sp<LayerBase>& layer = currentLayers[i]; in handleTransactionLocked()
612 const sp<LayerBase>& layer(previousLayers[i]); in handleTransactionLocked()
645 const sp<LayerBase>& layer = currentLayers[i]; in computeVisibleRegions()
805 sp<LayerBase> const* layers = currentLayers.array(); in lockPageFlip()
807 const sp<LayerBase>& layer(layers[i]); in lockPageFlip()
818 sp<LayerBase> const* layers = currentLayers.array(); in unlockPageFlip()
820 const sp<LayerBase>& layer(layers[i]); in unlockPageFlip()
830 const Vector< sp<LayerBase> >& currentLayers(mVisibleLayersSortedByZ); in handleWorkList()
[all …]
DAndroid.mk6 LayerBase.cpp \
DLayer.cpp108 LayerBase::setName(name); in setName()
262 const sp<LayerBase>& layer(drawingLayers[i]); in onDraw()
263 if (layer.get() == static_cast<LayerBase const*>(this)) in onDraw()
396 return LayerBase::doTransaction(flags); in doTransaction()
/frameworks/base/services/surfaceflinger/DisplayHardware/
DHWComposer.h35 class LayerBase; variable
72 const Vector< sp<LayerBase> >& visibleLayersSortedByZ) const;
DHWComposer.cpp171 const Vector< sp<LayerBase> >& visibleLayersSortedByZ) const { in dump()
184 const sp<LayerBase> layer(visibleLayersSortedByZ[i]); in dump()