Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
Dstructs.cpp76 .excludedCarriers = toAidl(cr.excludedCarriers), in toAidl()
84 .excludedCarriers = toAidl(cr.excludedCarriers), in toAidl()
92 .excludedCarriers = toHidl(cr.excludedCarriers), in toHidl()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DCarrierRestrictions.aidl38 android.hardware.radio.sim.Carrier[] excludedCarriers;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DCarrierRestrictions.aidl38 android.hardware.radio.sim.Carrier[] excludedCarriers;
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DCarrierRestrictions.aidl53 Carrier[] excludedCarriers;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DCarrierRestrictions.aidl45 android.hardware.radio.sim.Carrier[] excludedCarriers;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DCarrierRestrictions.aidl45 android.hardware.radio.sim.Carrier[] excludedCarriers;
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp703 carrierRestrictions.excludedCarriers.resize(0); in TEST_P()
745 EXPECT_EQ(0, radioRsp_v1_4->carrierRestrictionsResp.excludedCarriers.size()); in TEST_P()
764 carrierRestrictions.excludedCarriers.resize(0); in TEST_P()
/hardware/ril/libril/
Dril_service.cpp2683 RIL_Carrier *excludedCarriers = NULL; in setAllowedCarriers() local
2695 cr.len_excluded_carriers = carriers.excludedCarriers.size(); in setAllowedCarriers()
2696 excludedCarriers = (RIL_Carrier *)calloc(cr.len_excluded_carriers, sizeof(RIL_Carrier)); in setAllowedCarriers()
2697 if (excludedCarriers == NULL) { in setAllowedCarriers()
2707 cr.excluded_carriers = excludedCarriers; in setAllowedCarriers()
2717 excludedCarriers[i].mcc = carriers.excludedCarriers[i].mcc.c_str(); in setAllowedCarriers()
2718 excludedCarriers[i].mnc = carriers.excludedCarriers[i].mnc.c_str(); in setAllowedCarriers()
2719 excludedCarriers[i].match_type = in setAllowedCarriers()
2720 (RIL_CarrierMatchType) carriers.excludedCarriers[i].matchType; in setAllowedCarriers()
2721 excludedCarriers[i].match_data = carriers.excludedCarriers[i].matchData.c_str(); in setAllowedCarriers()
[all …]
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_test.cpp457 carrierRestrictions.excludedCarriers.resize(0); in TEST_P()
500 EXPECT_EQ(0, radioRsp_sim->carrierRestrictionsResp.excludedCarriers.size()); in TEST_P()
519 carrierRestrictions.excludedCarriers.resize(0); in TEST_P()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp865 carriers.excludedCarriers.resize(0); in TEST_P()
904 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.hal1898 vec<Carrier> excludedCarriers; // Explicitly excluded carriers
1900 // match mcc/mnc, excludedCarriers has same mcc/mnc and