Home
last modified time | relevance | path

Searched refs:SECTION (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/tv/tuner/
DTunerUtils.java46 return DemuxTsFilterType.SECTION; in getFilterSubtype()
69 return DemuxMmtpFilterType.SECTION; in getFilterSubtype()
91 return DemuxIpFilterType.SECTION; in getFilterSubtype()
108 return DemuxTlvFilterType.SECTION; in getFilterSubtype()
121 return DemuxAlpFilterType.SECTION; in getFilterSubtype()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt208 firstChild.requestTopRoundness(1f, SECTION, animated) in <lambda>()
216 lastChild.requestBottomRoundness(1f, SECTION, animated) in <lambda>()
222 noMoreFirstChild.requestTopRoundness(0f, SECTION) in <lambda>()
225 noMoreLastChild.requestBottomRoundness(0f, SECTION) in <lambda>()
263 private val SECTION = SourceType.from("Section") in <lambda>() constant
/frameworks/compile/mclinker/lib/Script/
DUnaryOp.cpp75 case Operand::SECTION: in eval()
97 case Operand::SECTION: in eval()
168 case Operand::SECTION: in eval()
DOperand.cpp106 SectOperand::SectOperand() : Operand(Operand::SECTION) { in SectOperand()
110 : Operand(Operand::SECTION), m_Name(pName) { in SectOperand()
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h31 enum Type { SYMBOL, INTEGER, SECTION, SECTION_DESC, FRAGMENT }; enumerator
139 return pOperand->type() == Operand::SECTION; in classof()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp4137 case DemuxTsFilterType::SECTION: in getFilterConfiguration()
4176 case DemuxMmtpFilterType::SECTION: in getFilterConfiguration()
4217 if (ipType == DemuxIpFilterType::SECTION && settingsObj != nullptr) { in getFilterConfiguration()
4247 if (tlvType == DemuxTlvFilterType::SECTION && settingsObj != nullptr) { in getFilterConfiguration()
4275 case DemuxAlpFilterType::SECTION: in getFilterConfiguration()