Home
last modified time | relevance | path

Searched defs:matchFilter (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
DDiscoverySessionCallback.java115 byte[] serviceSpecificInfo, List<byte[]> matchFilter) { in onServiceDiscovered()
147 byte[] serviceSpecificInfo, List<byte[]> matchFilter, int distanceMm) { in onServiceDiscoveredWithinRange()
DIWifiAwareDiscoverySessionCallback.aidl31 void onMatch(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter); in onMatch()
32 void onMatchWithDistance(int peerId, in byte[] serviceSpecificInfo, in byte[] matchFilter, in onMatchWithDistance()
DPublishConfig.java88 public PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in PublishConfig()
294 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
DSubscribeConfig.java95 public SubscribeConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in SubscribeConfig()
351 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
DWifiAwareManager.java710 byte[] matchFilter, int distanceMm) { in onMatchCommon()
723 public void onMatch(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter) { in onMatch()
730 public void onMatchWithDistance(int peerId, byte[] serviceSpecificInfo, byte[] matchFilter, in onMatchWithDistance()
/frameworks/base/core/java/android/text/util/
DLinkify.java442 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
466 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
509 @Nullable String scheme, @Nullable MatchFilter matchFilter, in addLinks()
535 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter) { in addLinks()
560 @Nullable MatchFilter matchFilter, @Nullable TransformFilter transformFilter, in addLinks()
642 MatchFilter matchFilter, TransformFilter transformFilter) { in gatherLinks()
/frameworks/ml/nn/runtime/test/fuzzing/
DOperationManager.cpp36 bool OperationSignature::matchFilter(const OperationFilter& filter) { in matchFilter() function in android::nn::fuzzing_test::OperationSignature
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java633 private void doBadPublishConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadPublishConfiguration()
649 private void doBadSubscribeConfiguration(String serviceName, byte[] ssi, byte[] matchFilter) in doBadSubscribeConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDiscoverySessionState.java258 byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatch()
DWifiAwareStateManager.java1053 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchNotification()
2982 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchLocal()