Home
last modified time | relevance | path

Searched refs:lengthType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/tuner/filter/
DAlpFilterConfiguration.java82 private AlpFilterConfiguration(Settings settings, int packetType, int lengthType) { in AlpFilterConfiguration() argument
85 mLengthType = lengthType; in AlpFilterConfiguration()
145 public Builder setLengthType(@LengthType int lengthType) { in setLengthType() argument
146 mLengthType = lengthType; in setLengthType()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp2944 DemuxAlpLengthType lengthType = static_cast<DemuxAlpLengthType>( in getFilterConfiguration() local
2948 .lengthType = lengthType, in getFilterConfiguration()