Lines Matching refs:mnc
2751 allowedCarriers[i].mnc = carriers.allowedCarriers[i].mnc.c_str(); in setAllowedCarriers()
2758 excludedCarriers[i].mnc = carriers.excludedCarriers[i].mnc.c_str(); in setAllowedCarriers()
2847 if (!copyHidlStringToRil(&imsiEncryption.mnc, data.mnc, pRI)) { in setCarrierInfoForImsiEncryption()
2851 memsetAndFreeStrings(1, imsiEncryption.mnc); in setCarrierInfoForImsiEncryption()
2855 memsetAndFreeStrings(2, imsiEncryption.mnc, imsiEncryption.mcc); in setCarrierInfoForImsiEncryption()
3592 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3593 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3610 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3611 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3639 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3640 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3657 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse()
3658 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()
3802 rilCellIdentity.cellIdentityGsm.mnc = in fillCellIdentityFromDataRegStateResponseString()
3820 rilCellIdentity.cellIdentityWcdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3838 rilCellIdentity.cellIdentityTdscdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3855 rilCellIdentity.cellIdentityLte.mnc = in fillCellIdentityFromDataRegStateResponseString()
6625 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
6635 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
8020 cellInfoGsm->cellIdentityGsm.mnc = in convertRilCellInfoListToHal()
8021 ril::util::mnc::decode(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc); in convertRilCellInfoListToHal()
8044 cellInfoWcdma->cellIdentityWcdma.mnc = in convertRilCellInfoListToHal()
8045 ril::util::mnc::decode(rillCellInfo->CellInfo.wcdma.cellIdentityWcdma.mnc); in convertRilCellInfoListToHal()
8092 cellInfoLte->cellIdentityLte.mnc = in convertRilCellInfoListToHal()
8093 ril::util::mnc::decode(rillCellInfo->CellInfo.lte.cellIdentityLte.mnc); in convertRilCellInfoListToHal()
8123 cellInfoTdscdma->cellIdentityTdscdma.mnc = in convertRilCellInfoListToHal()
8124 ril::util::mnc::decode( in convertRilCellInfoListToHal()
8125 rillCellInfo->CellInfo.tdscdma.cellIdentityTdscdma.mnc); in convertRilCellInfoListToHal()