Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/sdm/libs/core/
DMakefile.am14 hw_interface.cpp \
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
DMakefile.am14 hw_interface.cpp \
/hardware/qcom/sdm845/display/sdm/libs/core/
DMakefile.am14 hw_interface.cpp \
/hardware/qcom/display/msm8909/sdm/libs/core/
DMakefile.am14 hw_interface.cpp \
/hardware/qcom/sm8150/display/sdm/libs/core/
DMakefile.am13 hw_interface.cpp \
/hardware/qcom/audio/hal/
Dplatform_info.c360 char *hw_interface = NULL; in process_backend_name() local
382 hw_interface = NULL; in process_backend_name()
384 hw_interface = (char *)attr[5]; in process_backend_name()
388 if (platform_set_snd_device_backend(index, attr[3], hw_interface) < 0) { in process_backend_name()
Dplatform_api.h141 const char * hw_interface);
/hardware/qcom/audio/hal/msm8916/
Dplatform.c2575 …latform_set_snd_device_backend(snd_device_t device, const char *backend, const char * hw_interface)
2594 if (hw_interface != NULL) {
2597 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface);
2598 hw_interface_table[device] = strdup(hw_interface);
/hardware/qcom/audio/hal/msm8960/
Dplatform.c1074 const char *hw_interface __unused) in platform_set_snd_device_backend()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c3847 const char * hw_interface) in platform_set_snd_device_backend() argument
3866 if (hw_interface != NULL) { in platform_set_snd_device_backend()
3869 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface); in platform_set_snd_device_backend()
3870 hw_interface_table[device] = strdup(hw_interface); in platform_set_snd_device_backend()