Lines Matching refs:selector
150 ScopedAStatus onTuneFailed(Result result, const ProgramSelector& selector) override;
196 vector<int64_t> ids = bcutils::getAllIds(arg.selector, id.type);
205 ScopedAStatus TunerCallbackImpl::onTuneFailed(Result result, const ProgramSelector& selector) { in onTuneFailed() argument
206 LOG(DEBUG) << "Tune failed for selector" << selector.toString(); in onTuneFailed()
213 for (const auto& id : info.selector) { in onCurrentProgramInfoChanged()
700 vector<int64_t> freqs = bcutils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY_KHZ); in TEST_P()
725 if (programInfo.selector.primaryId.type != IdentifierType::HD_STATION_ID_EXT) { in TEST_P()
728 hdSel = programInfo.selector; in TEST_P()
752 EXPECT_EQ(infoCb.selector.primaryId, hdSel.primaryId); in TEST_P()
788 if (!utils::hasId(programInfo.selector, IdentifierType::DAB_FREQUENCY_KHZ)) { in TEST_P()
793 utils::getId(programInfo.selector, IdentifierType::DAB_FREQUENCY_KHZ, 0)) { in TEST_P()
803 int64_t dabSidExt = utils::getId(programInfo.selector, IdentifierType::DAB_SID_EXT, 0); in TEST_P()
804 int64_t dabEns = utils::getId(programInfo.selector, IdentifierType::DAB_ENSEMBLE, 0); in TEST_P()
832 vector<int64_t> freqs = bcutils::getAllIds(infoCb.selector, IdentifierType::DAB_FREQUENCY_KHZ); in TEST_P()
1156 bcutils::getAllIds(program.selector, IdentifierType::AMFM_FREQUENCY_KHZ); in TEST_P()
1201 auto dabEnsembles = bcutils::getAllIds(program.selector, IdentifierType::DAB_ENSEMBLE); in TEST_P()
1242 bcutils::getAllIds(program.selector, IdentifierType::HD_STATION_NAME); in TEST_P()