Home
last modified time | relevance | path

Searched refs:setSidebandStream (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp100 status_t MonitoredProducer::setSidebandStream(const sp<NativeHandle>& stream) { in setSidebandStream() function in android::MonitoredProducer
101 return mProducer->setSidebandStream(stream); in setSidebandStream()
H A DMonitoredProducer.h57 virtual status_t setSidebandStream(const sp<NativeHandle>& stream);
H A DBufferStateLayer.h69 bool setSidebandStream(const sp<NativeHandle>& sidebandStream) override;
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTunnelModeEnabledReporterTest.cpp165 layer->setSidebandStream(stream); in TEST_F()
189 layerWithSidebandStream->setSidebandStream(stream); in TEST_F()
/aosp12/hardware/interfaces/media/c2/1.1/
H A DIComponent.hal43 * to IGraphicBufferProducer::setSidebandStream().
63 * be passed to IGraphicBufferProducer::setSidebandStream() to
/aosp12/frameworks/native/libs/gui/tests/
H A DMalicious.cpp68 status_t setSidebandStream(const sp<NativeHandle>& stream) override { in setSidebandStream() function in android::test::ProxyBQP
69 return mProducer->setSidebandStream(stream); in setSidebandStream()
/aosp12/frameworks/native/libs/gui/include/gui/mock/
H A DGraphicBufferProducer.h47 MOCK_METHOD1(setSidebandStream, status_t(const sp<NativeHandle>&));
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockHWC2.h65 MOCK_METHOD1(setSidebandStream, Error(const native_handle_t*));
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
H A DH2BGraphicBufferProducer.h83 virtual status_t setSidebandStream(sp<NativeHandle> const& stream) override;
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.h83 status_t setSidebandStream(const sp<NativeHandle>& stream) override;
H A DWGraphicBufferProducer.h276 Return<int32_t> setSidebandStream(const hidl_handle& stream) override { in setSidebandStream() function
277 return static_cast<int32_t>(mBase->setSidebandStream(NativeHandle::create( in setSidebandStream()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueProducer.h158 virtual status_t setSidebandStream(const sp<NativeHandle>& stream);
H A DBufferHubProducer.h93 status_t setSidebandStream(const sp<NativeHandle>& stream) override;
H A DBLASTBufferQueue.h110 void setSidebandStream(const sp<NativeHandle>& stream);
H A DIGraphicBufferProducer.h551 virtual status_t setSidebandStream(const sp<NativeHandle>& stream) = 0;
H A DSurface.h121 void setSidebandStream(const sp<NativeHandle>& stream);
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h119 virtual status_t setSidebandStream(const sp<NativeHandle>& stream);
H A DHWC2.h274 [[clang::warn_unused_result]] virtual hal::Error setSidebandStream(
320 hal::Error setSidebandStream(const native_handle_t* stream) override;
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp356 connection.mSurface->setSidebandStream(NULL); in addOrUpdateStream()
411 connection.mSurface->setSidebandStream(connection.mSourceHandle); in addOrUpdateStream()
428 connection.mSurface->setSidebandStream(NULL); in removeStream()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransaction_test.cpp46 Transaction().setSidebandStream(layer, nullptr).apply(); in TEST_F()
/aosp12/frameworks/native/libs/gui/
H A DBLASTBufferQueue.cpp126 bbq->setSidebandStream(stream); in onSidebandStreamChanged()
826 void BLASTBufferQueue::setSidebandStream(const sp<NativeHandle>& stream) { in setSidebandStream() function in android::BLASTBufferQueue
830 t.setSidebandStream(mSurfaceControl, stream).apply(); in setSidebandStream()
H A DIGraphicBufferProducer.cpp497 virtual status_t setSidebandStream(const sp<NativeHandle>& stream) { in setSidebandStream() function in android::BpGraphicBufferProducer
879 status_t setSidebandStream(const sp<NativeHandle>& stream) override { in setSidebandStream() function in android::HpGraphicBufferProducer
880 return mBase->setSidebandStream(stream); in setSidebandStream()
1334 status_t result = setSidebandStream(stream); in onTransact()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockHWC2.h112 MOCK_METHOD(hal::Error, setSidebandStream, (const native_handle_t *), (override));
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DH2BGraphicBufferProducer.cpp380 status_t H2BGraphicBufferProducer::setSidebandStream( in setSidebandStream() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BGraphicBufferProducer
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1154 status_t H2BGraphicBufferProducer::setSidebandStream( in setSidebandStream() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BGraphicBufferProducer
1156 return toStatusT(mBase->setSidebandStream(stream == nullptr ? nullptr : stream->handle())); in setSidebandStream()

12