Lines Matching refs:ProgramSelector
31 using V1_1::ProgramSelector;
46 static bool bothHaveId(const ProgramSelector& a, const ProgramSelector& b, in bothHaveId()
51 static bool anyHaveId(const ProgramSelector& a, const ProgramSelector& b, in anyHaveId()
56 static bool haveEqualIds(const ProgramSelector& a, const ProgramSelector& b, in haveEqualIds()
65 bool tunesTo(const ProgramSelector& a, const ProgramSelector& b) { in tunesTo()
103 ProgramType getType(const ProgramSelector& sel) { in getType()
127 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId()
146 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId()
150 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId()
161 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId()
166 ProgramSelector make_selector(Band band, uint32_t channel, uint32_t subChannel) { in make_selector()
167 ProgramSelector sel = {}; in make_selector()
199 bool getLegacyChannel(const ProgramSelector& sel, uint32_t* channelOut, uint32_t* subChannelOut) { in getLegacyChannel()
213 bool isDigital(const ProgramSelector& sel) { in isDigital()