Home
last modified time | relevance | path

Searched refs:PRIORITY_UDFPS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/mode/
DVote.java136 int PRIORITY_UDFPS = 20; field
159 PRIORITY_UDFPS
167 @Priority int MAX_PRIORITY = PRIORITY_UDFPS;
260 case PRIORITY_UDFPS: in priorityToString()
DDisplayModeDirector.java2665 updateVoteLocked(displayId, true, Vote.PRIORITY_UDFPS); in onRequestEnabled()
2673 updateVoteLocked(displayId, false, Vote.PRIORITY_UDFPS); in onRequestDisabled()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java2155 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_UDFPS);
2466 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
2475 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
2490 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
2506 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
2525 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(120, 120)); in testRenderFrameRateIsAchievableByPhysicalRefreshRate()
3369 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_UDFPS); in testUdfpsRequestSetsPhysicalRateRangesToMax()
3385 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_UDFPS); in testUdfpsRequestUnsetsUnsetsVote()