Home
last modified time | relevance | path

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

/hardware/qcom/wlan/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/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1829 } NanPublishTerminatedInd; typedef
2396 void (*EventPublishTerminated)(NanPublishTerminatedInd* event);
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.h90 std::function<void(const NanPublishTerminatedInd&)>
Dwifi_legacy_hal.cpp196 std::function<void(const NanPublishTerminatedInd&)>
198 void onAysncNanEventPublishTerminated(NanPublishTerminatedInd* event) { in onAysncNanEventPublishTerminated()
Dwifi_nan_iface.cpp284 [weak_ptr_this](const legacy_hal::NanPublishTerminatedInd& msg) { in WifiNanIface()