Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_nan_iface_unit_tests.cpp95 MOCK_METHOD2(eventTransmitFollowup,
/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.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp370 Return<void> eventTransmitFollowup( in eventTransmitFollowup() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md220 * eventTransmitFollowup
/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.3/default/
Dwifi_nan_iface.cpp393 if (!callback->eventTransmitFollowup(msg.id, status).isOk()) { in WifiNanIface()