Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1125 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
1136 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h1250 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
1261 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
Dril_service.cpp4934 … || p_cur->base.base.base.gsm_umts_subscription_app_index >= p_cur->base.base.base.num_applications in getIccCardStatusResponse()
4935 … || p_cur->base.base.base.cdma_subscription_app_index >= p_cur->base.base.base.num_applications in getIccCardStatusResponse()
4936 … || p_cur->base.base.base.ims_subscription_app_index >= p_cur->base.base.base.num_applications) { in getIccCardStatusResponse()
4946 cardStatus.applications.resize(p_cur->base.base.base.num_applications); in getIccCardStatusResponse()
4949 … RLOGD("getIccCardStatusResponse: num_applications %d", p_cur->base.base.base.num_applications); in getIccCardStatusResponse()
4951 for (int i = 0; i < p_cur->base.base.base.num_applications; i++) { in getIccCardStatusResponse()
4972 cardStatusV1_5.applications.resize(p_cur->base.base.base.num_applications); in getIccCardStatusResponse()
4973 for (int i = 0; i < p_cur->base.base.base.num_applications; i++) { in getIccCardStatusResponse()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c5545 p_card_status->base.base.base.num_applications = num_apps;
5564 p_card_status->base.base.base.num_applications = 3;