Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_core.cpp286 int32_t modeToSwitch = screen->SetActiveRefreshRate(sceneId, static_cast<uint32_t>(rate)); in SetScreenRefreshRate() local
287 if (modeToSwitch < 0) { in SetScreenRefreshRate()
288 return modeToSwitch; in SetScreenRefreshRate()
294 …I("HgmCore the rate of %{public}d is accepted, the target mode is %{public}d", rate, modeToSwitch); in SetScreenRefreshRate()
300 (*modeList)[id] = modeToSwitch; in SetScreenRefreshRate()
306 return modeToSwitch; in SetScreenRefreshRate()