Home
last modified time | relevance | path

Searched refs:GetRequestVsyncTimes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dvsync_station.h53 int32_t GetRequestVsyncTimes() { return requestVsyncTimes_.load(); } in GetRequestVsyncTimes() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp231 int32_t requestTimes = vsyncStation_->GetRequestVsyncTimes(); in IsLastFrameLayoutFinished()