Searched refs:txMatchFilter (Results 1 – 8 of 8) sorted by relevance
228 public Builder setTxMatchFilter(@NonNull List<byte[]> txMatchFilter) { in setTxMatchFilter() argument229 Objects.requireNonNull(txMatchFilter, "txMatchFilter must not be null"); in setTxMatchFilter()231 txMatchFilter).getArray(); in setTxMatchFilter()
238 public Builder setTxMatchFilter(@NonNull List<byte[]> txMatchFilter) { in setTxMatchFilter() argument239 Objects.requireNonNull(txMatchFilter, "txMatchFilter must not be null"); in setTxMatchFilter()241 txMatchFilter).getArray(); in setTxMatchFilter()
106 @nullable byte[] txMatchFilter;
190 assertNotNull(baseConfig.txMatchFilter); in verifyUsdBaseConfigDefaultValues()
419 aidlConfig.baseConfig.txMatchFilter = frameworkConfig.getTxMatchFilterTlv() != null in frameworkToHalUsdPublishConfig()488 aidlConfig.baseConfig.txMatchFilter = frameworkConfig.getTxMatchFilterTlv() != null in frameworkToHalUsdSubscribeConfig()
827 req.baseConfigs.txMatchFilter = copyArray(publishConfig.mMatchFilter); in createNanPublishRequest()831 req.baseConfigs.txMatchFilter = new byte[0]; in createNanPublishRequest()908 req.baseConfigs.txMatchFilter = copyArray(subscribeConfig.mMatchFilter); in createNanSubscribeRequest()912 req.baseConfigs.txMatchFilter = new byte[0]; 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()
4238 aidlConfig.usdBaseConfig.txMatchFilter = frameworkConfig.getTxMatchFilterTlv() != null in frameworkToHalPublishConfig()4301 aidlconfig.usdBaseConfig.txMatchFilter = frameworkConfig.getTxMatchFilterTlv() != null in frameworkToHalSubscribeConfig()