Searched refs:FindAllRefreshRateFactors (Results 1 – 5 of 5) sorted by relevance
125 std::call_once(computeFactorsFlag_, [this]() { FindAllRefreshRateFactors(); }); in SetVsyncPeriod()214 void UIDisplaySyncManager::FindAllRefreshRateFactors() in FindAllRefreshRateFactors() function in OHOS::Ace::UIDisplaySyncManager
59 void FindAllRefreshRateFactors();
88 void FindAllRefreshRateFactors();
228 void RSDisplaySoloist::FindAllRefreshRateFactors() in FindAllRefreshRateFactors() function in OHOS::Rosen::RSDisplaySoloist333 std::call_once(COMPUTE_FACTORS_FLAG, [this] () { FindAllRefreshRateFactors(); }); in GetVSyncRate()
553 displaySyncManager->FindAllRefreshRateFactors();