/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | DisableRefreshRateSwitchingVoteTest.kt | 36 val vote = DisableRefreshRateSwitchingVote(voteDisableSwitching) in testDisableRefreshRateSwitch_alreadyDisabled() constant 46 val vote = DisableRefreshRateSwitchingVote(true) in disablesRefreshRateSwitch_notDisabled_requested() constant 56 val vote = DisableRefreshRateSwitchingVote(false) in doesNotDisableRefreshRateSwitch_notDisabled_notRequested() constant
|
H A D | DisplayModeDirectorTest.java | 2823 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_PROXIMITY); in testProximitySensorVoting() local 2891 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forHdr() local 3015 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forSunlight() local 3089 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forSunlight_NoLimitation() local 3129 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_HbmUnsupported() local 3182 final Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in setHbmAndAssertRefreshRate() local 3215 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_forSunlightAndHdr() local 3253 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_HIGH_BRIGHTNESS_MODE); in testHbmVoting_RemovedDisplay() local 3283 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_SKIN_TEMPERATURE); in testSkinTemperature() local 3543 Vote vote = director.getVote(DISPLAY_ID, Vote.PRIORITY_AUTH_OPTIMIZER_RENDER_FRAME_RATE); in testAuthenticationPossibleSetsPhysicalRateRangesToMax() local [all …]
|
H A D | SystemRequestObserverTest.kt | 63 val vote = votes.get(Vote.PRIORITY_SYSTEM_REQUESTED_MODES) in testRequestDisplayModes_voteAdded() constant 83 val vote = votes.get(Vote.PRIORITY_SYSTEM_REQUESTED_MODES) in testRequestDisplayModes_voteReplaced() constant 204 val vote = votes.get(Vote.PRIORITY_SYSTEM_REQUESTED_MODES) in testRequestDisplayModes_differentToken_voteHasModesSubset() constant 228 val vote = votes.get(Vote.PRIORITY_SYSTEM_REQUESTED_MODES) in testBinderDies_recalculatesVotes() constant
|
H A D | SkinThermalStatusObserverTest.java | 107 Vote vote = displayVotes.get(Vote.PRIORITY_SKIN_TEMPERATURE); in testNotifyWithDefaultVotesForCritical() local 175 Vote vote = displayVotes.get(Vote.PRIORITY_SKIN_TEMPERATURE); in testNotifiesWithConfigVotes() local 198 Vote vote = displayVotes.get(Vote.PRIORITY_SKIN_TEMPERATURE); in testDisplayAdded() local
|
H A D | RequestedRefreshRateVoteTest.kt | 33 val vote = RequestedRefreshRateVote(refreshRate) in testUpdatesRequestedRefreshRates() constant
|
H A D | ProximitySensorObserverTest.java | 75 Vote vote = displayVotes.get(Vote.PRIORITY_PROXIMITY); in testAddsProximityVoteIfSensorManagerProximityActive() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/mode/ |
H A D | VotesStatsReporter.java | 48 void reportVoteChanged(int displayId, int priority, @Nullable Vote vote) { in reportVoteChanged() 56 private void reportVoteAdded(int displayId, int priority, @NonNull Vote vote) { in reportVoteAdded() 88 Vote vote = votes.get(priority); in reportVotesActivated() local 114 private static int getMaxRefreshRate(@NonNull Vote vote, boolean ignoreRenderRate) { in getMaxRefreshRate()
|
H A D | VotesStorage.java | 82 void updateGlobalVote(@Vote.Priority int priority, @Nullable Vote vote) { in updateGlobalVote() 87 void updateVote(int displayId, @Vote.Priority int priority, @Nullable Vote vote) { in updateVote() 183 Vote vote = votes.get(p); in dump() local
|
H A D | SkinThermalStatusObserver.java | 235 Vote vote = null; in reportThrottlingIfNeeded() local 247 Vote vote = null; in fallbackReportThrottlingIfNeeded() local
|
H A D | ProximitySensorObserver.java | 84 Vote vote = null; in recalculateVotesLocked() local
|
H A D | DisplayModeDirector.java | 1130 final Vote vote; in updateLowPowerModeSettingLocked() local 1361 Vote vote = null; in getBaseModeVote() local 2807 final Vote vote; in updateVoteLocked() local 2962 Vote vote = null; in recalculateVotesForDisplay() local
|
H A D | VoteSummary.java | 79 Vote vote = votes.get(priority); in applyVotes() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | LayerInfoTest.cpp | 200 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() local 214 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() local 234 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() local 247 LayerInfo::LayerVote vote = {.type = LayerHistory::LayerVoteType::ExplicitDefault, in TEST_F() local 260 LayerInfo::LayerVote vote = { in TEST_F() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | LayerInfo.h | 112 } vote; member 122 : vote(FrameRateVote(rate, type, seamlessness)), category(category) {} in vote() function 187 void setLayerVote(LayerVote vote) { mLayerVote = vote; } in setLayerVote()
|
H A D | RefreshRateSelector.h | 177 LayerVoteType vote = LayerVoteType::NoVote; member 207 static bool isNoVote(LayerVoteType vote) { return vote == LayerVoteType::NoVote; } in isNoVote()
|
H A D | LayerHistory.cpp | 209 for (LayerInfo::LayerVote vote : votes) { in summarize() local
|
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/ |
D | UClampVoter.cpp | 50 void Votes::add(int id, CpuVote const &vote) { in add() 73 void Votes::add(int id, GpuVote const &vote) { in add()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | ScanUtils.cuh | 18 unsigned long long int vote = WARP_BALLOT(in); in inclusiveBinaryPrefixScan() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | crashdec-hfi.c | 125 uint32_t vote; member 130 uint32_t vote; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | SortingRadixSelect.cuh | 217 bool vote = hasVal && (digitInRadix == j); in countRadixUsingMask() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | TestMisc.java | 236 int vote = Level.getDefaultWeight("google", desiredLocale); in testWeights() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 234 …void (*vote)(struct lp_build_nir_context *bld_base, LLVMValueRef src, nir_intrinsic_instr *instr, … member
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-10/ |
D | services.core.unboosted.jar | ... com/android/server/display/mode/Vote.class
Vote.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar10 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/python/google-api-python-client/tests/data/ |
D | moderator.json | 54 "vote": { object 284 "vote": { object 552 "vote": { object
|