/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdioutput_test.cpp | 220 …EXPECT_CALL(*hdiDeviceMock_, CommitAndGetReleaseFence(_, _, _, _, _, _, _)).WillRepeatedly(testing… 224 …ASSERT_EQ(HdiOutputTest::hdiOutput_->CommitAndGetReleaseFence(fbFence, skipState, needFlush, false…
|
H A D | mock_hdi_device.h | 99 MOCK_METHOD7(CommitAndGetReleaseFence, int32_t(uint32_t, sptr<SyncFence>&, int32_t&, bool&,
|
/ohos5.0/drivers/interface/display/composer/v1_2/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 71 …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 D | idisplay_composer_interface.h | 58 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 D | hdi_backend.cpp | 184 ret = output->CommitAndGetReleaseFence(fbFence, skipState, needFlush, false); in Repaint() 199 ret = output->CommitAndGetReleaseFence(fbFence, skipState, needFlush, true); in Repaint()
|
H A D | hdi_output.cpp | 470 int32_t HdiOutput::CommitAndGetReleaseFence( in CommitAndGetReleaseFence() function in OHOS::Rosen::HdiOutput 476 return device_->CommitAndGetReleaseFence( in CommitAndGetReleaseFence()
|
H A D | hdi_device_impl.cpp | 400 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 D | hdi_output.h | 86 …int32_t CommitAndGetReleaseFence(sptr<SyncFence> &fbFence, int32_t &skipState, bool &needFlush, bo…
|
H A D | hdi_device.h | 66 …virtual int32_t CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipS…
|
H A D | hdi_device_impl.h | 64 …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 D | mock_hdi_device_systest.h | 100 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 D | mock_hdi_device.h | 98 MOCK_METHOD7(CommitAndGetReleaseFence, int32_t(uint32_t, sptr<SyncFence>&, int32_t&, bool&,
|
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/ |
H A D | display_cmd_requester.h | 50 …int32_t CommitAndGetReleaseFence(uint32_t devId, int32_t& fence, bool isSupportSkipValidate, int32… in CommitAndGetReleaseFence() function
|