Home
last modified time | relevance | path

Searched refs:mSidebandStream (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DLayerState.cpp170 lhs.mSidebandStream == rhs.mSidebandStream && lhs.mBuffer == rhs.mBuffer && in operator ==()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp105 if ((mSidebandStream == nullptr) && (mBufferInfo.mBuffer == nullptr)) { in isOpaque()
116 (mBufferInfo.mBuffer != nullptr || mSidebandStream != nullptr); in isVisible()
181 if (mSidebandStream != nullptr) { in prepareClientComposition()
819 mSidebandStream = clonedFrom->mSidebandStream; in updateCloneBufferInfo()
H A DBufferQueueLayer.cpp199 const bool updateSidebandStream = hasFrameUpdate() && mSidebandStream.get(); in latchSidebandStream()
205 mSidebandStream = mConsumer->getSidebandStream(); in latchSidebandStream()
207 layerCompositionState->sidebandStream = mSidebandStream; in latchSidebandStream()
H A DBufferStateLayer.cpp705 const bool updateSidebandStream = hasFrameUpdate() && mSidebandStream.get(); in latchSidebandStream()
710 mSidebandStream = s.sidebandStream; in latchSidebandStream()
711 editCompositionState()->sidebandStream = mSidebandStream; in latchSidebandStream()
712 if (mSidebandStream != nullptr) { in latchSidebandStream()
H A DLayer.h993 sp<NativeHandle> mSidebandStream; variable
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h284 sp<NativeHandle> mSidebandStream; variable
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DLayerState.h385 mSidebandStream{[](auto layer) {
469 &mPixelFormat, &mColorTransform, &mCompositionType, &mSidebandStream,
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1986 mSidebandStream(*this, nullptr),
2074 mSidebandStream.setPending(stream); in setSidebandStream()
2173 output << " Handle: " << mSidebandStream.getValue() << '\n'; in dump()
2273 if (applyAllState || mSidebandStream.isDirty()) { in applySidebandState()
2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()
2275 mSidebandStream.latch(); in applySidebandState()
H A DHWC2On1Adapter.h568 LatchedState<const native_handle_t*> mSidebandStream; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1915 mSidebandStream(nullptr),
1999 mSidebandStream = stream; in setSidebandStream()
2097 output << " Handle: " << mSidebandStream << '\n'; in dump()
2177 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
/aosp12/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp1355 mCore->mSidebandStream.clear(); in disconnect()
1388 mCore->mSidebandStream = stream; in setSidebandStream()
H A DBufferQueueConsumer.cpp770 *outStream = mCore->mSidebandStream; in getSidebandStream()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h597 const native_handle_t* mSidebandStream; variable
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h275 layer->mSidebandStream = sidebandStream; in setLayerSidebandStream()