Home
last modified time | relevance | path

Searched refs:eventDataPathTerminated (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl77 void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl41 oneway void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl41 oneway void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl41 oneway void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp122 MOCK_METHOD1(eventDataPathTerminated, ndk::ScopedAStatus(int32_t));
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp417 Return<void> eventDataPathTerminated( in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp410 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp412 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md220 * eventDataPathTerminated
DIWifiNanIfaceEventCallback.hal313 oneway eventDataPathTerminated(uint32_t ndpInstanceId);
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp428 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md230 * eventDataPathTerminated
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp359 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp180 ::ndk::ScopedAStatus eventDataPathTerminated(int32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp481 if (!callback->eventDataPathTerminated(msg.ndp_instance_id[i]).isOk()) { in registerCallbackHandlers()