Searched defs:RIL_CARD_MAX_APPS (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h667 #define RIL_CARD_MAX_APPS 8 macro
752 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
753 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
754 int num_applications; /* value <= RIL_CARD_MAX_APPS */
755 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
762 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
763 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
764 int ims_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
765 int num_applications; /* value <= RIL_CARD_MAX_APPS */
766 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
[all...]
/hardware/ril/reference-ril/
H A Dril.h667 #define RIL_CARD_MAX_APPS 8 macro
752 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
753 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
754 int num_applications; /* value <= RIL_CARD_MAX_APPS */
755 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
762 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
763 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
764 int ims_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
765 int num_applications; /* value <= RIL_CARD_MAX_APPS */
766 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
[all...]

Completed in 46 milliseconds