Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp428 pNanErrorRspMsg pFwRsp = \ in getNanResponse() local
430 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
431 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
437 pNanConfigurationRspMsg pFwRsp = \ in getNanResponse() local
439 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
440 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
446 pNanPublishServiceCancelRspMsg pFwRsp = \ in getNanResponse() local
448 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
449 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
452 pFwRsp->fwHeader.handle; in getNanResponse()
[all …]