Home
last modified time | relevance | path

Searched refs:NanDataPathEndInd (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnancommand.h102 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
Dnan_ind.cpp993 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication()
1006 (NanDataPathEndInd *)malloc(sizeof(NanDataPathEndInd)+ (sizeof(u32) * num_ndp_ids)); in handleNdpIndication()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2363 } NanDataPathEndInd; typedef
2407 void (*EventDataEnd)(NanDataPathEndInd* event);
/hardware/interfaces/wifi/1.4/default/
Dwifi_legacy_hal.h106 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
Dwifi_legacy_hal.cpp291 std::function<void(const NanDataPathEndInd&)>
293 void onAysncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAysncNanEventDataPathEnd()
Dwifi_nan_iface.cpp452 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2394 NanDataPathEndInd ndp_end_event; in handleEvent()
2395 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()
4980 NanDataPathEndInd ndp_end_event; in handleEvent()
4981 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()