Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DAdpfConfig.h63 std::optional<uint32_t> mLowFrameRateThreshold; member
124 mLowFrameRateThreshold(lowFrameRateThreshold), in AdpfConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DAdpfConfig.cc75 dump_buf << "LowFrameRateThreshold: " << mLowFrameRateThreshold.value() << "\n"; in dumpToFd()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerHintSession.cpp315 if (mSessionRecords->isLowFrameRate(adpfConfig->mLowFrameRateThreshold.value())) { in updateHeuristicBoost()
331 mSessionRecords->isLowFrameRate(adpfConfig->mLowFrameRateThreshold.value())); in updateHeuristicBoost()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc849 EXPECT_EQ(25U, adpfs[0]->mLowFrameRateThreshold.value()); in TEST_F()
850 EXPECT_FALSE(adpfs[1]->mLowFrameRateThreshold.has_value()); in TEST_F()