Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DAdpfConfig.h51 std::optional<bool> mGpuBoostOn; member
114 mGpuBoostOn(gpuBoostOn), in AdpfConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DAdpfConfig.cc64 dump_buf << "GpuBoostOn: " << mGpuBoostOn.value_or(false) << "\n"; in dumpToFd()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc923 EXPECT_THAT(profile->mGpuBoostOn, Optional(true)); in TEST_F()
929 EXPECT_FALSE(profile->mGpuBoostOn); in TEST_F()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerSessionManager.cpp516 auto const gpuVotingOn = HintManager::GetInstance()->GetAdpfProfile()->mGpuBoostOn; in applyGpuVotesLocked()
DPowerHintSession.cpp407 if (!adpfConfig->mGpuBoostOn.value_or(false) || !adpfConfig->mGpuBoostCapacityMax || in reportActualWorkDuration()