Searched refs:snd_device_index_name (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/audio/hal/
H A Dplatform_api.h29 int platform_get_snd_device_index(char *snd_device_index_name);
/hardware/qcom/audio/msm8909/hal/
H A Dplatform_api.h36 int platform_get_snd_device_index(char *snd_device_index_name);
/hardware/qcom/audio/msm8909/hal/msm8916/
H A Dplatform.c1449 int platform_get_snd_device_index(char *snd_device_index_name) argument
1454 if (snd_device_index_name == NULL) {
1455 ALOGE("%s: snd_device_index_name is NULL", __func__);
1461 if(strcmp(snd_device_name_index[i].name, snd_device_index_name) == 0) {
1466 ALOGE("%s: Could not find index for snd_device_index_name = %s",
1467 __func__, snd_device_index_name);
/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c413 int platform_get_snd_device_index(char *snd_device_index_name __unused)
/hardware/qcom/audio/msm8909/hal/msm8960/
H A Dplatform.c402 int platform_get_snd_device_index(char *snd_device_index_name __unused)

Completed in 131 milliseconds