Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnancommand.h102 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
H A Dnan_ind.cpp998 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication()
1011 (NanDataPathEndInd *)malloc(sizeof(NanDataPathEndInd)+ (sizeof(u32) * num_ndp_ids)); in handleNdpIndication()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h2378 } NanDataPathEndInd; typedef
2422 void (*EventDataEnd)(NanDataPathEndInd* event);
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal.h124 using ::NanDataPathEndInd;
388 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
H A Dwifi_legacy_hal.cpp303 std::function<void(const NanDataPathEndInd&)>
305 void onAysncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAysncNanEventDataPathEnd()
H A Dwifi_nan_iface.cpp452 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp2411 NanDataPathEndInd ndp_end_event; in handleEvent()
2412 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()
4959 NanDataPathEndInd ndp_end_event; in handleEvent()
4960 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()