Home
last modified time | relevance | path

Searched refs:excludedCarriers (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp649 carrierRestrictions.excludedCarriers.resize(0); in TEST_P()
691 EXPECT_EQ(0, radioRsp_v1_4->carrierRestrictionsResp.excludedCarriers.size()); in TEST_P()
710 carrierRestrictions.excludedCarriers.resize(0); in TEST_P()
/hardware/ril/libril/
Dril_service.cpp2707 RIL_Carrier *excludedCarriers = NULL; in setAllowedCarriers() local
2719 cr.len_excluded_carriers = carriers.excludedCarriers.size(); in setAllowedCarriers()
2720 excludedCarriers = (RIL_Carrier *)calloc(cr.len_excluded_carriers, sizeof(RIL_Carrier)); in setAllowedCarriers()
2721 if (excludedCarriers == NULL) { in setAllowedCarriers()
2731 cr.excluded_carriers = excludedCarriers; in setAllowedCarriers()
2741 excludedCarriers[i].mcc = carriers.excludedCarriers[i].mcc.c_str(); in setAllowedCarriers()
2742 excludedCarriers[i].mnc = carriers.excludedCarriers[i].mnc.c_str(); in setAllowedCarriers()
2743 excludedCarriers[i].match_type = in setAllowedCarriers()
2744 (RIL_CarrierMatchType) carriers.excludedCarriers[i].matchType; in setAllowedCarriers()
2745 excludedCarriers[i].match_data = carriers.excludedCarriers[i].matchData.c_str(); in setAllowedCarriers()
[all …]
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp853 carriers.excludedCarriers.resize(0); in TEST_P()
892 carriers.excludedCarriers.resize(0); in TEST_P()
/hardware/interfaces/radio/1.4/
Dtypes.hal1788 vec<Carrier> excludedCarriers;
1791 * are permitted. Eg. allowedCarriers match mcc/mnc, excludedCarriers has same mcc/mnc and
/hardware/interfaces/radio/1.0/
Dtypes.hal1894 vec<Carrier> excludedCarriers; // Explicitly excluded carriers
1896 // match mcc/mnc, excludedCarriers has same mcc/mnc and