Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java145 public void onGroupFormationSuccess() { in onGroupFormationSuccess() method in SupplicantP2pIfaceCallbackV1_4Impl
146 mCallbackV10.onGroupFormationSuccess(); in onGroupFormationSuccess()
H A DSupplicantP2pIfaceCallbackImpl.java237 public void onGroupFormationSuccess() { in onGroupFormationSuccess() method in SupplicantP2pIfaceCallbackImpl
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp88 Return<void> onGroupFormationSuccess() override { return Void(); } in onGroupFormationSuccess() function in IfaceCallback
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal142 oneway onGroupFormationSuccess();
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp122 Return<void> onGroupFormationSuccess() override { return Void(); } in onGroupFormationSuccess() function in IfaceCallback
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImplTest.java573 mDut.onGroupFormationSuccess(); in testOnGroupFormationSuccess()