Home
last modified time | relevance | path

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

123

/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisableRefreshRateSwitchingVoteTest.kt36 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 DDisplayModeDirectorTest.java2823 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 DSystemRequestObserverTest.kt63 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 DSkinThermalStatusObserverTest.java107 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 DRequestedRefreshRateVoteTest.kt33 val vote = RequestedRefreshRateVote(refreshRate) in testUpdatesRequestedRefreshRates() constant
H A DProximitySensorObserverTest.java75 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 DVotesStatsReporter.java48 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 DVotesStorage.java82 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 DSkinThermalStatusObserver.java235 Vote vote = null; in reportThrottlingIfNeeded() local
247 Vote vote = null; in fallbackReportThrottlingIfNeeded() local
H A DProximitySensorObserver.java84 Vote vote = null; in recalculateVotesLocked() local
H A DDisplayModeDirector.java1130 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 DVoteSummary.java79 Vote vote = votes.get(priority); in applyVotes() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerInfoTest.cpp200 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 DLayerInfo.h112 } vote; member
122 : vote(FrameRateVote(rate, type, seamlessness)), category(category) {} in vote() function
187 void setLayerVote(LayerVote vote) { mLayerVote = vote; } in setLayerVote()
H A DRefreshRateSelector.h177 LayerVoteType vote = LayerVoteType::NoVote; member
207 static bool isNoVote(LayerVoteType vote) { return vote == LayerVoteType::NoVote; } in isNoVote()
H A DLayerHistory.cpp209 for (LayerInfo::LayerVote vote : votes) { in summarize() local
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DUClampVoter.cpp50 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 DScanUtils.cuh18 unsigned long long int vote = WARP_BALLOT(in); in inclusiveBinaryPrefixScan() local
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dcrashdec-hfi.c125 uint32_t vote; member
130 uint32_t vote; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSortingRadixSelect.cuh217 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 DTestMisc.java236 int vote = Level.getDefaultWeight("google", desiredLocale); in testWeights() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h234 …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/
Dservices.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/
Dservices.core.unboosted.jar10META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/python/google-api-python-client/tests/data/
Dmoderator.json54 "vote": { object
284 "vote": { object
552 "vote": { object

123