Home
last modified time | relevance | path

Searched refs:respondToDataPathIndicationRequest (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.h89 Return<void> respondToDataPathIndicationRequest(
H A Dwifi_nan_iface.cpp685 Return<void> WifiNanIface::respondToDataPathIndicationRequest( in respondToDataPathIndicationRequest() function in android::hardware::wifi::V1_5::implementation::WifiNanIface
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareNativeApiTest.java107 when(mIWifiNanIfaceMock.respondToDataPathIndicationRequest(anyShort(), any())).thenReturn( in setup()
744 verify(mIWifiNanIfaceMock).respondToDataPathIndicationRequest(eq(tid), captor.capture()); in validateRespondToDataPathRequest()
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiNanIface.hal243 respondToDataPathIndicationRequest(CommandIdShort cmdId,
H A DREADME-NAN.md173 * respondToDataPathIndicationRequest
H A DIWifiNanIfaceEventCallback.hal190 * |IWifiNanIface.respondToDataPathIndicationRequest|.
H A Dtypes.hal1124 * the Responder must not call the |IWifiNanIface.respondToDataPathIndicationRequest| method and
/aosp12/hardware/interfaces/wifi/1.2/
H A DREADME-NAN.md181 * respondToDataPathIndicationRequest
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java1166 WifiStatus status = iface.respondToDataPathIndicationRequest(transactionId, req); in respondToDataPathRequest()