Home
last modified time | relevance | path

Searched refs:hw_interface (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/audio/hal/
Dplatform_info.c160 char *hw_interface = NULL; in process_backend_name() local
182 hw_interface = NULL; in process_backend_name()
184 hw_interface = (char *)attr[5]; in process_backend_name()
188 if (platform_set_snd_device_backend(index, attr[3], hw_interface) < 0) { in process_backend_name()
Dplatform_api.h103 const char * hw_interface);
/hardware/qcom/display/msm8998/sdm/libs/core/
DMakefile.am14 hw_interface.cpp \
/hardware/qcom/audio/hal/msm8916/
Dplatform.c2141 …latform_set_snd_device_backend(snd_device_t device, const char *backend, const char * hw_interface) in platform_set_snd_device_backend() argument
2160 if (hw_interface != NULL) { in platform_set_snd_device_backend()
2163 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface); in platform_set_snd_device_backend()
2164 hw_interface_table[device] = strdup(hw_interface); in platform_set_snd_device_backend()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c2879 const char * hw_interface) in platform_set_snd_device_backend() argument
2898 if (hw_interface != NULL) { in platform_set_snd_device_backend()
2901 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface); in platform_set_snd_device_backend()
2902 hw_interface_table[device] = strdup(hw_interface); in platform_set_snd_device_backend()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c1037 const char *hw_interface __unused) in platform_set_snd_device_backend()