Searched refs:be_itf1 (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1377 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match() local 1380 if (NULL != be_itf1 && NULL != be_itf2) { in platform_check_backends_match() 1381 if ((NULL == strstr(be_itf2, be_itf1)) && (NULL == strstr(be_itf1, be_itf2))) in platform_check_backends_match() 1385 } else if (NULL != be_itf1 && (NULL == strstr(be_itf1, DEFAULT_RX_BACKEND))) { in platform_check_backends_match() 1389 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 | 2129 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match() local 2135 if (be_itf1 == NULL) { in platform_check_backends_match() 2136 be_itf1 = DEFAULT_RX_BACKEND; in platform_check_backends_match() 2141 ALOGV("%s: be_itf1 = %s, be_itf2 = %s", __func__, be_itf1, be_itf2); in platform_check_backends_match() 2145 return strstr(be_itf1, be_itf2) != NULL || strstr(be_itf2, be_itf1) != NULL; in platform_check_backends_match()
|