Home
last modified time | relevance | path

Searched refs:NanDataPathEndInd (Results 1 – 6 of 6) 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.3/default/
Dwifi_legacy_hal.h106 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
Dwifi_legacy_hal.cpp290 std::function<void(const NanDataPathEndInd&)>
292 void onAysncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAysncNanEventDataPathEnd()
Dwifi_nan_iface.cpp443 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()