Searched refs:rxMatchFilter (Results 1 – 8 of 8) sorted by relevance
255 public Builder setRxMatchFilter(@NonNull List<byte[]> rxMatchFilter) { in setRxMatchFilter() argument256 Objects.requireNonNull(rxMatchFilter, "rxMatchFilter must not be null"); in setRxMatchFilter()258 rxMatchFilter).getArray(); in setRxMatchFilter()
265 public Builder setRxMatchFilter(@NonNull List<byte[]> rxMatchFilter) { in setRxMatchFilter() argument266 Objects.requireNonNull(rxMatchFilter, "rxMatchFilter must not be null"); in setRxMatchFilter()268 rxMatchFilter).getArray(); in setRxMatchFilter()
120 @nullable byte[] rxMatchFilter;
189 assertNotNull(baseConfig.rxMatchFilter); in verifyUsdBaseConfigDefaultValues()
417 aidlConfig.baseConfig.rxMatchFilter = frameworkConfig.getRxMatchFilterTlv() != null in frameworkToHalUsdPublishConfig()486 aidlConfig.baseConfig.rxMatchFilter = frameworkConfig.getRxMatchFilterTlv() != null in frameworkToHalUsdSubscribeConfig()
828 req.baseConfigs.rxMatchFilter = new byte[0]; in createNanPublishRequest()830 req.baseConfigs.rxMatchFilter = copyArray(publishConfig.mMatchFilter); in createNanPublishRequest()909 req.baseConfigs.rxMatchFilter = new byte[0]; in createNanSubscribeRequest()911 req.baseConfigs.rxMatchFilter = copyArray(subscribeConfig.mMatchFilter); in createNanSubscribeRequest()
642 ? req.baseConfigs.txMatchFilter : req.baseConfigs.rxMatchFilter); in publishInternal()695 ? req.baseConfigs.txMatchFilter : req.baseConfigs.rxMatchFilter); in publishInternal()754 ? req.baseConfigs.txMatchFilter : req.baseConfigs.rxMatchFilter); in subscribeInternal()
4236 aidlConfig.usdBaseConfig.rxMatchFilter = frameworkConfig.getRxMatchFilterTlv() != null in frameworkToHalPublishConfig()4299 aidlconfig.usdBaseConfig.rxMatchFilter = frameworkConfig.getRxMatchFilterTlv() != null in frameworkToHalSubscribeConfig()