Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_nan_iface_unit_tests.cpp88 MOCK_METHOD1(eventClusterEvent, Return<void>(const NanClusterEventInd&));
/aosp12/hardware/interfaces/wifi/1.4/
H A 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
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp309 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.2/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp307 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp309 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/hardware/interfaces/wifi/1.0/
H A DREADME-NAN.md192 * eventClusterEvent
H A DIWifiNanIfaceEventCallback.hal225 oneway eventClusterEvent(NanClusterEventInd event);
H A 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
/aosp12/hardware/interfaces/wifi/1.2/
H A DREADME-NAN.md200 * eventClusterEvent
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp325 Return<void> eventClusterEvent( in eventClusterEvent() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java411 public void eventClusterEvent(NanClusterEventInd event) { in eventClusterEvent() method in WifiAwareNativeCallback
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.cpp268 if (!callback->eventClusterEvent(hidl_struct).isOk()) { in WifiNanIface()