Searched refs:NotifyResponse (Results 1 – 3 of 3) 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()
1498 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()
2408 void (*NotifyResponse)(transaction_id id, NanResponseMsg* rsp_data); member