Home
last modified time | relevance | path

Searched refs:onInvitationReceived (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java196 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() method in SupplicantP2pIfaceCallbackV1_4Impl
198 mCallbackV10.onInvitationReceived(srcAddress, goDeviceAddress, bssid, in onInvitationReceived()
H A DSupplicantP2pIfaceCallbackImpl.java341 public void onInvitationReceived(byte[] srcAddress, byte[] goDeviceAddress, in onInvitationReceived() method in SupplicantP2pIfaceCallbackImpl
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp106 Return<void> onInvitationReceived( in onInvitationReceived() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal185 oneway onInvitationReceived(
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp140 Return<void> onInvitationReceived( in onInvitationReceived() function in IfaceCallback
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImplTest.java616 mDut.onInvitationReceived( in testOnInvitationReceived()