Searched refs:NanErrorTranslation (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 340 void NanCommand::NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd, in NanErrorTranslation() function in NanCommand 431 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 440 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 449 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 460 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 471 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 482 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 493 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() 502 NanErrorTranslation((NanInternalStatusType)pFwRsp->statsRspParams.status, in getNanResponse() 536 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse() [all …]
|
D | nancommand.h | 143 void NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd,
|
D | nan_ind.cpp | 266 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanPublishTerminated() 451 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanSubscribeTerminated() 601 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanDisabled() 956 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanTransmitFollowupInd()
|
D | nan_i.h | 1280 void NanErrorTranslation(NanInternalStatusType firmwareErrorRecvd,
|