Searched refs:pendingVsyncMode_ (Results 1 – 2 of 2) sorted by relevance
396 if (pendingVsyncMode_ != VSYNC_MODE_INVALID) { in UpdateVSyncModeLocked()397 vsyncMode_ = pendingVsyncMode_; in UpdateVSyncModeLocked()398 pendingVsyncMode_ = VSYNC_MODE_INVALID; in UpdateVSyncModeLocked()476 if ((pendingVsyncMode_ == VSYNC_MODE_LTPO) || (vsyncMode_ == VSYNC_MODE_LTPO)) { in UpdatePeriodLocked()498 if ((pendingVsyncMode_ == VSYNC_MODE_LTPO) || (vsyncMode_ == VSYNC_MODE_LTPO)) { in UpdateReferenceTimeLocked()644 if ((vsyncMode_ != VSYNC_MODE_LTPO) && (pendingVsyncMode_ != VSYNC_MODE_LTPO)) { in ChangeGeneratorRefreshRateModel()712 pendingVsyncMode_ = vsyncMode; in SetVSyncMode()
185 VSyncMode pendingVsyncMode_ = VSYNC_MODE_INVALID; variable