Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp129 if (getHdSubchannel(b) != 0) { // supplemental program services in tunesTo()
371 ? utils::getHdSubchannel(lhs) in operator ()()
375 ? utils::getHdSubchannel(rhs) in operator ()()
561 int getHdSubchannel(const ProgramSelector& sel) { in getHdSubchannel() function
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp108 static int getHdSubchannel(const ProgramSelector& sel) { in getHdSubchannel() function
123 return getHdSubchannel(b) == 0 && haveEqualIds(a, b, IdentifierType::AMFM_FREQUENCY); in tunesTo()
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h174 int getHdSubchannel(const ProgramSelector& sel);
/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsTest.cpp283 EXPECT_EQ(utils::getHdSubchannel(sel), static_cast<int>(kHdSubChannel)); in TEST()