Home
last modified time | relevance | path

Searched refs:CommitAndGetReleaseFence (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp220 …EXPECT_CALL(*hdiDeviceMock_, CommitAndGetReleaseFence(_, _, _, _, _, _, _)).WillRepeatedly(testing…
224 …ASSERT_EQ(HdiOutputTest::hdiOutput_->CommitAndGetReleaseFence(fbFence, skipState, needFlush, false…
H A Dmock_hdi_device.h99 MOCK_METHOD7(CommitAndGetReleaseFence, int32_t(uint32_t, sptr<SyncFence>&, int32_t&, bool&,
/ohos5.0/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h71 …virtual int32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, int32_t& skipState, bool&… in CommitAndGetReleaseFence() function
76 return ToDispErrCode(req_v1_2_->CommitAndGetReleaseFence(devId, fence, in CommitAndGetReleaseFence()
/ohos5.0/drivers/interface/display/composer/v1_2/include/
H A Didisplay_composer_interface.h58 virtual int32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, int32_t& skipState,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp184 ret = output->CommitAndGetReleaseFence(fbFence, skipState, needFlush, false); in Repaint()
199 ret = output->CommitAndGetReleaseFence(fbFence, skipState, needFlush, true); in Repaint()
H A Dhdi_output.cpp470 int32_t HdiOutput::CommitAndGetReleaseFence( in CommitAndGetReleaseFence() function in OHOS::Rosen::HdiOutput
476 return device_->CommitAndGetReleaseFence( in CommitAndGetReleaseFence()
H A Dhdi_device_impl.cpp400 int32_t HdiDeviceImpl::CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t … in CommitAndGetReleaseFence() function in OHOS::Rosen::HdiDeviceImpl
408 int32_t ret = g_composer->CommitAndGetReleaseFence( in CommitAndGetReleaseFence()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h86 …int32_t CommitAndGetReleaseFence(sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bo…
H A Dhdi_device.h66 …virtual int32_t CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipS…
H A Dhdi_device_impl.h64 …int32_t CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipState, bo…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h100 MOCK_METHOD7(CommitAndGetReleaseFence, int32_t(uint32_t, sptr<SyncFence>&, int32_t&, bool&,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h98 MOCK_METHOD7(CommitAndGetReleaseFence, int32_t(uint32_t, sptr<SyncFence>&, int32_t&, bool&,
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_requester.h50 …int32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, bool isSupportSkipValidate, int32… in CommitAndGetReleaseFence() function