Searched refs:hw_interface (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | Makefile.am | 14 hw_interface.cpp \
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | Makefile.am | 14 hw_interface.cpp \
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | Makefile.am | 14 hw_interface.cpp \
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | Makefile.am | 14 hw_interface.cpp \
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 360 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()
|
D | platform_api.h | 141 const char * hw_interface);
|
/hardware/qcom/audio/hal/msm8916/ |
D | platform.c | 2573 …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/ |
D | platform.c | 1074 const char *hw_interface __unused) in platform_set_snd_device_backend()
|
/hardware/qcom/audio/hal/msm8974/ |
D | platform.c | 3845 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()
|