Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h742 const char * match_data; member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h790 const char * match_data; member
Dril_service.cpp2870 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions()
2878 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions()
7613 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()
7623 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()
/device/generic/goldfish/radio/libril/
Dril_service.cpp2753 allowedCarriers[i].match_data = carriers.allowedCarriers[i].matchData.c_str(); in setAllowedCarriers()
2761 excludedCarriers[i].match_data = carriers.excludedCarriers[i].matchData.c_str(); in setAllowedCarriers()
6633 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()
6643 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()