Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DVotesStorageTest.java61 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsVoteToStorage() local
82 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsAnotherVoteToStorageWithDifferentPriority() local
96 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in replacesVoteInStorageForSamePriority() local
118 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsGlobalDisplayVoteToStorage() local
H A DDisplayModeDirectorTest.java287 SparseArray<Vote> votes = new SparseArray<>(); in testVotingWithFloatingPointErrors() local
419 SparseArray<Vote> votes = new SparseArray<>(); local
1427 SparseArray<Vote> votes = new SparseArray<>(); local
1474 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestMaxRefreshRate() local
1742 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestsIsTheDefaultMode() local
1760 SparseArray<Vote> votes = new SparseArray<>(); in testDisableRefreshRateSwitchingVote() local
1806 SparseArray<Vote> votes = new SparseArray<>(); in testBaseModeIdInPrimaryRange() local
1883 SparseArray<Vote> votes = new SparseArray<>(); in testStaleAppVote() local
1924 SparseArray<Vote> votes = new SparseArray<>(); in testRefreshRateIsSubsetOfFrameRate() local
1983 SparseArray<Vote> votes = new SparseArray<>(); in testRenderFrameRateIsAchievableByPhysicalRefreshRate() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVotesStorage.java94 SparseArray<Vote> votes; in updateVote() local
128 SparseArray<Vote> votes = votesByDisplayLocal.valueAt(i); in dump() local
H A DDisplayModeDirector.java267 SparseArray<Vote> votes, in summarizeVotes()
382 SparseArray<Vote> votes = mVotesStorage.getVotes(displayId); in getDesiredDisplayModeSpecs() local
755 SparseArray<Vote> votes = mVotesStorage.getVotes(displayId); in getVote() local