Home
last modified time | relevance | path

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

/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.0/
DIWifiNanIfaceEventCallback.hal278 oneway eventFollowupReceived(NanFollowupReceivedInd event);
Dtypes.hal1059 * Controls whether or not the |IWifiNanIfaceEventCallback.eventFollowupReceived| will be
1187 * |IWifiNanIfaceEventCallback.eventFollowupReceived|.
1192 * or |IWifiNanIfaceEventCallback.eventFollowupReceived|.
1231 * |IWifiNanIfaceEventCallback.eventFollowupReceived|.
1236 * |IWifiNanIfaceEventCallback.eventMatch| or |IWifiNanIfaceEventCallback.eventFollowupReceived|.
/hardware/interfaces/wifi/1.0/default/
Dwifi_nan_iface.cpp317 if (!callback->eventFollowupReceived(hidl_struct).isOk()) { in WifiNanIface()