Home
last modified time | relevance | path

Searched refs:updateVote (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DVotesStorageTest.java61 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in addsVoteToStorage()
72 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerIfVoteAdded()
81 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerCalledOnceIfVoteUpdatedTwice()
82 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in notifiesVoteListenerCalledOnceIfVoteUpdatedTwice()
83 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY_OTHER, VOTE_OTHER); in notifiesVoteListenerCalledOnceIfVoteUpdatedTwice()
84 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY_OTHER, VOTE); in notifiesVoteListenerCalledOnceIfVoteUpdatedTwice()
92 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in addsAnotherVoteToStorageWithDifferentPriority()
94 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY_OTHER, VOTE_OTHER); in addsAnotherVoteToStorageWithDifferentPriority()
106 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE); in replacesVoteInStorageForSamePriority()
108 mVotesStorage.updateVote(DISPLAY_ID, PRIORITY, VOTE_OTHER); in replacesVoteInStorageForSamePriority()
[all …]
/frameworks/base/services/core/java/com/android/server/display/mode/
DSkinThermalStatusObserver.java129 mHandler.post(() -> mVotesStorage.updateVote(displayId, in onDisplayRemoved()
239 mVotesStorage.updateVote(displayId, Vote.PRIORITY_SKIN_TEMPERATURE, vote); in reportThrottlingIfNeeded()
251 mVotesStorage.updateVote(displayId, Vote.PRIORITY_SKIN_TEMPERATURE, vote); in fallbackReportThrottlingIfNeeded()
DDisplayModeDirector.java969 mVotesStorage.updateVote(displayId, Vote.PRIORITY_LOW_POWER_MODE_MODES,
1124 mVotesStorage.updateVote( in updateLowPowerModeAllowedModesLocked()
1188 mVotesStorage.updateVote(displayId, Vote.PRIORITY_USER_SETTING_PEAK_REFRESH_RATE, in updateRefreshRateSettingLocked()
1194 mVotesStorage.updateVote(displayId, Vote.PRIORITY_USER_SETTING_PEAK_RENDER_FRAME_RATE, in updateRefreshRateSettingLocked()
1196 mVotesStorage.updateVote(displayId, Vote.PRIORITY_USER_SETTING_MIN_RENDER_FRAME_RATE, in updateRefreshRateSettingLocked()
1228 mVotesStorage.updateVote(displayId, Vote.PRIORITY_USER_SETTING_PEAK_RENDER_FRAME_RATE, in removeRefreshRateSetting()
1230 mVotesStorage.updateVote(displayId, Vote.PRIORITY_USER_SETTING_MIN_RENDER_FRAME_RATE, in removeRefreshRateSetting()
1232 mVotesStorage.updateVote(displayId, Vote.PRIORITY_DEFAULT_RENDER_FRAME_RATE, null); in removeRefreshRateSetting()
1278 mVotesStorage.updateVote(displayId, Vote.PRIORITY_APP_REQUEST_RENDER_FRAME_RATE_RANGE, in setAppRequest()
1280 mVotesStorage.updateVote(displayId, Vote.PRIORITY_APP_REQUEST_BASE_MODE_REFRESH_RATE, in setAppRequest()
[all …]
DVotesStorage.java83 updateVote(GLOBAL_ID, priority, vote); in updateGlobalVote()
87 void updateVote(int displayId, @Vote.Priority int priority, @Nullable Vote vote) { in updateVote() method in VotesStorage
DSystemRequestObserver.java136 mVotesStorage.updateVote(displayId, Vote.PRIORITY_SYSTEM_REQUESTED_MODES, in updateStorageLocked()
DProximitySensorObserver.java93 mVotesStorage.updateVote(displayId, Vote.PRIORITY_PROXIMITY, vote); in recalculateVotesLocked()
/frameworks/base/services/
Dart-profile1548 HSPLcom/android/server/display/mode/VotesStorage;->updateVote(IILcom/android/server/display/mode/Vo…
Dart-wear-profile11474 PLcom/android/server/display/mode/VotesStorage;->updateVote(IILcom/android/server/display/mode/Vote…