Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp2848 const hidl_vec<Carrier>& excludedList, in prepareCarrierRestrictions() argument
2863 request.len_excluded_carriers = excludedList.size(); in prepareCarrierRestrictions()
2885 excludedCarriers[i].mcc = excludedList[i].mcc.c_str(); in prepareCarrierRestrictions()
2886 excludedCarriers[i].mnc = excludedList[i].mnc.c_str(); in prepareCarrierRestrictions()
2888 (RIL_CarrierMatchType) excludedList[i].matchType; in prepareCarrierRestrictions()
2889 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp2879 const hidl_vec<Carrier>& excludedList, in prepareCarrierRestrictions() argument
2894 request.len_excluded_carriers = excludedList.size(); in prepareCarrierRestrictions()
2916 excludedCarriers[i].mcc = excludedList[i].mcc.c_str(); in prepareCarrierRestrictions()
2917 excludedCarriers[i].mnc = excludedList[i].mnc.c_str(); in prepareCarrierRestrictions()
2919 (RIL_CarrierMatchType) excludedList[i].matchType; in prepareCarrierRestrictions()
2920 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions()