Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_vsync_generator_controller_test.cpp90 HWTEST_F(HgmVSyncGeneratorControllerTest, GetCurrentRate, TestSize.Level1)
95 EXPECT_EQ(controller->GetCurrentRate(), 60);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_vsync_generator_controller.h40 uint32_t GetCurrentRate() const;
H A Dhgm_vsync_generator_controller.cpp119 uint32_t HgmVSyncGeneratorController::GetCurrentRate() const in GetCurrentRate() function in OHOS::Rosen::HgmVSyncGeneratorController
H A Dhgm_frame_rate_manager.cpp458 controllerRate_ = rsFrameRate > 0 ? rsFrameRate : controller_->GetCurrentRate(); in CollectFrameRateChange()
459 if (controllerRate_ != controller_->GetCurrentRate()) { in CollectFrameRateChange()