/frameworks/native/services/surfaceflinger/Scheduler/ |
D | FrameRateCompatibility.h | 25 Min, // Layer needs the minimum frame rate. enumerator
|
D | LayerHistory.cpp | 83 traceType(LayerHistory::LayerVoteType::Min, 1); in trace() 95 } else if (compatibility == FrameRateCompatibility::Min) { in getVoteType() 96 voteType = LayerHistory::LayerVoteType::Min; in getVoteType() 274 case Layer::FrameRateCompatibility::Min: in partitionLayers() 275 return LayerVoteType::Min; in partitionLayers() 294 voteType == LayerVoteType::Min || voteType == LayerVoteType::Max; in partitionLayers()
|
D | LayerInfo.cpp | 363 votes.push_back({LayerHistory::LayerVoteType::Min, Fps()}); in getRefreshRateVote() 506 return FrameRateCompatibility::Min; in convertCompatibility() 574 case FrameRateCompatibility::Min: in isValuelessType()
|
D | RefreshRateSelector.cpp | 548 case LayerVoteType::Min: in getRankedFrameRatesLocked() 675 layer.vote == LayerVoteType::Min) { in getRankedFrameRatesLocked() 751 case LayerVoteType::Min: in getRankedFrameRatesLocked() 1031 layer->vote == LayerVoteType::Min) { in getFrameRateOverrides()
|
D | RefreshRateSelector.h | 148 Min, // Minimal refresh rate available enumerator
|
/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | intrinsics_float.h | 125 DEFINE_FLOAT_COMPARE_FUNC(Min, Float32, -0.f, std::fmin); 126 DEFINE_FLOAT_COMPARE_FUNC(Min, Float64, -0.f, std::fmin);
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHistoryIntegrationTest.cpp | 213 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 317 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summary[0].vote); in TEST_F() 332 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summary[0].vote); in TEST_F() 468 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 482 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 565 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 575 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 633 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 642 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 973 } else if (layer.vote == LayerHistory::LayerVoteType::Min) { in TEST_P()
|
D | LayerHistoryTest.cpp | 192 .WillOnce(Return(FrameRateCompatibility::Min)); in TEST_F() 211 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 433 setDefaultLayerVote(layer.get(), LayerHistory::LayerVoteType::Min); in TEST_F() 446 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 646 setDefaultLayerVote(layer.get(), LayerHistory::LayerVoteType::Min); in TEST_F() 662 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 842 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summary[0].vote); in TEST_F() 859 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summary[0].vote); in TEST_F() 1003 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() 1018 EXPECT_EQ(LayerHistory::LayerVoteType::Min, summarizeLayerHistory(time)[0].vote); in TEST_F() [all …]
|
D | RefreshRateSelectorTest.cpp | 513 lr.vote = LayerVoteType::Min; in TEST_P() 546 lr.vote = LayerVoteType::Min; in TEST_P() 571 lr.vote = LayerVoteType::Min; in TEST_P() 595 lr.vote = LayerVoteType::Min; in TEST_P() 624 lr.vote = LayerVoteType::Min; in TEST_P() 660 lr.vote = LayerVoteType::Min; in TEST_P() 920 lr.vote = LayerVoteType::Min; in TEST_P() 949 lr.vote = LayerVoteType::Min; in TEST_P() 996 lr1.vote = LayerVoteType::Min; in TEST_P() 1000 lr1.vote = LayerVoteType::Min; in TEST_P() [all …]
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
D | ActionButtons.kt | 69 .height(IntrinsicSize.Min) in ActionButtons()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | SmartSpaceSection.kt | 95 .height(IntrinsicSize.Min) in <lambda>()
|
/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/ |
D | intrinsics_float.h | 114 friend inline WrappedFloatType Min(WrappedFloatType op1, WrappedFloatType op2);
|
/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/ |
D | intrinsics_floating_point_impl.h | 193 return {Min(x, y)}; in FMin()
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 176 - Min SDK resource filtering: removes resources that can't possibly be selected at runtime due
|
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/ |
D | semantics_player.h | 427 return listener_->template Min<int64_t>(arg1, arg2); in Op() 429 return listener_->template Min<uint64_t>(arg1, arg2); in Op()
|
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/ |
D | macro_assembler-inl.h | 592 DEFINE_XMM_FLOAT_INSTRUCTIONS_GROUP(Min, Vmin)
|
/frameworks/proto_logging/stats/atoms/credentials/ |
D | credentials_extension_atoms.proto | 138 // Min of query start times - the time of the first provider queried
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 116 case AtomicRMWInst::Min: return bitc::RMW_MIN; in GetEncodedRMWOperation()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 116 case AtomicRMWInst::Min: return bitc::RMW_MIN; in GetEncodedRMWOperation()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 83 // Min time taken in millis.
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 1071 // Min size of encoded signals payloads
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 788 case bitc::RMW_MIN: return AtomicRMWInst::Min; in GetDecodedRMWOperation()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6056 // Min oom adj score considered by lmkd. 9365 * Min cool-down is 5 sec.
|