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.cpp4915 … || p_cur->base.base.base.gsm_umts_subscription_app_index >= p_cur->base.base.base.num_applications in getIccCardStatusResponse()
4916 … || p_cur->base.base.base.cdma_subscription_app_index >= p_cur->base.base.base.num_applications in getIccCardStatusResponse()
4917 … || p_cur->base.base.base.ims_subscription_app_index >= p_cur->base.base.base.num_applications) { in getIccCardStatusResponse()
4927 cardStatus.applications.resize(p_cur->base.base.base.num_applications); in getIccCardStatusResponse()
4930 … RLOGD("getIccCardStatusResponse: num_applications %d", p_cur->base.base.base.num_applications); in getIccCardStatusResponse()
4932 for (int i = 0; i < p_cur->base.base.base.num_applications; i++) { in getIccCardStatusResponse()
4953 cardStatusV1_5.applications.resize(p_cur->base.base.base.num_applications); in getIccCardStatusResponse()
4954 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.c5488 p_card_status->base.base.base.num_applications = num_apps;
5507 p_card_status->base.base.base.num_applications = 3;