Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DSessionRecordsTest.cpp92 ASSERT_FALSE(mRecords->isLowFrameRate(25)); in TEST_F()
96 ASSERT_FALSE(mRecords->isLowFrameRate(25)); in TEST_F()
100 ASSERT_FALSE(mRecords->isLowFrameRate(25)); in TEST_F()
104 ASSERT_TRUE(mRecords->isLowFrameRate(25)); in TEST_F()
108 ASSERT_FALSE(mRecords->isLowFrameRate(25)); in TEST_F()
/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.h52 bool isLowFrameRate(int32_t fpsLowRateThreshold);
DSessionRecords.cpp112 bool SessionRecords::isLowFrameRate(int32_t fpsLowRateThreshold) { in isLowFrameRate() function in aidl::google::hardware::power::impl::pixel::SessionRecords
DPowerHintSession.cpp315 if (mSessionRecords->isLowFrameRate(adpfConfig->mLowFrameRateThreshold.value())) { in updateHeuristicBoost()
331 mSessionRecords->isLowFrameRate(adpfConfig->mLowFrameRateThreshold.value())); in updateHeuristicBoost()