Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/utils/frame_report/test/unittest/
H A Dframe_report_test.cpp145 * Function: SetDequeueBufferTime
149 * CaseDescription: 1. call SetDequeueBufferTime
154 Rosen::FrameReport::GetInstance().SetDequeueBufferTime(FRT_SURFACE_NAME_EMPTY, FRT_GAME_BUFFER_TIME); in HWTEST_F()
157 Rosen::FrameReport::GetInstance().SetDequeueBufferTime(FRT_SURFACE_NAME, FRT_GAME_BUFFER_TIME); in HWTEST_F()
/foundation/graphic/graphic_surface/utils/frame_report/export/
H A Dframe_report.h40 void SetDequeueBufferTime(const std::string& layerName, int64_t dequeueBufferTime);
/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp116 void FrameReport::SetDequeueBufferTime(const std::string& layerName, int64_t dequeueBufferTime) in SetDequeueBufferTime() function in OHOS::Rosen::FrameReport
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_producer.cpp182 Rosen::FrameReport::GetInstance().SetDequeueBufferTime(name_, (endTimeNs - startTimeNs)); in RequestBufferRemote()

Completed in 4 milliseconds