Searched refs:resLen (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | se_vendor_adaptions.cpp | 85 uint32_t resLen = RES_BUFFER_MAX_LENGTH;
in getAtr() local 86 int ret = SecureElementCaProxy::GetInstance().VendorSecureElementCaGetAtr(res, &resLen);
in getAtr() 87 for (uint32_t i = 0; i < resLen; i++) {
in getAtr() 121 uint32_t resLen = RES_BUFFER_MAX_LENGTH;
in openLogicalChannel() local 124 (uint8_t *)&aid[0], aid.size(), p2, res, &resLen, &channelCreated);
in openLogicalChannel() 125 for (uint32_t i = 0; i < resLen; i++) {
in openLogicalChannel() 137 if (ret == SECURE_ELEMENT_CA_RET_OK && resLen >= MIN_RES_LEN) {
in openLogicalChannel() 138 status = getStatusBySW(res[resLen - SW1_OFFSET], res[resLen - SW2_OFFSET]);
in openLogicalChannel() 168 uint32_t resLen in openBasicChannel() local 229 uint32_t resLen = RES_BUFFER_MAX_LENGTH; transmit() local [all...] |
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.cpp | 227 uint32_t resLen = RES_BUFFER_MAX_LENGTH;
in getAtr() local 228 int ret = VendorSimSecureElementGetAtr(res, &resLen);
in getAtr() 233 for (uint32_t i = 0; i < resLen; i++) {
in getAtr() 257 uint32_t resLen = RES_BUFFER_MAX_LENGTH;
in openLogicalChannel() local 270 resLen = response.size();
in openLogicalChannel() 271 for (uint32_t i = 0; i < resLen; i++) {
in openLogicalChannel() 274 if (ret == SIM_SECURE_ELEMENT_RET_OK && resLen >= SW1_OFFSET &&
in openLogicalChannel() 276 if ((response[resLen - SW1_OFFSET] == 0x90 && response[resLen - SW2_OFFSET] == 0x00)
in openLogicalChannel() 277 || response[resLen in openLogicalChannel() 301 uint32_t resLen = RES_BUFFER_MAX_LENGTH; openBasicChannel() local 354 uint32_t resLen = RES_BUFFER_MAX_LENGTH; transmit() local [all...] |
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_callback_impl.c | 84 HDF_LOGI("%{public}s: Receive %u scan results!", __func__, scanResults->resLen); in WlanCallbackScanResults() 85 for (i = 0; i < scanResults->resLen; i++) { in WlanCallbackScanResults()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 694 scanResults->resLen = wifiScanResults->num;
in WlanFillScanResultsInfo() 739 scanResults->resLen = 0;
in ProcessEventScanResults() 745 scanResults->resLen = wifiScanResults->num;
in ProcessEventScanResults() 747 scanResults->res = (struct HdfWifiScanResultExt *)OsalMemCalloc(size * scanResults->resLen);
in ProcessEventScanResults()
|
Completed in 6 milliseconds