Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.cpp352 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()
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h176 uint32_t getDabSId(const ProgramSelector& sel);
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp397 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
/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsTest.cpp367 ASSERT_EQ(utils::getDabSId(sel), kDabSid); in TEST()