Home
last modified time | relevance | path

Searched refs:pendingVsyncMode_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp400 if (pendingVsyncMode_ != VSYNC_MODE_INVALID) { in UpdateVSyncModeLocked()
401 vsyncMode_ = pendingVsyncMode_; in UpdateVSyncModeLocked()
402 pendingVsyncMode_ = VSYNC_MODE_INVALID; in UpdateVSyncModeLocked()
480 if ((pendingVsyncMode_ == VSYNC_MODE_LTPO) || (vsyncMode_ == VSYNC_MODE_LTPO)) { in UpdatePeriodLocked()
502 if ((pendingVsyncMode_ == VSYNC_MODE_LTPO) || (vsyncMode_ == VSYNC_MODE_LTPO)) { in UpdateReferenceTimeLocked()
655 if ((vsyncMode_ != VSYNC_MODE_LTPO) && (pendingVsyncMode_ != VSYNC_MODE_LTPO)) { in ChangeGeneratorRefreshRateModel()
723 pendingVsyncMode_ = vsyncMode; in SetVSyncMode()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_generator.h192 VSyncMode pendingVsyncMode_ = VSYNC_MODE_INVALID; member in OHOS::Rosen::impl::VSyncGenerator

Completed in 3 milliseconds