Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateConfigsTest.cpp375 lr.vote = LayerVoteType::Max; in TEST_F()
413 lr.vote = LayerVoteType::Max; in TEST_F()
444 lr.vote = LayerVoteType::Max; in TEST_F()
474 lr.vote = LayerVoteType::Max; in TEST_F()
512 lr.vote = LayerVoteType::Max; in TEST_F()
674 lr.vote = LayerVoteType::Max; in TEST_F()
713 lr.vote = LayerVoteType::Max; in TEST_F()
772 lr2.vote = LayerVoteType::Max; in TEST_F()
788 lr1.vote = LayerVoteType::Max; in TEST_F()
794 lr1.vote = LayerVoteType::Max; in TEST_F()
[all …]
DLayerHistoryTestV2.cpp141 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
149 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
168 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
259 setLayerInfoVote(layer.get(), LayerHistory::LayerVoteType::Max); in TEST_F()
271 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
429 EXPECT_EQ(LayerHistory::LayerVoteType::Max, summary[1].vote); in TEST_F()
517 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
553 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
628 EXPECT_EQ(LayerHistory::LayerVoteType::Max, history().summarize(time)[0].vote); in TEST_F()
726 } else if (layer.vote == LayerHistory::LayerVoteType::Max) { in TEST_P()
/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/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/native/services/surfaceflinger/Scheduler/
DLayerInfoV2.cpp210 return {LayerHistory::LayerVoteType::Max, 0}; in getRefreshRate()
233 return {LayerHistory::LayerVoteType::Max, 0}; in getRefreshRate()
DRefreshRateConfigs.cpp40 case LayerVoteType::Max: in layerVoteTypeString()
149 } else if (layer.vote == LayerVoteType::Max) { in getBestRefreshRate()
222 if (layer.vote == LayerVoteType::Max) { in getBestRefreshRate()
DLayerHistoryV2.cpp75 traceType(LayerHistory::LayerVoteType::Max, 1); in trace()
DRefreshRateConfigs.h187 Max, // Maximal refresh rate available enumerator
DScheduler.cpp427 scheduler::LayerHistory::LayerVoteType::Max); in registerLayer()
/frameworks/hardware/interfaces/schedulerservice/1.0/
DISchedulingPolicyService.hal39 * @return priority Max priority that can be set with
/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.proto331 // Max number of jobs, when screen is ON.
334 // Max number of jobs, when screen is OFF.
350 // 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.proto83 // Max time taken in millis.
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto909 // Max Tx link speed (in Mbps) supported by current network (STA and AP)
912 // Max Rx link speed (in Mbps) supported by current network (STA and AP)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp787 case bitc::RMW_MAX: return AtomicRMWInst::Max; in GetDecodedRMWOperation()
/frameworks/base/cmds/statsd/src/
Datoms.proto5736 // Max recorded CPU usage of all processed messages.
5739 // Max recorded latency of all processed messages.
5757 // Max dispatching delay of all processed messages.