Home
last modified time | relevance | path

Searched refs:carriers (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp763 CarrierRestrictions carriers; in TEST_F() local
764 memset(&carriers, 0, sizeof(carriers)); in TEST_F()
765 carriers.allowedCarriers.resize(1); in TEST_F()
766 carriers.excludedCarriers.resize(0); in TEST_F()
767 carriers.allowedCarriers[0].mcc = hidl_string(); in TEST_F()
768 carriers.allowedCarriers[0].mnc = hidl_string(); in TEST_F()
769 carriers.allowedCarriers[0].matchType = CarrierMatchType::ALL; in TEST_F()
770 carriers.allowedCarriers[0].matchData = hidl_string(); in TEST_F()
772 radio->setAllowedCarriers(serial, false, carriers); in TEST_F()
803 memset(&carriers, 0, sizeof(carriers)); in TEST_F()
[all …]
Dradio_hidl_hal_utils_v1_0.h390 const CarrierRestrictions& carriers);
/hardware/interfaces/radio/1.4/
DIRadioResponse.hal191 * Return list of allowed carriers, and if all carriers are allowed.
194 * @param carriers Carrier restriction information.
203 CarrierRestrictionsWithPriority carriers, SimLockMultiSimPolicy multiSimPolicy);
DIRadio.hal117 * Some countries or carriers require some emergency numbers that must be handled with normal
197 * - Must allow all carriers
199 * - Only allow carriers specified in carriers. The restriction persists across power cycles
206 * @param carriers CarrierRestrictionsWithPriority consisting allowed and excluded carriers
212 oneway setAllowedCarriers_1_4(int32_t serial, CarrierRestrictionsWithPriority carriers,
Dtypes.hal1780 * List of allowed carriers.
1785 * List of excluded carriers.
1790 * True means that only carriers included in the allowed list and not in the excluded list
1792 * gid1 is ABCD. It means except the carrier whose gid1 is ABCD, all carriers with the
1794 * False means that all carriers are allowed except those included in the excluded list
/hardware/interfaces/radio/1.0/
DIRadio.hal1497 * - Must allow all carriers
1499 * - Must allow all carriers. If a previously allowed SIM is present, modem must not reload
1501 * Receives this command with a list of carriers & allAllowed = false
1502 * - Only allow specified carriers, persist across power cycles and FDR. If a present SIM
1509 * @param allAllowed true only when all carriers are allowed. Ignore "carriers" struct.
1510 * If false, consider "carriers" struct
1511 * @param carriers CarrierRestrictions consisting allowed and excluded carriers as defined
1516 oneway setAllowedCarriers(int32_t serial, bool allAllowed, CarrierRestrictions carriers);
DIRadioResponse.hal2488 * @param numAllowed number of allowed carriers which have been set correctly.
2490 * if Length of allowed carriers list is 0, numAllowed = 0.
2502 * Return list of allowed carriers, and if all carriers are allowed.
2505 * @param allAllowed true only when all carriers are allowed. Ignore "carriers" struct.
2506 * If false, consider "carriers" struct
2507 * @param carriers Carrier restriction information.
2515 CarrierRestrictions carriers);
Dtypes.hal770 ALL = 0, // Apply to all carriers with the same mcc/mnc
1893 vec<Carrier> allowedCarriers; // whitelist for allowed carriers
1894 vec<Carrier> excludedCarriers; // blacklist for explicitly excluded carriers
1898 // is ABCD, all carriers with the same mcc/mnc are
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControl.hal49 * off the device, including carriers, vendors, OEM and others directly or indirectly.
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_response.cpp879 const RadioResponseInfo& info, const CarrierRestrictionsWithPriority& carriers, in getAllowedCarriersResponse_1_4() argument
882 carrierRestrictionsResp = carriers; in getAllowedCarriersResponse_1_4()
Dradio_hidl_hal_utils_v1_4.h418 const CarrierRestrictions& carriers);
520 const CarrierRestrictionsWithPriority& carriers,
/hardware/interfaces/radio/1.2/default/
DRadio.h234 const ::android::hardware::radio::V1_0::CarrierRestrictions& carriers) override;
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h388 const CarrierRestrictions& carriers);
/hardware/ril/libril/
Dril_service.cpp443 const CarrierRestrictions& carriers);
2684 const CarrierRestrictions& carriers) { in setAllowedCarriers() argument
2698 cr.len_allowed_carriers = carriers.allowedCarriers.size(); in setAllowedCarriers()
2708 cr.len_excluded_carriers = carriers.excludedCarriers.size(); in setAllowedCarriers()
2723 allowedCarriers[i].mcc = carriers.allowedCarriers[i].mcc.c_str(); in setAllowedCarriers()
2724 allowedCarriers[i].mnc = carriers.allowedCarriers[i].mnc.c_str(); in setAllowedCarriers()
2725 … allowedCarriers[i].match_type = (RIL_CarrierMatchType) carriers.allowedCarriers[i].matchType; in setAllowedCarriers()
2726 allowedCarriers[i].match_data = carriers.allowedCarriers[i].matchData.c_str(); in setAllowedCarriers()
2730 excludedCarriers[i].mcc = carriers.excludedCarriers[i].mcc.c_str(); in setAllowedCarriers()
2731 excludedCarriers[i].mnc = carriers.excludedCarriers[i].mnc.c_str(); in setAllowedCarriers()
[all …]
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h396 const CarrierRestrictions& carriers);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h429 const CarrierRestrictions& carriers);