Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java138 public void onGoNegotiationCompleted(int status) { in onGoNegotiationCompleted() method in SupplicantP2pIfaceCallbackV1_4Impl
139 mCallbackV10.onGoNegotiationCompleted(status); in onGoNegotiationCompleted()
H A DSupplicantP2pIfaceCallbackImpl.java222 public void onGoNegotiationCompleted(int status) { in onGoNegotiationCompleted() method in SupplicantP2pIfaceCallbackImpl
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp84 Return<void> onGoNegotiationCompleted( in onGoNegotiationCompleted() function in IfaceCallback
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImplTest.java554 mDut.onGoNegotiationCompleted(P2pStatusCode.SUCCESS); in testOnGoNegotiationCompletedSuccess()
563 mDut.onGoNegotiationCompleted(P2pStatusCode.FAIL_INFO_CURRENTLY_UNAVAILABLE); in testOnGoNegotiationCompletedFailureUnavailable()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal137 oneway onGoNegotiationCompleted(P2pStatusCode status);
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp118 Return<void> onGoNegotiationCompleted( in onGoNegotiationCompleted() function in IfaceCallback