Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h105 bool isFirstSendVsync_ = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp182 if (isFirstSendVsync_) { in PostEvent()
183 isFirstSendVsync_ = false; in PostEvent()