Home
last modified time | relevance | path

Searched refs:eventClusterEvent (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/wifi/1.4/default/tests/
Dwifi_nan_iface_unit_tests.cpp88 MOCK_METHOD1(eventClusterEvent, Return<void>(const NanClusterEventInd&));
/hardware/interfaces/wifi/1.4/
Dtypes.hal180 * Controls whether or not the |IWifiNanIfaceEventCallback.eventClusterEvent| will be delivered
186 * Controls whether or not the |IWifiNanIfaceEventCallback.eventClusterEvent| will be delivered
192 * Controls whether or not the |IWifiNanIfaceEventCallback.eventClusterEvent| will be delivered
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp308 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp308 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp307 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md200 * eventClusterEvent
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md192 * eventClusterEvent
DIWifiNanIfaceEventCallback.hal225 oneway eventClusterEvent(NanClusterEventInd event);
Dtypes.hal838 * Controls whether or not the |IWifiNanIfaceEventCallback.eventClusterEvent| will be delivered
843 * Controls whether or not the |IWifiNanIfaceEventCallback.eventClusterEvent| will be delivered
848 * Controls whether or not the |IWifiNanIfaceEventCallback.eventClusterEvent| will be delivered
/hardware/interfaces/wifi/1.4/default/
Dwifi_nan_iface.cpp268 if (!callback->eventClusterEvent(hidl_struct).isOk()) { in WifiNanIface()