Lines Matching refs:mnc

2735         allowedCarriers[i].mnc = carriers.allowedCarriers[i].mnc.c_str();  in setAllowedCarriers()
2742 excludedCarriers[i].mnc = carriers.excludedCarriers[i].mnc.c_str(); in setAllowedCarriers()
2831 if (!copyHidlStringToRil(&imsiEncryption.mnc, data.mnc, pRI)) { in setCarrierInfoForImsiEncryption()
2835 memsetAndFreeStrings(1, imsiEncryption.mnc); in setCarrierInfoForImsiEncryption()
2839 memsetAndFreeStrings(2, imsiEncryption.mnc, imsiEncryption.mcc); in setCarrierInfoForImsiEncryption()
3576 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3577 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3594 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3595 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3623 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3624 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3641 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse()
3642 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()
3786 rilCellIdentity.cellIdentityGsm.mnc = in fillCellIdentityFromDataRegStateResponseString()
3804 rilCellIdentity.cellIdentityWcdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3822 rilCellIdentity.cellIdentityTdscdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3839 rilCellIdentity.cellIdentityLte.mnc = in fillCellIdentityFromDataRegStateResponseString()
6579 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
6589 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
7946 cellInfoGsm->cellIdentityGsm.mnc = in convertRilCellInfoListToHal()
7947 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()
7970 cellInfoWcdma->cellIdentityWcdma.mnc = in convertRilCellInfoListToHal()
7971 ril::util::mnc::decode(rillCellInfo->CellInfo.wcdma.cellIdentityWcdma.mnc); in convertRilCellInfoListToHal()
8018 cellInfoLte->cellIdentityLte.mnc = in convertRilCellInfoListToHal()
8019 ril::util::mnc::decode(rillCellInfo->CellInfo.lte.cellIdentityLte.mnc); in convertRilCellInfoListToHal()
8049 cellInfoTdscdma->cellIdentityTdscdma.mnc = in convertRilCellInfoListToHal()
8050 ril::util::mnc::decode( in convertRilCellInfoListToHal()
8051 rillCellInfo->CellInfo.tdscdma.cellIdentityTdscdma.mnc); in convertRilCellInfoListToHal()