Home
last modified time | relevance | path

Searched refs:getCompositionType (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h160 virtual int32_t getCompositionType() const = 0;
DHWComposer.cpp931 virtual int32_t getCompositionType() const { in getCompositionType() function in android::HWCLayerVersion1
/frameworks/native/services/surfaceflinger/
DLayer.cpp486 …if (layer.getCompositionType() == HWC_OVERLAY || layer.getCompositionType() == HWC_CURSOR_OVERLAY)… in setAcquireFence()
DSurfaceFlinger.cpp1490 if (cur->getCompositionType() != HWC_CURSOR_OVERLAY) { in updateCursorAsync()
1848 switch (cur->getCompositionType()) { in doComposeSurfaces()