Searched refs:NotifyResponse (Results 1 – 2 of 2) sorted by relevance
661 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()
2393 void (*NotifyResponse)(transaction_id id, NanResponseMsg* rsp_data); member