Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp3728 RIL_CarrierRestrictionsWithPriority crExt = {}; in setAllowedCarriers_1_4() local
3729 crExt.len_allowed_carriers = cr.len_allowed_carriers; in setAllowedCarriers_1_4()
3730 crExt.allowed_carriers = cr.allowed_carriers; in setAllowedCarriers_1_4()
3731 crExt.len_excluded_carriers = cr.len_excluded_carriers; in setAllowedCarriers_1_4()
3732 crExt.excluded_carriers = cr.excluded_carriers; in setAllowedCarriers_1_4()
3733 crExt.allowedCarriersPrioritized = BOOL_TO_INT(carriers.allowedCarriersPrioritized); in setAllowedCarriers_1_4()
3734 crExt.multiSimPolicy = (RIL_SimLockMultiSimPolicy)multiSimPolicy; in setAllowedCarriers_1_4()
3736 CALL_ONREQUEST(pRI->pCI->requestNumber, &crExt, sizeof(RIL_CarrierRestrictionsWithPriority), in setAllowedCarriers_1_4()