/hardware/interfaces/wifi/aidl/android/hardware/wifi/ |
D | IWifiNanIfaceEventCallback.aidl | 102 void eventMatch(in NanMatchInd event); in eventMatch() method
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiNanIfaceEventCallback.hal | 53 * Note: supersedes the @1.0::IWifiNanIfaceEventCallback.eventMatch(NanMatchInd event) method
|
D | types.hal | 836 * 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/ |
D | IWifiNanIfaceEventCallback.aidl | 44 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/ |
D | IWifiNanIfaceEventCallback.aidl | 44 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/ |
D | IWifiNanIfaceEventCallback.aidl | 44 oneway void eventMatch(in android.hardware.wifi.NanMatchInd event); in eventMatch() method
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | wifi_nan_iface_unit_tests.cpp | 116 MOCK_METHOD1(eventMatch, ndk::ScopedAStatus(const NanMatchInd&));
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 660 * 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 …]
|
D | README-NAN.md | 196 * eventMatch
|
D | IWifiNanIfaceEventCallback.hal | 263 oneway eventMatch(NanMatchInd event);
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 353 Return<void> eventMatch( in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 348 Return<void> eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.4/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 350 Return<void> eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.5/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 366 Return<void> eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/1.2/ |
D | README-NAN.md | 204 * eventMatch
|
/hardware/interfaces/wifi/1.6/vts/functional/ |
D | wifi_nan_iface_hidl_test.cpp | 313 Return<void> eventMatch( in eventMatch() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/aidl/vts/functional/ |
D | wifi_nan_iface_aidl_test.cpp | 195 ::ndk::ScopedAStatus eventMatch(const NanMatchInd& event) override { in eventMatch() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_nan_iface.cpp | 372 if (!callback->eventMatch(aidl_struct).isOk()) { in registerCallbackHandlers()
|