Home
last modified time | relevance | path

Searched refs:eventDataPathConfirm (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/wifi/1.2/
DIWifiNanIfaceEventCallback.hal32 * Note: supersedes the @1.0::IWifiNanIfaceEventCallback.eventDataPathConfirm() method which is
DREADME-NAN.md225 * eventDataPathConfirm
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl53 void eventDataPathConfirm(in NanDataPathConfirmInd event); in eventDataPathConfirm() method
/hardware/interfaces/wifi/1.6/
DIWifiNanIfaceEventCallback.hal34 * Note: supersedes the @1.0::IWifiNanIfaceEventCallback.eventDataPathConfirm() method which is
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl38 oneway void eventDataPathConfirm(in android.hardware.wifi.NanDataPathConfirmInd event); in eventDataPathConfirm() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl38 oneway void eventDataPathConfirm(in android.hardware.wifi.NanDataPathConfirmInd event); in eventDataPathConfirm() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl38 oneway void eventDataPathConfirm(in android.hardware.wifi.NanDataPathConfirmInd event); in eventDataPathConfirm() method
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp121 MOCK_METHOD1(eventDataPathConfirm, ndk::ScopedAStatus(const NanDataPathConfirmInd&));
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp407 Return<void> eventDataPathConfirm( in eventDataPathConfirm() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp399 Return<void> eventDataPathConfirm( in eventDataPathConfirm() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp401 Return<void> eventDataPathConfirm( in eventDataPathConfirm() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md217 * eventDataPathConfirm
DIWifiNanIfaceEventCallback.hal305 oneway eventDataPathConfirm(NanDataPathConfirmInd event);
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp417 Return<void> eventDataPathConfirm( in eventDataPathConfirm() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp351 Return<void> eventDataPathConfirm( in eventDataPathConfirm() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp164 ::ndk::ScopedAStatus eventDataPathConfirm(const NanDataPathConfirmInd& event) override { in eventDataPathConfirm() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp466 if (!callback->eventDataPathConfirm(aidl_struct).isOk()) { in registerCallbackHandlers()