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 D | mock_hdi_device_systest.h | 90 …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 D | mock_hdi_device.h | 89 …MOCK_METHOD3(GetSupportedPresentTimestampType, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp…
|
H A D | hdilayer_test.cpp | 85 …EXPECT_CALL(*hdiDeviceMock_, GetSupportedPresentTimestampType(_, _, _)).WillRepeatedly(testing::Re… in SetUpTestCase()
|
H A D | hdidevice_test.cpp | 177 …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 D | mock_hdi_device.h | 87 …MOCK_METHOD3(GetSupportedPresentTimestampType, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_device.h | 96 virtual int32_t GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId,
|
H A D | hdi_device_impl.h | 94 int32_t GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_layer.cpp | 153 …CheckRet(device_->GetSupportedPresentTimestampType(screenId_, layerId_, supportedPresentTimestampt… in CreateLayer()
|
H A D | hdi_device_impl.cpp | 637 int32_t HdiDeviceImpl::GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId, in GetSupportedPresentTimestampType() function in OHOS::Rosen::HdiDeviceImpl
|