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

/frameworks/native/include/gui/
H A DBufferQueueCore.h271 // mSidebandStream is a handle to the sideband buffer stream, if any
272 sp<NativeHandle> mSidebandStream; member in class:android::BufferQueueCore
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp718 if (mSidebandStream.get()) {
721 error = hwcLayer->setSidebandStream(mSidebandStream->handle());
724 mName.string(), mSidebandStream->handle(),
791 if (mSidebandStream.get()) {
792 layer.setSidebandStream(mSidebandStream);
1494 if (resizePending && mSidebandStream == NULL) {
1799 && (mActiveBuffer != NULL || mSidebandStream != NULL);
1802 && (mActiveBuffer != NULL || mSidebandStream != NULL);
1812 mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();
1813 if (mSidebandStream !
[all...]
H A DLayer.h563 sp<NativeHandle> mSidebandStream; member in class:android::Layer
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1985 mSidebandStream(*this, nullptr),
2073 mSidebandStream.setPending(stream);
2172 output << " Handle: " << mSidebandStream.getValue() << '\n';
2272 if (applyAllState || mSidebandStream.isDirty()) {
2273 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue();
2274 mSidebandStream.latch();
H A DHWC2On1Adapter.h567 LatchedState<const native_handle_t*> mSidebandStream; member in class:android::HWC2On1Adapter::Layer
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp718 return mCore->mSidebandStream;
H A DBufferQueueProducer.cpp1202 mCore->mSidebandStream.clear();
1230 mCore->mSidebandStream = stream;

Completed in 238 milliseconds