Searched refs:SetQueueBufferTime (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_surface/utils/frame_report/test/unittest/ |
H A D | frame_report_test.cpp | 162 * 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 D | frame_report.h | 41 void SetQueueBufferTime(uint64_t uniqueId, const std::string& layerName, int64_t queueBufferTime);
|
/foundation/graphic/graphic_surface/utils/frame_report/src/ |
H A D | frame_report.cpp | 121 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 D | buffer_queue_producer.cpp | 309 Rosen::FrameReport::GetInstance().SetQueueBufferTime(uniqueId, name_, (endTimeNs - startTimeNs)); in FlushBufferRemote()
|
Completed in 4 milliseconds