Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnancommand.h102 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
Dnan_ind.cpp998 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication()
1011 (NanDataPathEndInd *)malloc(sizeof(NanDataPathEndInd)+ (sizeof(u32) * num_ndp_ids)); in handleNdpIndication()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h179 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
Dnan_ind.cpp1049 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication()
1063 (NanDataPathEndInd *)malloc(sizeof(NanDataPathEndInd)+ (sizeof(u32) * num_ndp_ids)); in handleNdpIndication()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2711 } NanDataPathEndInd; typedef
3090 void (*EventDataEnd)(NanDataPathEndInd* event);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h146 using ::NanDataPathEndInd;
475 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
Dwifi_nan_iface.cpp473 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in registerCallbackHandlers()
Dwifi_legacy_hal.cpp326 std::function<void(const NanDataPathEndInd&)> on_nan_event_data_path_end_user_callback;
327 void onAsyncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAsyncNanEventDataPathEnd()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2508 NanDataPathEndInd ndp_end_event; in handleEvent()
2509 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()
5136 NanDataPathEndInd ndp_end_event; in handleEvent()
5137 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3820 NanDataPathEndInd *ndp_end_event = NULL; in handleEvent()
3954 (NanDataPathEndInd *)malloc(NAN_MAX_NDP_COUNT_SIZE + in handleEvent()
6631 NanDataPathEndInd *ndp_end_event = NULL; in handleEvent()
7071 (NanDataPathEndInd *)malloc(NAN_MAX_NDP_COUNT_SIZE + in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6414 void OnNanEventDataPathEnd (NanDataPathEndInd* event) { in OnNanEventDataPathEnd()