Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl94 void eventFollowupReceived(in NanFollowupReceivedInd event); in eventFollowupReceived() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl43 oneway void eventFollowupReceived(in android.hardware.wifi.NanFollowupReceivedInd event); in eventFollowupReceived() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl43 oneway void eventFollowupReceived(in android.hardware.wifi.NanFollowupReceivedInd event); in eventFollowupReceived() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl43 oneway void eventFollowupReceived(in android.hardware.wifi.NanFollowupReceivedInd event); in eventFollowupReceived() method
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp118 MOCK_METHOD1(eventFollowupReceived, ndk::ScopedAStatus(const NanFollowupReceivedInd&));
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp375 Return<void> eventFollowupReceived( in eventFollowupReceived() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp368 Return<void> eventFollowupReceived( in eventFollowupReceived() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp370 Return<void> eventFollowupReceived( in eventFollowupReceived() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md208 * eventFollowupReceived
DIWifiNanIfaceEventCallback.hal278 oneway eventFollowupReceived(NanFollowupReceivedInd event);
Dtypes.hal1060 * Controls whether or not the |IWifiNanIfaceEventCallback.eventFollowupReceived| will be
1188 * |IWifiNanIfaceEventCallback.eventFollowupReceived|.
1193 * or |IWifiNanIfaceEventCallback.eventFollowupReceived|.
1232 * |IWifiNanIfaceEventCallback.eventFollowupReceived|.
1237 * |IWifiNanIfaceEventCallback.eventMatch| or |IWifiNanIfaceEventCallback.eventFollowupReceived|.
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp386 Return<void> eventFollowupReceived( in eventFollowupReceived() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md216 * eventFollowupReceived
/hardware/interfaces/wifi/1.6/
Dtypes.hal837 * |IWifiNanIfaceEventCallback.eventFollowupReceived|.
843 … * |IWifiNanIfaceEventCallback.eventMatch| or |IWifiNanIfaceEventCallback.eventFollowupReceived|.
996 * Controls whether or not the |IWifiNanIfaceEventCallback.eventFollowupReceived| will be
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp329 Return<void> eventFollowupReceived(const NanFollowupReceivedInd& event) override { in eventFollowupReceived() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp190 ::ndk::ScopedAStatus eventFollowupReceived(const NanFollowupReceivedInd& event) override { in eventFollowupReceived() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp406 if (!callback->eventFollowupReceived(aidl_struct).isOk()) { in registerCallbackHandlers()