Home
last modified time | relevance | path

Searched refs:GetPresentTimestamp (Results 1 - 25 of 35) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp514 * Function: SetPresentTimestamp and GetPresentTimestamp
518 * CaseDescription: 1. call GetPresentTimestamp with default
523 GraphicPresentTimestamp timestamp = HdiLayerInfoTest::hdiLayerInfo_->GetPresentTimestamp(); in HWTEST_F()
529 * Function: SetPresentTimestamp and GetPresentTimestamp
534 * 2. call GetPresentTimestamp and check ret
541 GraphicPresentTimestamp timestampGet = HdiLayerInfoTest::hdiLayerInfo_->GetPresentTimestamp(); in HWTEST_F()
547 * Function: SetPresentTimestamp and GetPresentTimestamp
552 * 2. call GetPresentTimestamp and check ret
559 GraphicPresentTimestamp timestampGet = HdiLayerInfoTest::hdiLayerInfo_->GetPresentTimestamp(); in HWTEST_F()
H A Dmock_hdi_device.h90 MOCK_METHOD3(GetPresentTimestamp, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp&));
H A Dhdilayer_test.cpp86 EXPECT_CALL(*hdiDeviceMock_, GetPresentTimestamp(_, _, _)).WillRepeatedly(testing::Return(0)); in SetUpTestCase()
H A Dhdidevice_test.cpp223 EXPECT_EQ(HdiDeviceTest::hdiDevice_->GetPresentTimestamp(screenId, layerId, timestamp), in HWTEST_F()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h88 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) override;
H A Dbuffer_queue.h163 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time);
H A Dproducer_surface.h170 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) const override;
H A Dbuffer_queue_producer.h97 GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) override;
H A Dconsumer_surface.h174 SURFACE_HIDDEN GSError GetPresentTimestamp(uint32_t sequence,
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h101 virtual GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type, int64_t &time) = 0;
H A Dsurface.h111 virtual GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type,
H A Diconsumer_surface.h113 virtual GSError GetPresentTimestamp(uint32_t sequence, GraphicPresentTimestampType type,
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h89 MOCK_METHOD3(GetPresentTimestamp, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp&));
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp71 device->GetPresentTimestamp(screenId, layerId, timestamp); in HdiDeviceFuzzTest3()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h91 MOCK_METHOD3(GetPresentTimestamp, int32_t(uint32_t, uint32_t, GraphicPresentTimestamp&));
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp100 bufferqueue->GetPresentTimestamp(sequence, timestampType, time); in BufferQueueFuzzTest2()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp102 bqp->GetPresentTimestamp(sequence, timestampType, time); in BufferQueueProducerFuzzTest()
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_with_pts_test.cpp206 sRet = pSurface->GetPresentTimestamp(buffer->GetSeqNum(), type, time); in ChildProcessMain()
H A Dsurface_ipc_with_invaild_pts_test.cpp161 sRet = pSurface->GetPresentTimestamp(buffer->GetSeqNum(), type, time); in ChildProcessMain()
H A Dsurface_ipc_test.cpp163 sRet = pSurface->GetPresentTimestamp(buffer->GetSeqNum(), type, time); in ChildProcessMain()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device_impl.h95 int32_t GetPresentTimestamp(uint32_t screenId, uint32_t layerId, GraphicPresentTimestamp &timestamp) override;
H A Dhdi_device.h98 virtual int32_t GetPresentTimestamp(uint32_t screenId, uint32_t layerId, GraphicPresentTimestamp &timestamp) = 0;
H A Dhdi_layer_info.h231 const GraphicPresentTimestamp &GetPresentTimestamp() in GetPresentTimestamp() function in OHOS::Rosen::HdiLayerInfo
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp1311 * Function: SetPresentTimestamp and GetPresentTimestamp
1315 * CaseDescription: 1. call GetPresentTimestamp with producer_ is nullptr and check ret
1323 GSError ret = surface_->GetPresentTimestamp(firstSeqnum, type, time); in HWTEST_F()
1331 * Function: SetPresentTimestamp and GetPresentTimestamp
1335 * CaseDescription: 1. call GetPresentTimestamp with normal parameters and check ret
1343 GSError ret = pSurface->GetPresentTimestamp(firstSeqnum, type, time); in HWTEST_F()
1348 * Function: SetPresentTimestamp and GetPresentTimestamp
1359 GSError ret = pSurface->GetPresentTimestamp(-1, type, time); in HWTEST_F()
1364 * Function: SetPresentTimestamp and GetPresentTimestamp
1382 ret = pSurface->GetPresentTimestamp(sequenc in HWTEST_F()
[all...]
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp250 pSurface->GetPresentTimestamp(sequence, type, time); in SurfaceFuzzTest2()

Completed in 18 milliseconds

12