Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp347 NanResponseMsg *pRsp; in NanErrorTranslation() local
354 pRsp = (NanResponseMsg*)pResponse; in NanErrorTranslation()
357 pRsp->status = errorCodeTranslation[i].frameworkError; in NanErrorTranslation()
358 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN); in NanErrorTranslation()
367 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error)); in NanErrorTranslation()
372 pRsp->status = NAN_STATUS_INTERNAL_FAILURE; in NanErrorTranslation()
373 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN); in NanErrorTranslation()
375 …LOGD("%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRsp->status, valueRcvd, pRsp->nan_e… in NanErrorTranslation()
416 int NanCommand::getNanResponse(transaction_id *id, NanResponseMsg *pRsp) in getNanResponse() argument
418 if (mNanVendorEvent == NULL || pRsp == NULL) { in getNanResponse()
[all …]
Dnan_ind.cpp215 pNanPublishRepliedIndMsg pRsp = (pNanPublishRepliedIndMsg)mNanVendorEvent; in getNanPublishReplied() local
216 event->requestor_instance_id = pRsp->publishRepliedIndParams.matchHandle; in getNanPublishReplied()
219 u8 *pInputTlv = pRsp->ptlv; in getNanPublishReplied()
264 pNanPublishTerminatedIndMsg pRsp = (pNanPublishTerminatedIndMsg)mNanVendorEvent; in getNanPublishTerminated() local
265 event->publish_id = pRsp->fwHeader.handle; in getNanPublishTerminated()
266 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0, in getNanPublishTerminated()
279 pNanMatchIndMsg pRsp = (pNanMatchIndMsg)mNanVendorEvent; in getNanMatch() local
280 event->publish_subscribe_id = pRsp->fwHeader.handle; in getNanMatch()
281 event->requestor_instance_id = pRsp->matchIndParams.matchHandle; in getNanMatch()
282 event->match_occured_flag = pRsp->matchIndParams.matchOccuredFlag; in getNanMatch()
[all …]
Dnancommand.h40 int getNanResponse(transaction_id *id, NanResponseMsg *pRsp);
94 NanStatsResponse *pRsp,
133 wifi_error getNanStaParameter(wifi_interface_handle iface, NanStaParameter *pRsp);
145 void *pRsp,
Dnan_i.h1282 void *pRsp,
/hardware/nxp/secure_element/libese-spi/p73/inc/
DphNxpEse_Api.h142 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp);
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEseProto7816_3.cpp1062 phNxpEse_data* pRsp) { in phNxpEseProto7816_Transceive() argument
1067 if ((NULL == pCmd) || (NULL == pRsp) || in phNxpEseProto7816_Transceive()
1092 pRsp->len = pRes.len; in phNxpEseProto7816_Transceive()
1093 pRsp->p_data = pRes.p_data; in phNxpEseProto7816_Transceive()
1104 pRsp->len = pRes.len; in phNxpEseProto7816_Transceive()
1105 pRsp->p_data = pRes.p_data; in phNxpEseProto7816_Transceive()
DphNxpEseProto7816_3.h426 phNxpEse_data* pRsp);
DphNxpEse_Api.cpp598 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp) { in phNxpEse_Transceive() argument
601 if ((NULL == pCmd) || (NULL == pRsp)) return ESESTATUS_INVALID_PARAMETER; in phNxpEse_Transceive()
615 (phNxpEse_data*)pRsp); in phNxpEse_Transceive()