Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp661 if (ret == 0 && mHandler.NotifyResponse) { in handleNanResponse()
662 (*mHandler.NotifyResponse)(id, &rsp_data); in handleNanResponse()
961 if (mHandler.NotifyResponse) { in handleNdpResponse()
962 (*mHandler.NotifyResponse)(id, &rsp_data); in handleNdpResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp702 if (ret == 0 && mHandler.NotifyResponse) { in handleNanResponse()
703 (*mHandler.NotifyResponse)(id, &rsp_data); in handleNanResponse()
1002 if (mHandler.NotifyResponse) { in handleNdpResponse()
1003 (*mHandler.NotifyResponse)(id, &rsp_data); in handleNdpResponse()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1345 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
2862 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
3733 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in open()
3812 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
4854 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
4867 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleResponse()
4883 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
4913 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleAsyncResponse()
5056 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleEvent()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp1544 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
2367 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
3343 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
3355 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleResponse()
3385 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleAsyncResponse()
3516 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleEvent()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3076 void (*NotifyResponse)(transaction_id id, NanResponseMsg* rsp_data); member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6491 handlers.NotifyResponse = OnNanNotifyResponse; in nan_init_handlers()