Searched refs:be_itf2 (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 1378 const char * be_itf2 = hw_interface_table[snd_device2]; 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() 1383 } else if (NULL != be_itf2 && (NULL == strstr(be_itf2, 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 | 2130 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match() local 2138 if (be_itf2 == NULL) { in platform_check_backends_match() 2139 be_itf2 = 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()
|