Home
last modified time | relevance | path

Searched refs:sel1 (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsTest.cpp141 ProgramSelector sel1 = utils::makeSelectorAmfm(kFmFrequencyKHz); in TEST() local
144 utils::IdentifierIterator it1 = begin(sel1); in TEST()
146 utils::IdentifierIterator end1 = end(sel1); in TEST()
479 ProgramSelector sel1 = utils::makeSelectorAmfm(kHdFrequency - 200); in TEST() local
482 EXPECT_TRUE(utils::ProgramSelectorComparator()(sel1, sel2)); in TEST()
483 EXPECT_FALSE(utils::ProgramSelectorComparator()(sel2, sel1)); in TEST()
487 ProgramSelector sel1 = utils::makeSelectorHd(kHdStationId, kHdSubChannel, kHdFrequency); in TEST() local
490 EXPECT_TRUE(utils::ProgramSelectorComparator()(sel1, sel2)); in TEST()
491 EXPECT_FALSE(utils::ProgramSelectorComparator()(sel2, sel1)); in TEST()
495 ProgramSelector sel1 = utils::makeSelectorDab(kDabSidExt + 100, kDabEnsemble, kDabFrequencyKhz); in TEST() local
[all …]
/hardware/interfaces/broadcastradio/common/tests/
DIdentifierIterator_test.cpp57 V2_0::ProgramSelector sel1{}; in TEST() local
60 auto it1 = V2_0::begin(sel1); in TEST()