Searched refs:voteMax (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/power-libperfmgr/aidl/tests/ |
D | SessionTaskMapTest.cpp | 240 const int voteMax = 1000; in TEST() local 246 m.addVote(1, 1, 111, voteMax, t0 + 20ns, 40ns); in TEST() 247 m.addVote(1, 2, 122, voteMax, t0 + 60ns, 25ns); in TEST() 248 m.addVote(1, 3, 133, voteMax, t0 + 60ns, 30ns); in TEST() 271 const int voteMax = 1000; in TEST() local 277 m.addVote(2, 1, 211, voteMax, t0 + 30ns, 25ns); in TEST() 278 m.addVote(2, 2, 222, voteMax, t0 + 100ns, 35ns); in TEST() 279 m.addVote(2, 3, 233, voteMax, t0 + 140ns, 40ns); in TEST()
|