Home
last modified time | relevance | path

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

/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp127 auto ids = utils::getAllIds(arg.selector, utils::getType(id));
452 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY); in TEST_P()
528 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::DAB_FREQUENCY); in TEST_P()
825 auto nameIds = utils::getAllIds(program.selector, IdentifierType::HD_STATION_NAME); in TEST_P()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds() function