Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnancommand.h49 int getNanPublishTerminated(NanPublishTerminatedInd *event);
Dnan_rsp.cpp348 NanPublishTerminatedInd* pRspInd; in NanErrorTranslation()
383 pRspInd = (NanPublishTerminatedInd*)pResponse; in NanErrorTranslation()
Dnan_ind.cpp48 NanPublishTerminatedInd publishTerminatedInd; in handleNanIndication()
256 int NanCommand::getNanPublishTerminated(NanPublishTerminatedInd *event) in getNanPublishTerminated()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h126 int getNanPublishTerminated(NanPublishTerminatedInd *event);
Dnan_rsp.cpp382 NanPublishTerminatedInd* pRspInd; in NanErrorTranslation()
417 pRspInd = (NanPublishTerminatedInd*)pResponse; in NanErrorTranslation()
Dnan_ind.cpp82 NanPublishTerminatedInd publishTerminatedInd; in handleNanIndication()
300 int NanCommand::getNanPublishTerminated(NanPublishTerminatedInd *event) in getNanPublishTerminated()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2082 } NanPublishTerminatedInd; typedef
3079 void (*EventPublishTerminated)(NanPublishTerminatedInd* event);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h170 using ::NanPublishTerminatedInd;
464 std::function<void(const NanPublishTerminatedInd&)> on_event_publish_terminated;
Dwifi_nan_iface.cpp324 [weak_ptr_this](const legacy_hal::NanPublishTerminatedInd& msg) { in registerCallbackHandlers()
Dwifi_legacy_hal.cpp238 std::function<void(const NanPublishTerminatedInd&)> on_nan_event_publish_terminated_user_callback;
239 void onAsyncNanEventPublishTerminated(NanPublishTerminatedInd* event) { in onAsyncNanEventPublishTerminated()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1560 NanPublishTerminatedInd pub_term_event; in handleEvent()
1562 memset(&pub_term_event, 0, sizeof(NanPublishTerminatedInd)); in handleEvent()
4780 NanPublishTerminatedInd pub_term_event; in handleEvent()
4781 memset(&pub_term_event, 0, sizeof(NanPublishTerminatedInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp2878 NanPublishTerminatedInd pub_term_event; in handleEvent()
2880 memset(&pub_term_event, 0, sizeof(NanPublishTerminatedInd)); in handleEvent()
6706 NanPublishTerminatedInd pub_term_event; in handleEvent()
6707 memset(&pub_term_event, 0, sizeof(NanPublishTerminatedInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6242 void OnNanEventPublishTerminated(NanPublishTerminatedInd* event) { in OnNanEventPublishTerminated()