Home
last modified time | relevance | path

Searched refs:setLayerBuffer (Results 1 – 23 of 23) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h417 Error setLayerBuffer(Display display, Layer layer, buffer_handle_t buffer, in setLayerBuffer() function
419 int32_t err = mDispatch.setLayerBuffer(mDevice, display, layer, buffer, acquireFence); in setLayerBuffer()
547 !initDispatch(HWC2_FUNCTION_SET_LAYER_BUFFER, &mDispatch.setLayerBuffer) || in initDispatch()
649 HWC2_PFN_SET_LAYER_BUFFER setLayerBuffer; member
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp803 mWriter->setLayerBuffer(0, handle.get(), -1); in TEST_P()
821 mWriter->setLayerBuffer(0, handle2.get(), -1); in TEST_P()
841 mWriter->setLayerBuffer(0, handle.get(), -1); in TEST_P()
882 mWriter->setLayerBuffer(0, handle.get(), -1); in TEST_P()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.h266 virtual int32_t setLayerBuffer(buffer_handle_t buffer, int32_t acquireFence);
H A DExynosLayer.cpp353 int32_t ExynosLayer::setLayerBuffer(buffer_handle_t buffer, int32_t acquireFence) { in setLayerBuffer() function in ExynosLayer
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerHal.h114 virtual Error setLayerBuffer(Display display, Layer layer, buffer_handle_t buffer,
H A DComposerCommandEngine.h373 err = mHal->setLayerBuffer(mCurrentDisplay, mCurrentLayer, buffer, fence); in executeSetLayerBuffer()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockComposer.h93 MOCK_METHOD5(setLayerBuffer, Error(Display, Layer, uint32_t, const sp<GraphicBuffer>&, int));
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h159 virtual Error setLayerBuffer(Display display, Layer layer, uint32_t slot,
402 Error setLayerBuffer(Display display, Layer layer, uint32_t slot,
H A DComposerHal.cpp636 Error Composer::setLayerBuffer(Display display, Layer layer, in setLayerBuffer() function in android::Hwc2::impl::Composer
647 mWriter.setLayerBuffer(slot, handle, acquireFence); in setLayerBuffer()
H A DHWC2.cpp632 auto intError = mComposer.setLayerBuffer(mDisplay->getId(), mId, slot, buffer, fenceFd); in setBuffer()
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/
H A DVtsHalGraphicsComposerV2_4TargetTest.cpp460 mWriter->setLayerBuffer(0, handle.get(), -1); in sendRefreshFrame()
478 mWriter->setLayerBuffer(0, handle.get(), -1); in sendRefreshFrame()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp279 if (mBufferHandle != nullptr) writer->setLayerBuffer(0, mBufferHandle->get(), mFillFence); in write()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h112 V2_1::Error setLayerBuffer(Display display, Layer layer, buffer_handle_t buffer,
H A DFakeComposerClient.cpp416 V2_1::Error FakeComposerClient::setLayerBuffer(Display /*display*/, Layer layer, in setLayerBuffer() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h267 Error setLayerBuffer(Display display, Layer layer, buffer_handle_t buffer,
H A Dvr_hwc.cpp599 Error VrHwc::setLayerBuffer(Display display, Layer layer, in setLayerBuffer() function in android::dvr::VrHwc
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h298 void setLayerBuffer(uint32_t slot, const native_handle_t* buffer, int acquireFence) { in setLayerBuffer() function
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal870 * validated with validateDisplay. Note that setLayerBuffer and
873 * properties as described in setLayerBuffer), then it is safe to call
905 * setLayerBuffer(uint32_t bufferSlot,
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h315 void setLayerBuffer(uint32_t slot, const native_handle_t* buffer, in setLayerBuffer() function
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp1508 composer_->setLayerBuffer(display_params_.id, hardware_composer_layer_, in Prepare()
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp676 return exynosLayer->setLayerBuffer(buffer, acquireFence); in exynos_setLayerBuffer()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp619 EXPECT_CALL(*test->mComposer, setLayerBuffer(HWC_DISPLAY, HWC_LAYER, _, _, _)).Times(1); in setupHwcSetPerFrameBufferCallExpectations()
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp358 mWriter->setLayerBuffer(0, bufferHandle.get(), -1); in TEST_P()