Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/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()
597 int NanCommand::getNanDisabled(NanDisabledInd *event) in getNanDisabled()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnancommand.h132 int getNanDisabled(NanDisabledInd *event);
Dnan_rsp.cpp383 NanDisabledInd* pRspdInd; in NanErrorTranslation()
432 pRspdInd = (NanDisabledInd*)pResponse; in NanErrorTranslation()
Dnan_ind.cpp146 NanDisabledInd disabledInd; in handleNanIndication()
647 int NanCommand::getNanDisabled(NanDisabledInd *event) in getNanDisabled()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2375 } NanDisabledInd; typedef
3085 void (*EventDisabled) (NanDisabledInd* event);
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h151 using ::NanDisabledInd;
470 std::function<void(const NanDisabledInd&)> on_event_disabled;
Dwifi_nan_iface.cpp306 callback_handlers.on_event_disabled = [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in registerCallbackHandlers()
Dwifi_legacy_hal.cpp287 std::function<void(const NanDisabledInd&)> on_nan_event_disabled_user_callback;
288 void onAsyncNanEventDisabled(NanDisabledInd* event) { in onAsyncNanEventDisabled()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp3524 NanDisabledInd disabled_ind; in handleEvent()
3525 memset(&disabled_ind, 0, sizeof(NanDisabledInd)); in handleEvent()
4759 NanDisabledInd disabled_ind; in handleEvent()
4760 memset(&disabled_ind, 0, sizeof(NanDisabledInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp5064 NanDisabledInd disabled_ind; in handleEvent()
5065 memset(&disabled_ind, 0, sizeof(NanDisabledInd)); in handleEvent()
6684 NanDisabledInd disabled_ind; in handleEvent()
6685 memset(&disabled_ind, 0, sizeof(NanDisabledInd)); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6368 void OnNanEventDisabled (NanDisabledInd* event) { in OnNanEventDisabled()