Home
last modified time | relevance | path

Searched refs:NanFollowupInd (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnancommand.h53 int getNanFollowup(NanFollowupInd *event);
Dnan_ind.cpp93 NanFollowupInd followupInd; in handleNanIndication()
461 int NanCommand::getNanFollowup(NanFollowupInd *event) in getNanFollowup()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h130 int getNanFollowup(NanFollowupInd *event);
Dnan_ind.cpp137 NanFollowupInd followupInd; in handleNanIndication()
511 int NanCommand::getNanFollowup(NanFollowupInd *event) in getNanFollowup()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h139 bool convertLegacyNanFollowupIndToAidl(const legacy_hal::NanFollowupInd& legacy_ind,
Dwifi_legacy_hal.h154 using ::NanFollowupInd;
468 std::function<void(const NanFollowupInd&)> on_event_followup;
Dwifi_nan_iface.cpp393 callback_handlers.on_event_followup = [weak_ptr_this](const legacy_hal::NanFollowupInd& msg) { in registerCallbackHandlers()
Dwifi_legacy_hal.cpp271 std::function<void(const NanFollowupInd&)> on_nan_event_followup_user_callback;
272 void onAsyncNanEventFollowup(NanFollowupInd* event) { in onAsyncNanEventFollowup()
Daidl_struct_util.cpp2346 bool convertLegacyNanFollowupIndToAidl(const legacy_hal::NanFollowupInd& legacy_ind, in convertLegacyNanFollowupIndToAidl()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2288 } NanFollowupInd; typedef
3083 void (*EventFollowup) (NanFollowupInd* event);
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1712 NanFollowupInd followup_event; in handleEvent()
1713 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()
4940 NanFollowupInd followup_event; in handleEvent()
4941 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3047 NanFollowupInd followup_event; in handleEvent()
3048 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()
6883 NanFollowupInd followup_event; in handleEvent()
6884 memset(&followup_event, 0, sizeof(NanFollowupInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6314 void OnNanEventFollowup (NanFollowupInd* event) { in OnNanEventFollowup()