Home
last modified time | relevance | path

Searched refs:NanDataPathConfirmInd (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/wifi/1.5/default/tests/
Dwifi_nan_iface_unit_tests.cpp44 using android::hardware::wifi::V1_2::NanDataPathConfirmInd;
105 const android::hardware::wifi::V1_0::NanDataPathConfirmInd&));
108 Return<void>(const NanDataPathConfirmInd&));
/hardware/interfaces/wifi/1.2/
DIWifiNanIfaceEventCallback.hal35 * @param event: NanDataPathConfirmInd containing event details.
37 oneway eventDataPathConfirm_1_2(NanDataPathConfirmInd event);
Dtypes.hal20 import @1.0::NanDataPathConfirmInd;
83 struct NanDataPathConfirmInd {
87 @1.0::NanDataPathConfirmInd V1_0;
DREADME-NAN.md226 * NanDataPathConfirmInd (all parameters are used except those listed below)
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp400 const ::android::hardware::wifi::V1_0::NanDataPathConfirmInd& event) in eventDataPathConfirm()
420 const ::android::hardware::wifi::V1_2::NanDataPathConfirmInd& event) in eventDataPathConfirm_1_2()
464 ::android::hardware::wifi::V1_0::NanDataPathConfirmInd
466 ::android::hardware::wifi::V1_2::NanDataPathConfirmInd
/hardware/interfaces/wifi/1.5/default/
Dhidl_struct_util.h178 const legacy_hal::NanDataPathConfirmInd& legacy_ind,
179 V1_2::NanDataPathConfirmInd* hidl_ind);
Dwifi_legacy_hal.h123 using ::NanDataPathConfirmInd;
386 std::function<void(const NanDataPathConfirmInd&)>
Dwifi_nan_iface.cpp430 [weak_ptr_this](const legacy_hal::NanDataPathConfirmInd& msg) { in WifiNanIface()
436 V1_2::NanDataPathConfirmInd hidl_struct; in WifiNanIface()
Dwifi_legacy_hal.cpp294 std::function<void(const NanDataPathConfirmInd&)>
296 void onAysncNanEventDataPathConfirm(NanDataPathConfirmInd* event) { in onAysncNanEventDataPathConfirm()
Dhidl_struct_util.cpp2419 const legacy_hal::NanDataPathConfirmInd& legacy_ind, in convertLegacyNanDataPathConfirmIndToHidl()
2420 V1_2::NanDataPathConfirmInd* hidl_ind) { in convertLegacyNanDataPathConfirmIndToHidl()
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp402 const ::android::hardware::wifi::V1_0::NanDataPathConfirmInd& event) in eventDataPathConfirm()
422 const ::android::hardware::wifi::V1_2::NanDataPathConfirmInd& event) in eventDataPathConfirm_1_2()
466 ::android::hardware::wifi::V1_0::NanDataPathConfirmInd
468 ::android::hardware::wifi::V1_2::NanDataPathConfirmInd
/hardware/interfaces/wifi/1.5/vts/functional/
Dwifi_nan_iface_hidl_test.cpp418 const ::android::hardware::wifi::V1_0::NanDataPathConfirmInd& event) in eventDataPathConfirm()
438 const ::android::hardware::wifi::V1_2::NanDataPathConfirmInd& event) in eventDataPathConfirm_1_2()
483 ::android::hardware::wifi::V1_0::NanDataPathConfirmInd
485 ::android::hardware::wifi::V1_2::NanDataPathConfirmInd
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnancommand.h101 int getNdpConfirm(struct nlattr **tb_vendor, NanDataPathConfirmInd *event);
Dnan_ind.cpp987 NanDataPathConfirmInd ndpConfirmInd; in handleNdpIndication()
1114 NanDataPathConfirmInd *event) in getNdpConfirm()
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp408 const NanDataPathConfirmInd& event) override { in eventDataPathConfirm()
451 NanDataPathConfirmInd nanDataPathConfirmInd;
/hardware/interfaces/wifi/1.0/
DIWifiNanIfaceEventCallback.hal303 * @param event: NanDataPathConfirmInd containing event details.
305 oneway eventDataPathConfirm(NanDataPathConfirmInd event);
DREADME-NAN.md218 * NanDataPathConfirmInd (all parameters are used except those listed below)
Dtypes.hal1596 struct NanDataPathConfirmInd {
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2334 } NanDataPathConfirmInd; typedef
2421 void (*EventDataConfirm)(NanDataPathConfirmInd* event);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2344 NanDataPathConfirmInd ndp_create_confirmation_event; in handleEvent()
2345 memset(&ndp_create_confirmation_event, 0, sizeof(NanDataPathConfirmInd)); in handleEvent()
4916 NanDataPathConfirmInd ndp_create_confirmation_event; in handleEvent()
4917 memset(&ndp_create_confirmation_event, 0, sizeof(NanDataPathConfirmInd)); in handleEvent()