Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sdm/libs/core/
DMakefile.am13 hw_interface.cpp \
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
DMakefile.am14 hw_interface.cpp \
/hardware/qcom/display/msm8998/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.c366 char *hw_interface = NULL; in process_backend_name() local
388 hw_interface = NULL; in process_backend_name()
390 hw_interface = (char *)attr[5]; in process_backend_name()
394 if (platform_set_snd_device_backend(index, attr[3], hw_interface) < 0) { in process_backend_name()
Dplatform_api.h142 const char * hw_interface);
/hardware/qcom/audio/hal/msm8916/
Dplatform.c2666 …latform_set_snd_device_backend(snd_device_t device, const char *backend, const char * hw_interface)
2685 if (hw_interface != NULL) {
2688 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface);
2689 hw_interface_table[device] = strdup(hw_interface);
/hardware/qcom/audio/hal/msm8974/
Dplatform.c3944 const char * hw_interface) in platform_set_snd_device_backend() argument
3963 if (hw_interface != NULL) { in platform_set_snd_device_backend()
3966 ALOGV("%s: hw_interface_table[%d] = %s", __func__, device, hw_interface); in platform_set_snd_device_backend()
3967 hw_interface_table[device] = strdup(hw_interface); in platform_set_snd_device_backend()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c1165 const char *hw_interface __unused) in platform_set_snd_device_backend()