Searched refs:eventTransmitFollowup (Results 1 – 8 of 8) sorted by relevance
95 MOCK_METHOD2(eventTransmitFollowup,
374 Return<void> eventTransmitFollowup( in eventTransmitFollowup() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
370 Return<void> eventTransmitFollowup( in eventTransmitFollowup() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
220 * eventTransmitFollowup
212 * eventTransmitFollowup
289 oneway eventTransmitFollowup(CommandIdShort id, WifiNanStatus status);
1220 * Disable |IWifiNanIfaceEventCallback.eventTransmitFollowup| - i.e. do not get indication on
393 if (!callback->eventTransmitFollowup(msg.id, status).isOk()) { in WifiNanIface()