Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVote.java103 static final int PRIORITY_UDFPS = 14; field in Vote
109 static final int MAX_PRIORITY = PRIORITY_UDFPS;
214 case PRIORITY_UDFPS: in priorityToString()
H A DDisplayModeDirector.java2446 updateVoteLocked(displayId, true, Vote.PRIORITY_UDFPS); in onRequestEnabled()
2454 updateVoteLocked(displayId, false, Vote.PRIORITY_UDFPS); in onRequestDisabled()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java1407 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_UDFPS);
1929 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
1938 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
1953 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
1969 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(90, 120)); in testRefreshRateIsSubsetOfFrameRate()
1988 votes.put(Vote.PRIORITY_UDFPS, Vote.forPhysicalRefreshRates(120, 120)); in testRenderFrameRateIsAchievableByPhysicalRefreshRate()
2828 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_UDFPS); in testUdfpsRequestSetsPhysicalRateRangesToMax()
2845 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_UDFPS); in testUdfpsRequestUnsetsUnsetsVote()