Home
last modified time | relevance | path

Searched defs:vote (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DDisplayModeDirectorTest.java1389 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_PROXIMITY); in testProximitySensorVoting() local
1457 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forHdr() local
1581 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forSunlight() local
1655 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forSunlight_NoLimitation() local
1695 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_HbmUnsupported() local
1748 final Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in setHbmAndAssertRefreshRate() local
1781 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forSunlightAndHdr() local
1819 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_RemovedDisplay() local
1850 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_SKIN_TEMPERATURE); in testSkinTemperature() local
2085 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_AUTH_OPTIMIZER_RENDER_FRAME_RATE); in testAuthenticationPossibleSetsPhysicalRateRangesToMax() local
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java275 Vote vote = votes.get(priority); in summarizeVotes() local
636 Vote vote = votes.get(p); in dump() local
656 private void updateVoteLocked(int priority, Vote vote) { in updateVoteLocked()
660 private void updateVoteLocked(int displayId, int priority, Vote vote) { in updateVoteLocked()
1293 final Vote vote; in updateLowPowerModeSettingLocked() local
1411 final Vote vote; in setAppPreferredRefreshRateRangeLocked() local
2432 final Vote vote; in updateVoteLocked() local
2518 Vote vote = null; in recalculateVotesLocked() local
2700 Vote vote = null; in recalculateVotesForDisplay() local
2761 final Vote vote; in notifyThrottling() local
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp149 const auto vote = info->getRefreshRateVote(configs, now); in summarize() local
DRefreshRateConfigs.h160 LayerVoteType vote = LayerVoteType::NoVote; member
DLayerInfo.h149 void setLayerVote(LayerVote vote) { mLayerVote = vote; } in setLayerVote()
DRefreshRateConfigs.cpp441 const bool fixedSourceLayer = [](LayerVoteType vote) { in getBestRefreshRateLocked()
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp400 const auto vote = frameRateToSetFrameRateVotePayload(mDrawingState.frameRate); in onPostComposition() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp101 LayerHistory::LayerVoteType vote) NO_THREAD_SAFETY_ANALYSIS { in setDefaultLayerVote()
DRefreshRateConfigsTest.cpp1806 const auto testRefreshRate = [&](Fps fps, LayerVoteType vote) { in TEST_F()