Home
last modified time | relevance | path

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

/hardware/qcom/wlan/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/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h2393 void (*NotifyResponse)(transaction_id id, NanResponseMsg* rsp_data); member