Home
last modified time | relevance | path

Searched refs:Max (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/proto/android/service/
Dbattery.proto33 // Max current in microamperes. This may be 0 if the device's kernel drivers
36 // Max voltage. This may be 0 if the device's kernel drivers don't support
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp152 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
160 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
179 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
271 setDefaultLayerVote(layer.get(), LayerHistory::LayerVoteType::Max); in TEST_F()
283 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
442 EXPECT_EQ(LayerHistory::LayerVoteType::Max, summary[1].vote); in TEST_F()
530 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
566 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
641 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
739 } else if (layer.vote == LayerHistory::LayerVoteType::Max) { in TEST_P()
DRefreshRateConfigsTest.cpp361 lr.vote = LayerVoteType::Max; in TEST_F()
400 lr.vote = LayerVoteType::Max; in TEST_F()
433 lr.vote = LayerVoteType::Max; in TEST_F()
465 lr.vote = LayerVoteType::Max; in TEST_F()
505 lr.vote = LayerVoteType::Max; in TEST_F()
549 lr.vote = LayerVoteType::Max; in TEST_F()
804 lr.vote = LayerVoteType::Max; in TEST_F()
843 lr.vote = LayerVoteType::Max; in TEST_F()
902 lr2.vote = LayerVoteType::Max; in TEST_F()
918 lr1.vote = LayerVoteType::Max; in TEST_F()
[all …]
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedAttribution.java122 public @interface Max {} annotation in ParsedAttribution
125 public static String maxToString(@Max int value) { in maxToString()
/frameworks/hardware/interfaces/schedulerservice/1.0/
DISchedulingPolicyService.hal39 * @return priority Max priority that can be set with
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp232 return {LayerHistory::LayerVoteType::Max, Fps(0.0f)}; in getRefreshRateVote()
257 return {LayerHistory::LayerVoteType::Max, Fps(0.0f)}; in getRefreshRateVote()
DRefreshRateConfigs.cpp78 case LayerVoteType::Max: in layerVoteTypeString()
128 case LayerVoteType::Max: in isVoteAllowed()
148 if (layer.vote == LayerVoteType::Max) { in calculateLayerScoreLocked()
294 case LayerVoteType::Max: in getBestRefreshRateLocked()
490 if (layer->vote == RefreshRateConfigs::LayerVoteType::Max || in groupLayersByUid()
DLayerHistory.cpp72 traceType(LayerHistory::LayerVoteType::Max, 1); in trace()
DRefreshRateConfigs.h207 Max, // Maximal refresh rate available enumerator
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh81 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh100 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh102 /* Max ULPs while still being considered "equal". Only used when this number
/frameworks/base/core/proto/android/server/
Djobscheduler.proto365 // Max number of jobs, when screen is ON.
368 // Max number of jobs, when screen is OFF.
384 // Max number of BG (== owned by non-TOP apps) jobs to run simultaneously.
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp115 case AtomicRMWInst::Max: return bitc::RMW_MAX; in GetEncodedRMWOperation()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp115 case AtomicRMWInst::Max: return bitc::RMW_MAX; in GetEncodedRMWOperation()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto86 // Max time taken in millis.
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp787 case bitc::RMW_MAX: return AtomicRMWInst::Max; in GetDecodedRMWOperation()
/frameworks/proto_logging/stats/
Datoms.proto4627 // Max thrashing levels (workingset_refaults/filecache in %).
6800 // Max recorded CPU usage of all processed messages.
6803 // Max recorded latency of all processed messages.
6821 // Max dispatching delay of all processed messages.