Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h738 RIL_CarrierMatchType match_type; /* Specify match type for the carrier. member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h786 RIL_CarrierMatchType match_type; /* Specify match type for the carrier. member
Dril_service.cpp2869 allowedCarriers[i].match_type = (RIL_CarrierMatchType) allowedList[i].matchType; in prepareCarrierRestrictions()
2876 excludedCarriers[i].match_type = in prepareCarrierRestrictions()
7611 allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in prepareCarrierRestrictionsResponse()
7621 excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in prepareCarrierRestrictionsResponse()
/device/generic/goldfish/radio/libril/
Dril_service.cpp2752 … allowedCarriers[i].match_type = (RIL_CarrierMatchType) carriers.allowedCarriers[i].matchType; in setAllowedCarriers()
2759 excludedCarriers[i].match_type = in setAllowedCarriers()
6631 carrierInfo.allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()
6641 carrierInfo.excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()