Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DBufferQueueCore.h274 sp<NativeHandle> mSidebandStream; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp823 if (mSidebandStream.get()) {
826 error = hwcLayer->setSidebandStream(mSidebandStream->handle());
829 mName.string(), mSidebandStream->handle(),
913 if (mSidebandStream.get()) {
914 layer.setSidebandStream(mSidebandStream);
1633 if (resizePending && mSidebandStream == NULL) {
2084 && (mActiveBuffer != NULL || mSidebandStream != NULL);
2087 && (mActiveBuffer != NULL || mSidebandStream != NULL);
2123 mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();
2124 if (mSidebandStream != NULL) {
DLayer.h729 sp<NativeHandle> mSidebandStream; variable
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp1907 mSidebandStream(nullptr),
1991 mSidebandStream = stream; in setSidebandStream()
2078 output << " Handle: " << mSidebandStream << '\n'; in dump()
2159 hwc1Layer.sidebandStream = mSidebandStream; in applySidebandState()
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp730 *outStream = mCore->mSidebandStream; in getSidebandStream()
DBufferQueueProducer.cpp1279 mCore->mSidebandStream.clear(); in disconnect()
1311 mCore->mSidebandStream = stream; in setSidebandStream()
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h597 const native_handle_t* mSidebandStream; variable