Searched refs:lengthType (Results 1 – 5 of 5) sorted by relevance
82 private AlpFilterConfiguration(Settings settings, int packetType, int lengthType) { in AlpFilterConfiguration() argument85 mLengthType = lengthType; in AlpFilterConfiguration()145 public Builder setLengthType(@LengthType int lengthType) { in setLengthType() argument146 mLengthType = lengthType; in setLengthType()
29 byte lengthType;
364 .lengthType = static_cast<DemuxAlpLengthType>(alpConf.lengthType), in getHidlAlpSettings()
584 .lengthType = static_cast<int8_t>(alp.lengthType), in getAidlAlpSettings()
3707 DemuxAlpLengthType lengthType = static_cast<DemuxAlpLengthType>( in getFilterConfiguration() local3711 .lengthType = lengthType, in getFilterConfiguration()