Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVotesStorageTest.java63 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsVoteToStorage() local
96 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsAnotherVoteToStorageWithDifferentPriority() local
110 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in replacesVoteInStorageForSamePriority() local
132 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsGlobalDisplayVoteToStorage() local
169 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in removesAllVotesForPriority() local
199 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in removesAllVotesForPriority_noChangesIfNothingRemoved() local
DSystemRequestObserverTest.kt60 val votes = storage.getVotes(DISPLAY_ID) in requestDisplayModes adds vote to storage() constant
80 val votes = storage.getVotes(DISPLAY_ID) in requestDisplayModes overrides votes in storage() constant
99 val votes = storage.getVotes(DISPLAY_ID) in requestDisplayModes removes vote to storage() constant
121 val votes = storage.getVotes(DISPLAY_ID) in does not add votes to storage if binder died when requestDisplayModes called() constant
136 val votes = storage.getVotes(DISPLAY_ID) in removes all votes from storage when binder dies() constant
178 val votes = storage.getVotes(DISPLAY_ID) in requestDisplayModes subset modes from different tokens() constant
202 val votes = storage.getVotes(DISPLAY_ID) in recalculates vote if one binder dies() constant
DDisplayModeDirectorTest.java510 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
549 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
565 SparseArray<Vote> votes = new SparseArray<>(); in testVotingWithFloatingPointErrors() local
697 SparseArray<Vote> votes = new SparseArray<>(); local
2175 SparseArray<Vote> votes = new SparseArray<>(); local
2222 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestMaxRefreshRate() local
2279 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestsIsTheDefaultMode() local
2297 SparseArray<Vote> votes = new SparseArray<>(); in testDisableRefreshRateSwitchingVote() local
2343 SparseArray<Vote> votes = new SparseArray<>(); in testBaseModeIdInPrimaryRange() local
2420 SparseArray<Vote> votes = new SparseArray<>(); in testStaleAppVote() local
[all …]
/frameworks/base/services/core/java/com/android/server/display/mode/
DVotesStorage.java100 SparseArray<Vote> votes; in updateVote() local
143 SparseArray<Vote> votes = mVotesByDisplay.valueAt(i); in removeAllVotesForPriority() local
177 SparseArray<Vote> votes = votesByDisplayLocal.valueAt(i); in dump() local
DCombinedVote.java28 CombinedVote(List<Vote> votes) { in CombinedVote()
DVotesStatsReporter.java79 SparseArray<Vote> votes) { in reportVotesActivated()
DVoteSummary.java73 void applyVotes(SparseArray<Vote> votes, in applyVotes()
DDisplayModeDirector.java312 SparseArray<Vote> votes = mVotesStorage.getVotes(displayId); in getDesiredDisplayModeSpecs() local
547 SparseArray<Vote> votes = mVotesStorage.getVotes(displayId); in getVote() local
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp208 const auto votes = info->getRefreshRateVote(selector, now); in summarize() local
DLayerInfo.cpp311 LayerInfo::RefreshRateVotes votes; in getRefreshRateVote() local