Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_nan_iface_unit_tests.cpp93 MOCK_METHOD1(eventFollowupReceived,
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp364 Return<void> eventFollowupReceived( in eventFollowupReceived() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp360 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.2/
DREADME-NAN.md216 * eventFollowupReceived
/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp375 if (!callback->eventFollowupReceived(hidl_struct).isOk()) { in WifiNanIface()