Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1443 CurrentCellInfoVendor *currCellInfo = NULL; in ReqGetCurrentCellInfo() local
1465 currCellInfo = (CurrentCellInfoVendor *)calloc(countCellInfo, sizeof(CurrentCellInfoVendor)); in ReqGetCurrentCellInfo()
1466 if (currCellInfo == NULL) { in ReqGetCurrentCellInfo()
1472 if (ParseGetCurrentCellInfoResponseLine(pLine->data, &currCellInfo[index]) != 0) { in ReqGetCurrentCellInfo()
1478 currCellInfoList.currentCellInfo = currCellInfo; in ReqGetCurrentCellInfo()
1480 free(currCellInfo); in ReqGetCurrentCellInfo()