Searched refs:mSidebandStream (Results 1 - 8 of 8) 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/libs/gui/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.cpp882 if (mSidebandStream.get()) {
885 error = hwcLayer->setSidebandStream(mSidebandStream->handle());
888 mName.string(), mSidebandStream->handle(),
969 if (mSidebandStream.get()) {
970 layer.setSidebandStream(mSidebandStream);
1479 if ((mSidebandStream == nullptr) && (mActiveBuffer == nullptr)) {
1692 if (resizePending && mSidebandStream == NULL) {
2145 && (mActiveBuffer != NULL || mSidebandStream != NULL);
2148 && (mActiveBuffer != NULL || mSidebandStream != NULL);
2184 mSidebandStream
[all...]
H A DLayer.h728 sp<NativeHandle> mSidebandStream; member in class:android::Layer
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp733 *outStream = mCore->mSidebandStream;
H A DBufferQueueProducer.cpp1280 mCore->mSidebandStream.clear();
1312 mCore->mSidebandStream = stream;
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1913 mSidebandStream(nullptr),
1997 mSidebandStream = stream;
2095 output << " Handle: " << mSidebandStream << '\n'; local
2176 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 127 milliseconds