/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | IWifiNanIfaceEventCallback.aidl | 77 void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | IWifiNanIfaceEventCallback.aidl | 41 oneway void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | IWifiNanIfaceEventCallback.aidl | 41 oneway void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | IWifiNanIfaceEventCallback.aidl | 41 oneway void eventDataPathTerminated(in int ndpInstanceId); in eventDataPathTerminated() method
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | wifi_nan_iface_unit_tests.cpp | 122 MOCK_METHOD1(eventDataPathTerminated, ndk::ScopedAStatus(int32_t));
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 417 Return<void> eventDataPathTerminated( in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 410 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.4/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 412 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.0/ |
D | README-NAN.md | 220 * eventDataPathTerminated
|
D | IWifiNanIfaceEventCallback.hal | 313 oneway eventDataPathTerminated(uint32_t ndpInstanceId);
|
/hardware/interfaces/wifi/1.5/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 428 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.2/ |
D | README-NAN.md | 230 * eventDataPathTerminated
|
/hardware/interfaces/wifi/1.6/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 359 Return<void> eventDataPathTerminated(uint32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/aidl/vts/functional/ |
D | wifi_nan_iface_aidl_test.cpp | 180 ::ndk::ScopedAStatus eventDataPathTerminated(int32_t ndpInstanceId) override { in eventDataPathTerminated() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_nan_iface.cpp | 481 if (!callback->eventDataPathTerminated(msg.ndp_instance_id[i]).isOk()) { in registerCallbackHandlers()
|