Home
last modified time | relevance | path

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

/device/sample/etc/
DREADME5 <apn carrier="CarrierXYZ"
17 For APNs with a matching carrier ID please assign a carrier ID
18 AOSP carrier ID assignments can be found at
/device/generic/armv7-a-neon/
Dmini_common.mk81 ro.carrier=unknown \
/device/google/cuttlefish/shared/
Ddevice.mk75 ro.carrier=unknown \
/device/generic/goldfish/radio/libril/
Dril_service.cpp6623 RIL_Carrier *carrier = pCr->allowed_carriers + i; in getAllowedCarriersResponse() local
6624 carrierInfo.allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse()
6625 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
6626 carrierInfo.allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()
6628 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()
6633 RIL_Carrier *carrier = pCr->excluded_carriers + i; in getAllowedCarriersResponse() local
6634 carrierInfo.excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse()
6635 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()
6636 carrierInfo.excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()
6638 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp7620 RIL_Carrier *carrier = pCr->allowed_carriers + i; in prepareCarrierRestrictionsResponse() local
7621 allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in prepareCarrierRestrictionsResponse()
7622 allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in prepareCarrierRestrictionsResponse()
7623 allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in prepareCarrierRestrictionsResponse()
7625 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()
7630 RIL_Carrier *carrier = pCr->excluded_carriers + i; in prepareCarrierRestrictionsResponse() local
7631 excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in prepareCarrierRestrictionsResponse()
7632 excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in prepareCarrierRestrictionsResponse()
7633 excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in prepareCarrierRestrictionsResponse()
7635 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp7886 RIL_Carrier *carrier = pCr->allowed_carriers + i; in prepareCarrierRestrictionsResponse() local
7887 allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in prepareCarrierRestrictionsResponse()
7888 allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in prepareCarrierRestrictionsResponse()
7889 allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in prepareCarrierRestrictionsResponse()
7891 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()
7896 RIL_Carrier *carrier = pCr->excluded_carriers + i; in prepareCarrierRestrictionsResponse() local
7897 excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in prepareCarrierRestrictionsResponse()
7898 excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in prepareCarrierRestrictionsResponse()
7899 excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in prepareCarrierRestrictionsResponse()
7901 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()