Home
last modified time | relevance | path

Searched refs:eventTransmitFollowup (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp374 Return<void> eventTransmitFollowup( in eventTransmitFollowup() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md212 * eventTransmitFollowup
DIWifiNanIfaceEventCallback.hal289 oneway eventTransmitFollowup(CommandIdShort id, WifiNanStatus status);
Dtypes.hal1220 * Disable |IWifiNanIfaceEventCallback.eventTransmitFollowup| - i.e. do not get indication on
/hardware/interfaces/wifi/1.1/default/
Dwifi_nan_iface.cpp335 if (!callback->eventTransmitFollowup(msg.id, status).isOk()) { in WifiNanIface()