Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp3327 RIL_CarrierRestrictionsWithPriority crExt = {}; in setAllowedCarriers_1_4() local
3328 crExt.len_allowed_carriers = cr.len_allowed_carriers; in setAllowedCarriers_1_4()
3329 crExt.allowed_carriers = cr.allowed_carriers; in setAllowedCarriers_1_4()
3330 crExt.len_excluded_carriers = cr.len_excluded_carriers; in setAllowedCarriers_1_4()
3331 crExt.excluded_carriers = cr.excluded_carriers; in setAllowedCarriers_1_4()
3332 crExt.allowedCarriersPrioritized = BOOL_TO_INT(carriers.allowedCarriersPrioritized); in setAllowedCarriers_1_4()
3333 crExt.multiSimPolicy = (RIL_SimLockMultiSimPolicy)multiSimPolicy; in setAllowedCarriers_1_4()
3335 CALL_ONREQUEST(pRI->pCI->requestNumber, &crExt, sizeof(RIL_CarrierRestrictionsWithPriority), in setAllowedCarriers_1_4()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp3451 RIL_CarrierRestrictionsWithPriority crExt = {}; in setAllowedCarriers_1_4() local
3452 crExt.len_allowed_carriers = cr.len_allowed_carriers; in setAllowedCarriers_1_4()
3453 crExt.allowed_carriers = cr.allowed_carriers; in setAllowedCarriers_1_4()
3454 crExt.len_excluded_carriers = cr.len_excluded_carriers; in setAllowedCarriers_1_4()
3455 crExt.excluded_carriers = cr.excluded_carriers; in setAllowedCarriers_1_4()
3456 crExt.allowedCarriersPrioritized = BOOL_TO_INT(carriers.allowedCarriersPrioritized); in setAllowedCarriers_1_4()
3457 crExt.multiSimPolicy = (RIL_SimLockMultiSimPolicy)multiSimPolicy; in setAllowedCarriers_1_4()
3459 CALL_ONREQUEST(pRI->pCI->requestNumber, &crExt, sizeof(RIL_CarrierRestrictionsWithPriority), in setAllowedCarriers_1_4()