Home
last modified time | relevance | path

Searched refs:eventDataPathConfirm_1_2 (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.2/
H A DIWifiNanIfaceEventCallback.hal37 oneway eventDataPathConfirm_1_2(NanDataPathConfirmInd event);
/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_nan_iface_unit_tests.cpp107 MOCK_METHOD1(eventDataPathConfirm_1_2,
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp419 Return<void> eventDataPathConfirm_1_2( in eventDataPathConfirm_1_2() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp421 Return<void> eventDataPathConfirm_1_2( in eventDataPathConfirm_1_2() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp437 Return<void> eventDataPathConfirm_1_2( in eventDataPathConfirm_1_2() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java557 public void eventDataPathConfirm_1_2(android.hardware.wifi.V1_2.NanDataPathConfirmInd event) { in eventDataPathConfirm_1_2() method in WifiAwareNativeCallback
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.cpp445 if (!callback->eventDataPathConfirm_1_2(hidl_struct).isOk()) { in WifiNanIface()