Searched refs:be_itf1 (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1397 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match() local 1400 if (NULL != be_itf1 && NULL != be_itf2) { in platform_check_backends_match() 1401 if ((NULL == strstr(be_itf2, be_itf1)) && (NULL == strstr(be_itf1, be_itf2))) in platform_check_backends_match() 1405 } else if (NULL != be_itf1 && (NULL == strstr(be_itf1, DEFAULT_RX_BACKEND))) { in platform_check_backends_match() 1409 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 | 2150 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match() local 2156 if (be_itf1 == NULL) { in platform_check_backends_match() 2157 be_itf1 = DEFAULT_RX_BACKEND; in platform_check_backends_match() 2162 ALOGV("%s: be_itf1 = %s, be_itf2 = %s", __func__, be_itf1, be_itf2); in platform_check_backends_match() 2166 return strstr(be_itf1, be_itf2) != NULL || strstr(be_itf2, be_itf1) != NULL; in platform_check_backends_match()
|