Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DUClampVoterTest.cpp231 static constexpr int gpu_vote_id1 = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
234 votes.add(gpu_vote_id1, GpuVote(true, now, 250ns, Cycles(1024))); in TEST()
235 EXPECT_TRUE(votes.setUseVote(gpu_vote_id1, true)); in TEST()