/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 | 616 int clusterId; in onCommand() local 618 clusterId = Integer.valueOf(arg); in onCommand() 624 if (clusterId < ConfigRequest.CLUSTER_ID_MIN in onCommand() 625 || clusterId > ConfigRequest.CLUSTER_ID_MAX) { in onCommand() 631 return setClusterId(clusterId) ? 0 : -1; in onCommand() 1033 private boolean setClusterId(int clusterId) { in setClusterId() argument 1043 if (mClusterIdInt == clusterId) return true; in setClusterId() 1045 mClusterIdInt = clusterId; in setClusterId() 1962 byte[] clusterId) { in onClusterChangeNotification() argument 1966 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 | 1005 byte[] clusterId) { in onClusterIdChanged() argument 1018 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 | 182 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument 188 rangingEnabled, isInstantCommunicationEnabled, instantModeChannel, clusterId); in enableAndConfigure() 614 int clusterId) { in createNanConfigRequestSupplemental() argument 622 out.clusterId = clusterId; in createNanConfigRequestSupplemental()
|
D | WifiNanIface.java | 372 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument 377 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
|