Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A 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()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp1498 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
2280 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
3205 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(id(), &rsp_data); in handleResponse()
3217 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleResponse()
3247 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleAsyncResponse()
3380 GET_NAN_HANDLE(info)->mHandlers.NotifyResponse(mId, &rsp_data); in handleEvent()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h2408 void (*NotifyResponse)(transaction_id id, NanResponseMsg* rsp_data); member