Home
last modified time | relevance | path

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

12

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_misc.cpp862 CarrierRestrictions carriers; in TEST_P() local
863 memset(&carriers, 0, sizeof(carriers)); in TEST_P()
864 carriers.allowedCarriers.resize(1); in TEST_P()
865 carriers.excludedCarriers.resize(0); in TEST_P()
866 carriers.allowedCarriers[0].mcc = hidl_string(); in TEST_P()
867 carriers.allowedCarriers[0].mnc = hidl_string(); in TEST_P()
868 carriers.allowedCarriers[0].matchType = CarrierMatchType::ALL; in TEST_P()
869 carriers.allowedCarriers[0].matchData = hidl_string(); in TEST_P()
871 radio->setAllowedCarriers(serial, false, carriers); in TEST_P()
902 memset(&carriers, 0, sizeof(carriers)); in TEST_P()
[all …]
/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,
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_response.cpp54 const RadioResponseInfo& info, const CarrierRestrictions& carriers, in getAllowedCarriersResponse() argument
57 carrierRestrictionsResp = carriers; in getAllowedCarriersResponse()
Dradio_sim_utils.h62 const RadioResponseInfo& info, const CarrierRestrictions& carriers,
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioSim.cpp199 int32_t serial, const aidl::CarrierRestrictions& carriers, aidl::SimLockMultiSimPolicy mp) { in setAllowedCarriers() argument
201 mHal1_5->setAllowedCarriers_1_4(serial, toHidl(carriers), V1_4::SimLockMultiSimPolicy(mp)); in setAllowedCarriers()
DRadioResponse-sim.cpp76 const V1_0::RadioResponseInfo& info, const V1_4::CarrierRestrictionsWithPriority& carriers, in getAllowedCarriersResponse_1_4() argument
79 simCb()->getAllowedCarriersResponse(toAidl(info), toAidl(carriers), in getAllowedCarriersResponse_1_4()
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSimResponse.aidl121 void getAllowedCarriersResponse(in RadioResponseInfo info, in CarrierRestrictions carriers, in getAllowedCarriersResponse() argument
DIRadioSim.aidl383 void setAllowedCarriers(in int serial, in CarrierRestrictions carriers, in setAllowedCarriers() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSim.aidl60 …rriers(in int serial, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in setAllowedCarriers() argument
DIRadioSimResponse.aidl42 …dioResponseInfo info, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in getAllowedCarriersResponse() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DIRadioSim.aidl63 …rriers(in int serial, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in setAllowedCarriers() argument
DIRadioSimResponse.aidl42 …dioResponseInfo info, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in getAllowedCarriersResponse() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DIRadioSim.aidl64 …rriers(in int serial, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in setAllowedCarriers() argument
DIRadioSimResponse.aidl43 …dioResponseInfo info, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in getAllowedCarriersResponse() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSim.aidl64 …rriers(in int serial, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in setAllowedCarriers() argument
DIRadioSimResponse.aidl43 …dioResponseInfo info, in android.hardware.radio.sim.CarrierRestrictions carriers, in android.hardw… in getAllowedCarriersResponse() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioSim.h65 const ::aidl::android::hardware::radio::sim::CarrierRestrictions& carriers,
DRadioResponse.h269 const V1_0::CarrierRestrictions& carriers) override;
334 const V1_4::CarrierRestrictionsWithPriority& carriers,
/hardware/interfaces/radio/1.0/
DIRadio.hal1512 * - Must allow all carriers
1514 * - Must allow all carriers. If a previously allowed SIM is present, modem must not reload
1516 * Receives this command with a list of carriers & allAllowed = false
1517 * - Only allow specified carriers, persist across power cycles and FDR. If a present SIM
1524 * @param allAllowed true only when all carriers are allowed. Ignore "carriers" struct.
1525 * If false, consider "carriers" struct
1526 * @param carriers CarrierRestrictions consisting allowed and excluded carriers as defined
1531 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);
/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.cpp880 const RadioResponseInfo& info, const CarrierRestrictionsWithPriority& carriers, in getAllowedCarriersResponse_1_4() argument
883 carrierRestrictionsResp = carriers; in getAllowedCarriersResponse_1_4()
Dradio_hidl_hal_utils_v1_4.h426 const CarrierRestrictions& carriers);
528 const CarrierRestrictionsWithPriority& carriers,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_response.cpp880 const RadioResponseInfo& info, const CarrierRestrictionsWithPriority& carriers, in getAllowedCarriersResponse_1_4() argument
883 carrierRestrictionsResp = carriers; in getAllowedCarriersResponse_1_4()

12