OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIL_CARD_MAX_APPS
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/include/telephony/
ril.h
459
#define
RIL_CARD_MAX_APPS
8
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/
reference-ril.c
[
all
...]
Completed in 54 milliseconds