Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/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/display/msm8909w_3100/sdm/libs/core/
DMakefile.am14 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.c2573 …latform_set_snd_device_backend(snd_device_t device, const char *backend, const char * hw_interface)
2592 if (hw_interface != NULL) {
2595 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface);
2596 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.c3845 const char * hw_interface) in platform_set_snd_device_backend() argument
3864 if (hw_interface != NULL) { in platform_set_snd_device_backend()
3867 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface); in platform_set_snd_device_backend()
3868 hw_interface_table[device] = strdup(hw_interface); in platform_set_snd_device_backend()