Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp2847 const hidl_vec<Carrier>& allowedList, in prepareCarrierRestrictions() argument
2853 request.len_allowed_carriers = allowedList.size(); in prepareCarrierRestrictions()
2878 allowedCarriers[i].mcc = allowedList[i].mcc.c_str(); in prepareCarrierRestrictions()
2879 allowedCarriers[i].mnc = allowedList[i].mnc.c_str(); in prepareCarrierRestrictions()
2880 allowedCarriers[i].match_type = (RIL_CarrierMatchType) allowedList[i].matchType; in prepareCarrierRestrictions()
2881 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp2878 const hidl_vec<Carrier>& allowedList, in prepareCarrierRestrictions() argument
2884 request.len_allowed_carriers = allowedList.size(); in prepareCarrierRestrictions()
2909 allowedCarriers[i].mcc = allowedList[i].mcc.c_str(); in prepareCarrierRestrictions()
2910 allowedCarriers[i].mnc = allowedList[i].mnc.c_str(); in prepareCarrierRestrictions()
2911 allowedCarriers[i].match_type = (RIL_CarrierMatchType) allowedList[i].matchType; in prepareCarrierRestrictions()
2912 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions()