Home | History | Annotate | Download | only in libril

Lines Matching refs:pCr

6493             RIL_CarrierRestrictions *pCr = (RIL_CarrierRestrictions *)response;
6494 if (pCr->len_allowed_carriers > 0 || pCr->len_excluded_carriers > 0) {
6498 carrierInfo.allowedCarriers.resize(pCr->len_allowed_carriers);
6499 for(int i = 0; i < pCr->len_allowed_carriers; i++) {
6500 RIL_Carrier *carrier = pCr->allowed_carriers + i;
6508 carrierInfo.excludedCarriers.resize(pCr->len_excluded_carriers);
6509 for(int i = 0; i < pCr->len_excluded_carriers; i++) {
6510 RIL_Carrier *carrier = pCr->excluded_carriers + i;