Searched refs:getDabSId (Results 1 – 4 of 4) sorted by relevance
352 hasAmFmFrequency ? utils::getAmFmFrequency(current) : utils::getDabSId(current); in findNextLocked()369 (hasDabSId && utils::getDabSId(found->selector) == currentChannel)) { in findNextLocked()401 : utils::getDabSId(found->selector); in findNextLocked()442 : utils::getDabSId(it->selector); in jumpToFirstSubChannelLocked()449 utils::getDabSId(it->selector) == currentChannel) { in jumpToFirstSubChannelLocked()
176 uint32_t getDabSId(const ProgramSelector& sel);
397 uint32_t sId1 = utils::getDabSId(lhs); in operator ()()398 uint32_t sId2 = utils::getDabSId(rhs); in operator ()()546 uint32_t getDabSId(const ProgramSelector& sel) { in getDabSId() function
367 ASSERT_EQ(utils::getDabSId(sel), kDabSid); in TEST()