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

/frameworks/native/include/gui/
H A DBufferQueueCore.h273 // mSidebandStream is a handle to the sideband buffer stream, if any
274 sp<NativeHandle> mSidebandStream; member in class:android::BufferQueueCore
/frameworks/native/services/surfaceflinger/
H A 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 !
[all...]
H A DLayer.h729 sp<NativeHandle> mSidebandStream; member in class:android::Layer
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp730 *outStream = mCore->mSidebandStream;
H A DBufferQueueProducer.cpp1279 mCore->mSidebandStream.clear();
1311 mCore->mSidebandStream = stream;
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1907 mSidebandStream(nullptr),
1991 mSidebandStream = stream;
2078 output << " Handle: " << mSidebandStream << '\n'; local
2159 hwc1Layer.sidebandStream = mSidebandStream;
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h597 const native_handle_t* mSidebandStream; member in class:android::HWC2On1Adapter::Layer

Completed in 259 milliseconds