Home
last modified time | relevance | path

Searched defs:gpu_vote_id (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DUClampVoterTest.cpp207 static constexpr int gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
242 auto const gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
262 auto const gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
278 auto const gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
300 auto const gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
DSessionTaskMapTest.cpp337 static auto constexpr gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); in TEST() local
/hardware/google/pixel/power-libperfmgr/aidl/
DUClampVoter.cpp42 constexpr static auto gpu_vote_id = static_cast<int>(AdpfVoteType::GPU_CAPACITY); variable