Home
last modified time | relevance | path

Searched refs:goDeviceAddress (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java172 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted() argument
175 ssid, frequency, psk, passphrase, goDeviceAddress, isPersistent); in onGroupStarted()
197 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() argument
199 mCallbackV10.onInvitationReceived(srcAddress, goDeviceAddress, bssid, in onInvitationReceived()
DSupplicantP2pIfaceCallbackAidlImpl.java270 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted() argument
272 onGroupStarted(groupIfName, isGroupOwner, ssid, frequency, psk, passphrase, goDeviceAddress, in onGroupStarted()
292 groupStartedEventParams.passphrase, groupStartedEventParams.goDeviceAddress, in onGroupStartedWithParams()
300 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted() argument
336 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress); in onGroupStarted()
397 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() argument
399 handleInvitationReceivedEvent(srcAddress, goDeviceAddress, bssid, in onInvitationReceived()
418 invitationEventParams.goDeviceAddress, in onInvitationReceivedWithParams()
427 byte[] goDeviceAddress, in handleInvitationReceivedEvent() argument
449 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress); in handleInvitationReceivedEvent()
DSupplicantP2pIfaceCallbackHidlImpl.java270 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted() argument
303 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress); in onGroupStarted()
343 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() argument
362 owner.deviceAddress = NativeUtil.macAddressFromByteArray(goDeviceAddress); in onInvitationReceived()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackAidlImplTest.java595 params1.goDeviceAddress = mDeviceAddress1Bytes; in testOnGroupStartedWithParams_success()
612 params2.goDeviceAddress = mDeviceAddress1Bytes; in testOnGroupStartedWithParams_success()
645 params.goDeviceAddress = mDeviceAddress1Bytes; in testOnGroupStartedWithParams_vendorData_success()
691 params1.goDeviceAddress = mDeviceAddress1Bytes; in testOnGroupStartedWithParams_invalidArguments()
703 params2.goDeviceAddress = mDeviceAddress1Bytes; in testOnGroupStartedWithParams_invalidArguments()
1123 params.goDeviceAddress = mDeviceAddress2Bytes; in testOnInvitationReceivedWithParams()