Home
last modified time | relevance | path

Searched refs:hasInitVsyncReceiver_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp43 if (!hasInitVsyncReceiver_) { in RequestVsync()
50 hasInitVsyncReceiver_ = true; in RequestVsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.h104 bool hasInitVsyncReceiver_ = false; variable
174 bool hasInitVsyncReceiver_ = false; variable
H A Drs_ui_display_soloist.cpp98 if (useExclusiveThread_ && (!subReceiver_ || !hasInitVsyncReceiver_)) { in Init()
111 hasInitVsyncReceiver_ = true; in Init()
369 if (hasInitVsyncReceiver_) { in InitVsyncReceiver()
385 hasInitVsyncReceiver_ = true; in InitVsyncReceiver()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dvsync_station.h56 bool hasInitVsyncReceiver_ = false; variable