Searched refs:RIL_CarrierRestrictions (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | ril.h | 754 } RIL_CarrierRestrictions; typedef
|
D | reference-ril.c | 2568 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/ |
D | ril.h | 753 } RIL_CarrierRestrictions; typedef
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.h | 803 } RIL_CarrierRestrictions; typedef
|
D | ril_service.cpp | 2846 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/ |
D | ril.h | 806 } RIL_CarrierRestrictions; typedef
|
D | ril_service.cpp | 2877 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/ |
D | ril_service.cpp | 2721 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()
|