Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp712 if (mSidebandStream.get()) {
715 error = hwcLayer->setSidebandStream(mSidebandStream->handle());
718 mName.string(), mSidebandStream->handle(),
785 if (mSidebandStream.get()) {
786 layer.setSidebandStream(mSidebandStream);
1488 if (resizePending && mSidebandStream == NULL) {
1793 && (mActiveBuffer != NULL || mSidebandStream != NULL);
1796 && (mActiveBuffer != NULL || mSidebandStream != NULL);
1806 mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();
1807 if (mSidebandStream != NULL) {
DLayer.h559 sp<NativeHandle> mSidebandStream; variable
/frameworks/native/include/gui/
DBufferQueueCore.h270 sp<NativeHandle> mSidebandStream; variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2On1Adapter.cpp1985 mSidebandStream(*this, nullptr),
2073 mSidebandStream.setPending(stream); in setSidebandStream()
2172 output << " Handle: " << mSidebandStream.getValue() << '\n'; in dump()
2272 if (applyAllState || mSidebandStream.isDirty()) { in applySidebandState()
2273 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()
2274 mSidebandStream.latch(); in applySidebandState()
DHWC2On1Adapter.h567 LatchedState<const native_handle_t*> mSidebandStream; variable
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp1192 mCore->mSidebandStream.clear(); in disconnect()
1220 mCore->mSidebandStream = stream; in setSidebandStream()
DBufferQueueConsumer.cpp718 return mCore->mSidebandStream; in getSidebandStream()