Lines Matching refs:ProgramSelector

34 using V2_0::ProgramSelector;
48 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel) in IdentifierIterator()
51 IdentifierIterator::IdentifierIterator(const V2_0::ProgramSelector& sel, size_t pos) in IdentifierIterator()
94 static bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, in bothHaveId()
99 static bool haveEqualIds(const ProgramSelector& a, const ProgramSelector& b, in haveEqualIds()
108 static int getHdSubchannel(const ProgramSelector& sel) { in getHdSubchannel()
114 bool tunesTo(const ProgramSelector& a, const ProgramSelector& b) { in tunesTo()
136 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId()
156 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId()
160 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId()
171 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId()
176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds()
190 bool isSupported(const Properties& prop, const ProgramSelector& sel) { in isSupported()
283 bool isValid(const ProgramSelector& sel) { in isValid()
296 ProgramSelector make_selector_amfm(uint32_t frequency) { in make_selector_amfm()
297 ProgramSelector sel = {}; in make_selector_amfm()
302 ProgramSelector make_selector_dab(uint32_t sidExt, uint32_t ensemble) { in make_selector_dab()
303 ProgramSelector sel = {}; in make_selector_dab()
330 bool satisfies(const ProgramFilter& filter, const ProgramSelector& sel) { in satisfies()
421 utils::IdentifierIterator begin(const ProgramSelector& sel) { in begin()
425 utils::IdentifierIterator end(const ProgramSelector& sel) { in end()