Home
last modified time | relevance | path

Searched refs:SetQueueBufferTime (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_surface/utils/frame_report/test/unittest/
H A Dframe_report_test.cpp162 * Function: SetQueueBufferTime
166 * CaseDescription: 1. call SetQueueBufferTime
171 Rosen::FrameReport::GetInstance().SetQueueBufferTime(FRT_GAME_UNIQUEID, FRT_SURFACE_NAME_EMPTY, in HWTEST_F()
175 Rosen::FrameReport::GetInstance().SetQueueBufferTime(FRT_GAME_UNIQUEID, FRT_SURFACE_NAME, FRT_GAME_BUFFER_TIME); in HWTEST_F()
/foundation/graphic/graphic_surface/utils/frame_report/export/
H A Dframe_report.h41 void SetQueueBufferTime(uint64_t uniqueId, const std::string& layerName, int64_t queueBufferTime);
/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp121 void FrameReport::SetQueueBufferTime(uint64_t uniqueId, const std::string& layerName, int64_t queueBufferTime) in SetQueueBufferTime() function in OHOS::Rosen::FrameReport
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_producer.cpp309 Rosen::FrameReport::GetInstance().SetQueueBufferTime(uniqueId, name_, (endTimeNs - startTimeNs)); in FlushBufferRemote()

Completed in 4 milliseconds