Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h753 } RIL_CarrierRestrictions; typedef
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h829 } RIL_CarrierRestrictions; typedef
Dril_service.cpp3148 int prepareCarrierRestrictions(RIL_CarrierRestrictions &request, bool allAllowed, in prepareCarrierRestrictions()
3197 void freeCarrierRestrictions(RIL_CarrierRestrictions &request) { in freeCarrierRestrictions()
3223 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers()
3229 CALL_ONREQUEST(pRI->pCI->requestNumber, &cr, sizeof(RIL_CarrierRestrictions), pRI, mSlotId); in setAllowedCarriers()
3722 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers_1_4()
9688 const RIL_CarrierRestrictions* pCr) { in prepareCarrierRestrictionsResponse()
9745 RIL_CarrierRestrictions cr = {}; in getAllowedCarriersResponse()
9769 } else if (responseLen != sizeof(RIL_CarrierRestrictions)) { in getAllowedCarriersResponse()
9775 RIL_CarrierRestrictions *pCr = (RIL_CarrierRestrictions *)response; in getAllowedCarriersResponse()