Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h754 } 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/generic/goldfish/radio/include/telephony/
Dril.h753 } RIL_CarrierRestrictions; typedef
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h803 } RIL_CarrierRestrictions; typedef
Dril_service.cpp2846 int prepareCarrierRestrictions(RIL_CarrierRestrictions &request, bool allAllowed, in prepareCarrierRestrictions()
2895 void freeCarrierRestrictions(RIL_CarrierRestrictions &request) { in freeCarrierRestrictions()
2921 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers()
2927 CALL_ONREQUEST(pRI->pCI->requestNumber, &cr, sizeof(RIL_CarrierRestrictions), pRI, mSlotId); in setAllowedCarriers()
3321 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers_1_4()
7614 const RIL_CarrierRestrictions* pCr) { in prepareCarrierRestrictionsResponse()
7671 RIL_CarrierRestrictions cr = {}; in getAllowedCarriersResponse()
7695 } else if (responseLen != sizeof(RIL_CarrierRestrictions)) { in getAllowedCarriersResponse()
7701 RIL_CarrierRestrictions *pCr = (RIL_CarrierRestrictions *)response; in getAllowedCarriersResponse()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h806 } RIL_CarrierRestrictions; typedef
Dril_service.cpp2877 int prepareCarrierRestrictions(RIL_CarrierRestrictions &request, bool allAllowed, in prepareCarrierRestrictions()
2926 void freeCarrierRestrictions(RIL_CarrierRestrictions &request) { in freeCarrierRestrictions()
2952 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers()
2958 CALL_ONREQUEST(pRI->pCI->requestNumber, &cr, sizeof(RIL_CarrierRestrictions), pRI, mSlotId); in setAllowedCarriers()
3445 RIL_CarrierRestrictions cr = {}; in setAllowedCarriers_1_4()
7880 const RIL_CarrierRestrictions* pCr) { in prepareCarrierRestrictionsResponse()
7937 RIL_CarrierRestrictions cr = {}; in getAllowedCarriersResponse()
7961 } else if (responseLen != sizeof(RIL_CarrierRestrictions)) { in getAllowedCarriersResponse()
7967 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()
6612 } else if (responseLen != sizeof(RIL_CarrierRestrictions)) { in getAllowedCarriersResponse()
6616 RIL_CarrierRestrictions *pCr = (RIL_CarrierRestrictions *)response; in getAllowedCarriersResponse()