Searched refs:secondaryIds (Results 1 – 3 of 3) sorted by relevance
272 @Nullable Identifier[] secondaryIds, @Nullable long[] vendorIds) { in ProgramSelector() argument273 if (secondaryIds == null) secondaryIds = new Identifier[0]; in ProgramSelector()275 if (Stream.of(secondaryIds).anyMatch(id -> id == null)) { in ProgramSelector()280 mSecondaryIds = secondaryIds; in ProgramSelector()384 Identifier[] secondaryIds = Stream.concat( in withSecondaryPreferred() local393 secondaryIds, in withSecondaryPreferred()
272 forEachOrdered(hwSel.secondaryIds::add); in programSelectorToHal()281 if (sel.secondaryIds.size() != 0) return false; in isEmpty()289 ProgramSelector.Identifier[] secondaryIds = sel.secondaryIds.stream(). in programSelectorFromHal()296 secondaryIds, null); in programSelectorFromHal()
131 jfieldID secondaryIds; member559 auto jSecondary = ArrayFromHal(env, selector.secondaryIds, in ProgramSelectorFromHal()585 env->GetObjectField(jSelector, gjni.ProgramSelector.secondaryIds)); in ProgramSelectorToHal()596 selector.secondaryIds.resize(count); in ProgramSelectorToHal()599 selector.secondaryIds[i] = ProgramIdentifierToHal(env, jId); in ProgramSelectorToHal()736 gjni.ProgramSelector.secondaryIds = GetFieldIDOrDie(env, programSelectorClass, in register_android_server_broadcastradio_convert()