Home
last modified time | relevance | path

Searched refs:GetSupportedPresentTimestampType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h90 …MOCK_METHOD3(GetSupportedPresentTimestampType, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h89 …MOCK_METHOD3(GetSupportedPresentTimestampType, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp…
H A Dhdilayer_test.cpp85 …EXPECT_CALL(*hdiDeviceMock_, GetSupportedPresentTimestampType(_, _, _)).WillRepeatedly(testing::Re… in SetUpTestCase()
H A Dhdidevice_test.cpp177 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->GetSupportedPresentTimestampType(screenId, layerId, presentTi…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h87 …MOCK_METHOD3(GetSupportedPresentTimestampType, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h96 virtual int32_t GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId,
H A Dhdi_device_impl.h94 int32_t GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp153 …CheckRet(device_->GetSupportedPresentTimestampType(screenId_, layerId_, supportedPresentTimestampt… in CreateLayer()
H A Dhdi_device_impl.cpp637 int32_t HdiDeviceImpl::GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId, in GetSupportedPresentTimestampType() function in OHOS::Rosen::HdiDeviceImpl