Searched defs:matchFilter (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | DiscoverySessionCallback.java | 115 byte[] serviceSpecificInfo, List<byte[]> matchFilter) { in onServiceDiscovered() 147 byte[] serviceSpecificInfo, List<byte[]> matchFilter, int distanceMm) { in onServiceDiscoveredWithinRange()
|
D | IWifiAwareDiscoverySessionCallback.aidl | 31 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()
|
D | PublishConfig.java | 88 public PublishConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in PublishConfig() 294 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
|
D | SubscribeConfig.java | 95 public SubscribeConfig(byte[] serviceName, byte[] serviceSpecificInfo, byte[] matchFilter, in SubscribeConfig() 351 public Builder setMatchFilter(@Nullable List<byte[]> matchFilter) { in setMatchFilter()
|
D | WifiAwareManager.java | 710 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/ |
D | Linkify.java | 442 @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/ |
D | OperationManager.cpp | 36 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/ |
D | WifiAwareServiceImplTest.java | 633 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/ |
D | WifiAwareDiscoverySessionState.java | 258 byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatch()
|
D | WifiAwareStateManager.java | 1053 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchNotification() 2982 byte[] serviceSpecificInfo, byte[] matchFilter, int rangingIndication, int rangeMm) { in onMatchLocal()
|