Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h755 } RIL_CarrierRestrictions; typedef
Dreference-ril.c2568 static void requestSetCarrierRestrictions(const RIL_CarrierRestrictions *restrictions __unused, RIL…
3059 if (datalen == sizeof(RIL_CarrierRestrictions)) {
3060 requestSetCarrierRestrictions((const RIL_CarrierRestrictions *)data, t);
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h803 } RIL_CarrierRestrictions; typedef
Dril_service.cpp2835 int prepareCarrierRestrictions(RIL_CarrierRestrictions &request, bool allAllowed, in prepareCarrierRestrictions()
2884 void freeCarrierRestrictions(RIL_CarrierRestrictions &request) { in freeCarrierRestrictions()
2910 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers()
2916 CALL_ONREQUEST(pRI->pCI->requestNumber, &cr, sizeof(RIL_CarrierRestrictions), pRI, mSlotId); in setAllowedCarriers()
3309 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers_1_4()
7602 const RIL_CarrierRestrictions* pCr) { in prepareCarrierRestrictionsResponse()
7659 RIL_CarrierRestrictions cr = {}; in getAllowedCarriersResponse()
7683 } else if (responseLen != sizeof(RIL_CarrierRestrictions)) { in getAllowedCarriersResponse()
7689 RIL_CarrierRestrictions *pCr = (RIL_CarrierRestrictions *)response; in getAllowedCarriersResponse()
/device/generic/goldfish/radio/libril/
Dril_service.cpp2721 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers()
2764 CALL_ONREQUEST(pRI->pCI->requestNumber, &cr, sizeof(RIL_CarrierRestrictions), pRI, mSlotId); in setAllowedCarriers()
6617 } else if (responseLen != sizeof(RIL_CarrierRestrictions)) { in getAllowedCarriersResponse()
6621 RIL_CarrierRestrictions *pCr = (RIL_CarrierRestrictions *)response; in getAllowedCarriersResponse()