/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareClientState.java | 287 byte[] clusterId, byte[] currentDiscoveryInterfaceMac) { in onClusterChange() argument 292 HexEncoding.encode(clusterId)) + ", currentDiscoveryInterfaceMac=" in onClusterChange() 301 mLastClusterId = clusterId; in onClusterChange() 319 if (!Arrays.equals(clusterId, mLastClusterId)) { in onClusterChange() 322 hasPermission ? clusterId : ALL_ZERO_MAC); in onClusterChange() 328 mLastClusterId = clusterId; in onClusterChange()
|
D | WifiAwareNativeApi.java | 357 int instantModeChannel, int clusterId) { in enableAndConfigure() argument 365 + ", clusterId=" + clusterId); in enableAndConfigure() 375 isInstantCommunicationEnabled, instantModeChannel, clusterId, in enableAndConfigure()
|
D | WifiAwareStateManager.java | 621 int clusterId; in onCommand() local 623 clusterId = Integer.valueOf(arg); in onCommand() 629 if (clusterId < ConfigRequest.CLUSTER_ID_MIN in onCommand() 630 || clusterId > ConfigRequest.CLUSTER_ID_MAX) { in onCommand() 636 return setClusterId(clusterId) ? 0 : -1; in onCommand() 1027 private boolean setClusterId(int clusterId) { in setClusterId() argument 1037 if (mClusterIdInt == clusterId) return true; in setClusterId() 1039 mClusterIdInt = clusterId; in setClusterId() 1965 byte[] clusterId) { in onClusterChangeNotification() argument 1969 msg.obj = clusterId; in onClusterChangeNotification() [all …]
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | IWifiAwareEventCallback.aidl | 32 void onClusterIdChanged(int clusterEventType, in byte[] clusterId); in onClusterIdChanged() argument
|
D | IdentityChangedListener.java | 69 @NonNull MacAddress clusterId) { in onClusterIdChanged() argument
|
D | WifiAwareManager.java | 1006 byte[] clusterId) { in onClusterIdChanged() argument 1019 clusterEventType, MacAddress.fromBytes(clusterId)); in onClusterIdChanged()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | IWifiNanIface.java | 78 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument
|
D | WifiNanIfaceAidlImpl.java | 185 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument 191 rangingEnabled, isInstantCommunicationEnabled, instantModeChannel, clusterId); in enableAndConfigure() 617 int clusterId) { in createNanConfigRequestSupplemental() argument 625 out.clusterId = clusterId; in createNanConfigRequestSupplemental()
|
D | WifiNanIface.java | 373 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument 378 isInstantCommunicationEnabled, instantModeChannel, clusterId, in enableAndConfigure()
|
D | WifiNanIfaceHidlImpl.java | 117 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | TestUtils.java | 54 int instantModeChannel, int clusterId) { in enableAndConfigure() argument
|