Home
last modified time | relevance | path

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

/frameworks/av/services/tuner/hidl/
DTunerHidlFilter.cpp745 const DemuxAlpFilterSettings& alpConf = settings.get<DemuxFilterSettings::alp>(); in getHidlAlpSettings() local
747 .packetType = static_cast<uint8_t>(alpConf.packetType), in getHidlAlpSettings()
748 .lengthType = static_cast<HidlDemuxAlpLengthType>(alpConf.lengthType), in getHidlAlpSettings()
751 switch (alpConf.filterSettings.getTag()) { in getHidlAlpSettings()
754 alpConf.filterSettings.get<DemuxAlpFilterSettingsFilterSettings::section>())); in getHidlAlpSettings()