Searched refs:num_applications (Results 1 – 4 of 4) sorted by relevance
1125 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member1136 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
1250 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member1261 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
4915 … || 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()
5488 p_card_status->base.base.base.num_applications = num_apps;5507 p_card_status->base.base.base.num_applications = 3;