Home
last modified time | relevance | path

Searched refs:eventMatch (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl102 void eventMatch(in NanMatchInd event); in eventMatch() method
/hardware/interfaces/wifi/1.6/
DIWifiNanIfaceEventCallback.hal53 * Note: supersedes the @1.0::IWifiNanIfaceEventCallback.eventMatch(NanMatchInd event) method
Dtypes.hal836 * ID of the peer. Obtained as part of an earlier |IWifiNanIfaceEventCallback.eventMatch| or
843 … * |IWifiNanIfaceEventCallback.eventMatch| or |IWifiNanIfaceEventCallback.eventFollowupReceived|.
932 * Specifies how often to trigger |IWifiNanIfaceEventCallback.eventMatch| when continuously
1030 * |IWifiNanIfaceEventCallback.eventMatch|. Only relevant if |rangingRequired| is true.
1129 * Indicates that while |IWifiNanIfaceEventCallback.eventMatch| will be received, the
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl44 oneway void eventMatch(in android.hardware.wifi.NanMatchInd event); in eventMatch() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl44 oneway void eventMatch(in android.hardware.wifi.NanMatchInd event); in eventMatch() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl44 oneway void eventMatch(in android.hardware.wifi.NanMatchInd event); in eventMatch() method
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp116 MOCK_METHOD1(eventMatch, ndk::ScopedAStatus(const NanMatchInd&));
/hardware/interfaces/wifi/1.0/
Dtypes.hal660 * NAN Match indication type: control how often to trigger |IWifiNanIfaceEventCallback.eventMatch|
665 MATCH_ONCE = 0, // Only trigger |IWifiNanIfaceEventCallback.eventMatch| once
666 MATCH_CONTINUOUS, // Trigger |IWifiNanIfaceEventCallback.eventMatch| every time
667 MATCH_NEVER, // Never trigger |IWifiNanIfaceEventCallback.eventMatch|
925 * ranging-driven |IWifiNanIfaceEventCallback.eventMatch|.
1004 * Specifies how often to trigger |IWifiNanIfaceEventCallback.eventMatch| when continuously
1090 * |IWifiNanIfaceEventCallback.eventMatch|. Only relevant if |rangingRequired| is true.
1164 * |IWifiNanIfaceEventCallback.eventMatch|. The test is for presence of data - not for the
1187 * ID of the peer. Obtained as part of an earlier |IWifiNanIfaceEventCallback.eventMatch| or
1192 * MAC address of the peer. Obtained as part of an earlier |IWifiNanIfaceEventCallback.eventMatch|
[all …]
DREADME-NAN.md196 * eventMatch
DIWifiNanIfaceEventCallback.hal263 oneway eventMatch(NanMatchInd event);
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp353 Return<void> eventMatch( in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp348 Return<void> eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp350 Return<void> eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp366 Return<void> eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md204 * eventMatch
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp313 Return<void> eventMatch( in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp195 ::ndk::ScopedAStatus eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp372 if (!callback->eventMatch(aidl_struct).isOk()) { in registerCallbackHandlers()