Searched refs:pRsp (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 347 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 …]
|
D | nan_ind.cpp | 215 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 …]
|
D | nancommand.h | 40 int getNanResponse(transaction_id *id, NanResponseMsg *pRsp); 94 NanStatsResponse *pRsp, 133 wifi_error getNanStaParameter(wifi_interface_handle iface, NanStaParameter *pRsp); 145 void *pRsp,
|
D | nan_i.h | 1282 void *pRsp,
|
/hardware/nxp/secure_element/libese-spi/p73/inc/ |
D | phNxpEse_Api.h | 142 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp);
|
/hardware/nxp/secure_element/libese-spi/p73/lib/ |
D | phNxpEseProto7816_3.cpp | 1062 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()
|
D | phNxpEseProto7816_3.h | 426 phNxpEse_data* pRsp);
|
D | phNxpEse_Api.cpp | 598 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()
|