Home
last modified time | relevance | path

Searched defs:votes (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayModeDirectorTest.java214 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
235 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
251 SparseArray<Vote> votes = new SparseArray<>(); in testVotingWithFloatingPointErrors() local
369 SparseArray<Vote> votes = new SparseArray<>(); local
950 SparseArray<Vote> votes = new SparseArray<>(); local
997 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestMaxRefreshRate() local
1219 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestsIsTheDefaultMode() local
1237 SparseArray<Vote> votes = new SparseArray<>(); in testDisableRefreshRateSwitchingVote() local
1278 SparseArray<Vote> votes = new SparseArray<>(); in testBaseModeIdInPrimaryRange() local
1336 SparseArray<Vote> votes = new SparseArray<>(); in testStaleAppVote() local
/aosp12/art/test/952-invoke-custom/src/
H A DTestInvokeCustomWithConcurrentThreads.java126 int votes = 0; in test() local
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayModeDirector.java218 final SparseArray<Vote> votes; in getVotesLocked() local
262 SparseArray<Vote> votes, in summarizeVotes()
305 SparseArray<Vote> votes = getVotesLocked(displayId); in getDesiredDisplayModeSpecs() local
577 SparseArray<Vote> votes = getVotesLocked(displayId); in getVote() local
605 SparseArray<Vote> votes = mVotesByDisplay.valueAt(i); in dump() local
643 final SparseArray<Vote> votes = getOrCreateVotesByDisplay(displayId); in updateVoteLocked() local
678 SparseArray<Vote> votes = new SparseArray<>(); in getOrCreateVotesByDisplay() local
/aosp12/art/test/924-threads/src/art/
H A DTest924.java406 private static void printMajorityThreadState(Thread t, int votes, int wait) throws Exception { in printMajorityThreadState()