Home
last modified time | relevance | path

Searched refs:clusterId (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareClientState.java287 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()
DWifiAwareNativeApi.java357 int instantModeChannel, int clusterId) { in enableAndConfigure() argument
365 + ", clusterId=" + clusterId); in enableAndConfigure()
375 isInstantCommunicationEnabled, instantModeChannel, clusterId, in enableAndConfigure()
DWifiAwareStateManager.java616 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/
DIWifiAwareEventCallback.aidl32 void onClusterIdChanged(int clusterEventType, in byte[] clusterId); in onClusterIdChanged() argument
DIdentityChangedListener.java69 @NonNull MacAddress clusterId) { in onClusterIdChanged() argument
DWifiAwareManager.java1005 byte[] clusterId) { in onClusterIdChanged() argument
1018 clusterEventType, MacAddress.fromBytes(clusterId)); in onClusterIdChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiNanIface.java78 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument
DWifiNanIfaceAidlImpl.java182 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()
DWifiNanIface.java372 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument
377 isInstantCommunicationEnabled, instantModeChannel, clusterId, in enableAndConfigure()
DWifiNanIfaceHidlImpl.java117 boolean isInstantCommunicationEnabled, int instantModeChannel, int clusterId, in enableAndConfigure() argument
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java54 int instantModeChannel, int clusterId) { in enableAndConfigure() argument