Searched refs:sub_type (Results 1 – 8 of 8) sorted by relevance
/hardware/ril/include/telephony/ |
D | ril_msim.h | 40 RIL_SubscriptionType sub_type; /* Indicates subscription 1 or subscription 2 */ member
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 435 static int get_ps_type(char *ptr, int index, char *type, char *sub_type) in get_ps_type() argument 453 (*sub_type) = toupper(ptr[i]); in get_ps_type() 472 char sub_type = '\0'; in get_input_format() local 484 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0) in get_input_format() 488 if (type == ARRAY || sub_type == ARRAY) in get_input_format() 491 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 441 static int get_ps_type(char *ptr, int index, char *type, char *sub_type) in get_ps_type() argument 459 (*sub_type) = toupper(ptr[i]); in get_ps_type() 478 char sub_type = '\0'; in get_input_format() local 490 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0) in get_input_format() 494 if (type == ARRAY || sub_type == ARRAY) in get_input_format() 497 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 439 static int get_ps_type(char *ptr, int index, char *type, char *sub_type) in get_ps_type() argument 457 (*sub_type) = toupper(ptr[i]); in get_ps_type() 476 char sub_type = '\0'; in get_input_format() local 488 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0) in get_input_format() 492 if (type == ARRAY || sub_type == ARRAY) in get_input_format() 495 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 439 static int get_ps_type(char *ptr, int index, char *type, char *sub_type) in get_ps_type() argument 457 (*sub_type) = toupper(ptr[i]); in get_ps_type() 476 char sub_type = '\0'; in get_input_format() local 488 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0) in get_input_format() 492 if (type == ARRAY || sub_type == ARRAY) in get_input_format() 495 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 435 static int get_ps_type(char *ptr, int index, char *type, char *sub_type) in get_ps_type() argument 453 (*sub_type) = toupper(ptr[i]); in get_ps_type() 472 char sub_type = '\0'; in get_input_format() local 484 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0) in get_input_format() 488 if (type == ARRAY || sub_type == ARRAY) in get_input_format() 491 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 437 static int get_ps_type(char *ptr, int index, char *type, char *sub_type) in get_ps_type() argument 455 (*sub_type) = toupper(ptr[i]); in get_ps_type() 474 char sub_type = '\0'; in get_input_format() local 486 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0) in get_input_format() 490 if (type == ARRAY || sub_type == ARRAY) in get_input_format() 493 if (type == STRING || sub_type == STRING) in get_input_format()
|
/hardware/ril/libril/ |
D | ril_service.cpp | 2363 rilUiccSub.sub_type = (RIL_SubscriptionType) uiccSub.subType; in setUiccSubscription()
|