Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerBase.cpp40 int32_t LayerBase::sSequence = 1;
42 LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) in LayerBase() function in android::LayerBase
56 LayerBase::~LayerBase() in ~LayerBase()
60 void LayerBase::setName(const String8& name) { in setName()
64 String8 LayerBase::getName() const { in getName()
68 const GraphicPlane& LayerBase::graphicPlane(int dpy) const in graphicPlane()
73 GraphicPlane& LayerBase::graphicPlane(int dpy) in graphicPlane()
78 void LayerBase::initStates(uint32_t w, uint32_t h, uint32_t flags) in initStates()
101 void LayerBase::commitTransaction() { in commitTransaction()
104 void LayerBase::forceVisibilityTransaction() { in forceVisibilityTransaction()
[all …]
DSurfaceFlinger.h210 status_t removeLayer(const sp<LayerBase>& layer);
211 status_t addLayer(const sp<LayerBase>& layer);
212 status_t invalidateLayerVisibility(const sp<LayerBase>& layer);
238 friend class LayerBase; variable
266 class LayerVector : public SortedVector< sp<LayerBase> > {
269 LayerVector(const LayerVector& rhs) : SortedVector< sp<LayerBase> >(rhs) { } in LayerVector()
271 const sp<LayerBase>& l(*reinterpret_cast<const sp<LayerBase>*>(lhs)); in do_compare()
272 const sp<LayerBase>& r(*reinterpret_cast<const sp<LayerBase>*>(rhs)); in do_compare()
330 status_t addLayer_l(const sp<LayerBase>& layer);
331 status_t removeLayer_l(const sp<LayerBase>& layer);
[all …]
DLayerBase.h54 class LayerBase : public RefBase
59 LayerBase(SurfaceFlinger* flinger, DisplayID display);
289 virtual ~LayerBase();
292 LayerBase(const LayerBase& rhs);
298 class LayerBaseClient : public LayerBase
DSurfaceFlinger.cpp333 const sp<LayerBase>& layer(currentLayers[i]); in authenticateSurfaceTexture()
352 const sp<LayerBase>& layer(mLayerPurgatory.itemAt(i)); in authenticateSurfaceTexture()
519 const sp<LayerBase>& layer = currentLayers[i]; in handleTransactionLocked()
568 const sp<LayerBase>& layer(previousLayers[i]); in handleTransactionLocked()
598 const sp<LayerBase>& layer = currentLayers[i]; in computeVisibleRegions()
767 sp<LayerBase> const* layers = currentLayers.array(); in lockPageFlip()
769 const sp<LayerBase>& layer(layers[i]); in lockPageFlip()
780 sp<LayerBase> const* layers = currentLayers.array(); in unlockPageFlip()
782 const sp<LayerBase>& layer(layers[i]); in unlockPageFlip()
793 const sp<LayerBase>& layer(currentLayers[i]); in handleRefresh()
[all …]
DAndroid.mk7 LayerBase.cpp \
DLayer.cpp137 LayerBase::setName(name); in setName()
142 LayerBase::validateVisibility(globalTransform); in validateVisibility()
335 const sp<LayerBase>& layer(drawingLayers[i]); in onDraw()
336 if (layer.get() == static_cast<LayerBase const*>(this)) in onDraw()
497 return LayerBase::doTransaction(flags); in doTransaction()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h39 class LayerBase; variable
111 const Vector< sp<LayerBase> >& visibleLayersSortedByZ) const;
DHWComposer.cpp238 const Vector< sp<LayerBase> >& visibleLayersSortedByZ) const { in dump()
251 const sp<LayerBase> layer(visibleLayersSortedByZ[i]); in dump()