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

/hardware/ril/include/telephony/
H A Dril.h459 #define RIL_CARD_MAX_APPS 8 macro
544 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
545 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
546 int num_applications; /* value <= RIL_CARD_MAX_APPS */
547 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
554 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
555 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
556 int ims_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
557 int num_applications; /* value <= RIL_CARD_MAX_APPS */
558 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
[all...]
/hardware/ril/reference-ril/
H A Dril.h459 #define RIL_CARD_MAX_APPS 8 macro
544 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
545 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
546 int num_applications; /* value <= RIL_CARD_MAX_APPS */
547 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
554 int gsm_umts_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
555 int cdma_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
556 int ims_subscription_app_index; /* value < RIL_CARD_MAX_APPS, -1 if none */
557 int num_applications; /* value <= RIL_CARD_MAX_APPS */
558 RIL_AppStatus applications[RIL_CARD_MAX_APPS];
[all...]

Completed in 61 milliseconds