Home
last modified time | relevance | path

Searched refs:NanTransmitFollowupInd (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnancommand.h103 int getNanTransmitFollowupInd(NanTransmitFollowupInd *event);
Dnan_ind.cpp129 NanTransmitFollowupInd transmitFollowupInd; in handleNanIndication()
130 memset(&transmitFollowupInd, 0, sizeof(NanTransmitFollowupInd)); in handleNanIndication()
946 int NanCommand::getNanTransmitFollowupInd(NanTransmitFollowupInd *event) in getNanTransmitFollowupInd()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2144 } NanTransmitFollowupInd; typedef
2408 void (*EventTransmitFollowup) (NanTransmitFollowupInd* event);
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.h107 std::function<void(const NanTransmitFollowupInd&)>
Dwifi_legacy_hal.cpp299 std::function<void(const NanTransmitFollowupInd&)>
301 void onAysncNanEventTransmitFollowUp(NanTransmitFollowupInd* event) { in onAysncNanEventTransmitFollowUp()
Dwifi_nan_iface.cpp382 [weak_ptr_this](const legacy_hal::NanTransmitFollowupInd& msg) { in WifiNanIface()