Home
last modified time | relevance | path

Searched refs:be_itf2 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/msm8916/
Dplatform.c1398 const char * be_itf2 = hw_interface_table[snd_device2]; 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()
1403 } else if (NULL != be_itf2 && (NULL == strstr(be_itf2, 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/
Dplatform.c2151 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match() local
2159 if (be_itf2 == NULL) { in platform_check_backends_match()
2160 be_itf2 = 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()