Home
last modified time | relevance | path

Searched refs:Sideband (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1917 ALOGE_IF(layer.getCompositionType() != Composition::Sideband, in updateTypeChanges()
2122 } else if (compositionType == Composition::Sideband) { in applyState()
2172 } else if (mCompositionType.getValue() == HWC2::Composition::Sideband) { in dump()
2324 case Composition::Sideband: in applyCompositionType()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1848 ALOGE_IF(layer.getCompositionType() != Composition::Sideband, in updateTypeChanges()
2053 case Composition::Sideband : applySidebandState(hwc1Layer); break; in applyState()
2096 } else if (mCompositionType == HWC2::Composition::Sideband) { in dump()
2222 case Composition::Sideband: in applyCompositionType()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h633 Sideband = HWC2_COMPOSITION_SIDEBAND, enumerator