Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnancommand.h55 int getNanDisabled(NanDisabledInd *event);
Dnan_rsp.cpp349 NanDisabledInd* pRspdInd; in NanErrorTranslation()
398 pRspdInd = (NanDisabledInd*)pResponse; in NanErrorTranslation()
Dnan_ind.cpp102 NanDisabledInd disabledInd; in handleNanIndication()
592 int NanCommand::getNanDisabled(NanDisabledInd *event) in getNanDisabled()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2106 } NanDisabledInd; typedef
2402 void (*EventDisabled) (NanDisabledInd* event);
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.h98 std::function<void(const NanDisabledInd&)> on_event_disabled;
Dwifi_legacy_hal.cpp248 std::function<void(const NanDisabledInd&)> on_nan_event_disabled_user_callback;
249 void onAysncNanEventDisabled(NanDisabledInd* event) { in onAysncNanEventDisabled()
Dwifi_nan_iface.cpp266 [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in WifiNanIface()