Home
last modified time | relevance | path

Searched refs:RegScreenVBlankCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h36 MOCK_METHOD3(RegScreenVBlankCallback, int32_t(uint32_t, VBlankCallback, void*));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h36 MOCK_METHOD3(RegScreenVBlankCallback, int32_t(uint32_t, VBlankCallback, void*));
H A Dhdidevice_test.cpp55 ASSERT_EQ(HdiDeviceTest::hdiDevice_->RegScreenVBlankCallback(screenId, nullptr, nullptr),
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h34 MOCK_METHOD3(RegScreenVBlankCallback, int32_t(uint32_t, VBlankCallback, void*));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp87 int32_t ret = device_->RegScreenVBlankCallback(screenId_, HdiScreen::OnVsync, this); in Init()
H A Dhdi_device_impl.cpp105 int32_t HdiDeviceImpl::RegScreenVBlankCallback(uint32_t screenId, VBlankCallback callback, void *da… in RegScreenVBlankCallback() function in OHOS::Rosen::HdiDeviceImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h35 …virtual int32_t RegScreenVBlankCallback(uint32_t screenId, VBlankCallback callback, void *data) = …
H A Dhdi_device_impl.h33 … int32_t RegScreenVBlankCallback(uint32_t screenId, VBlankCallback callback, void *data) override;