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 D | mock_hdi_device_systest.h | 36 MOCK_METHOD3(RegScreenVBlankCallback, int32_t(uint32_t, VBlankCallback, void*));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | mock_hdi_device.h | 36 MOCK_METHOD3(RegScreenVBlankCallback, int32_t(uint32_t, VBlankCallback, void*));
|
H A D | hdidevice_test.cpp | 55 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 D | mock_hdi_device.h | 34 MOCK_METHOD3(RegScreenVBlankCallback, int32_t(uint32_t, VBlankCallback, void*));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_screen.cpp | 87 int32_t ret = device_->RegScreenVBlankCallback(screenId_, HdiScreen::OnVsync, this); in Init()
|
H A D | hdi_device_impl.cpp | 105 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 D | hdi_device.h | 35 …virtual int32_t RegScreenVBlankCallback(uint32_t screenId, VBlankCallback callback, void *data) = …
|
H A D | hdi_device_impl.h | 33 … int32_t RegScreenVBlankCallback(uint32_t screenId, VBlankCallback callback, void *data) override;
|