Searched refs:be_itf1 (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1379 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match() local 1382 if (NULL != be_itf1 && NULL != be_itf2) { in platform_check_backends_match() 1383 if ((NULL == strstr(be_itf2, be_itf1)) && (NULL == strstr(be_itf1, be_itf2))) in platform_check_backends_match() 1387 } else if (NULL != be_itf1 && (NULL == strstr(be_itf1, DEFAULT_RX_BACKEND))) { in platform_check_backends_match() 1391 ALOGV("%s: be_itf1 = %s, be_itf2 = %s, match %d", __func__, be_itf1, be_itf2, result); in platform_check_backends_match()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 2131 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match() local 2137 if (be_itf1 == NULL) { in platform_check_backends_match() 2138 be_itf1 = DEFAULT_RX_BACKEND; in platform_check_backends_match() 2143 ALOGV("%s: be_itf1 = %s, be_itf2 = %s", __func__, be_itf1, be_itf2); in platform_check_backends_match() 2147 return strstr(be_itf1, be_itf2) != NULL || strstr(be_itf2, be_itf1) != NULL; in platform_check_backends_match()
|