Home
last modified time | relevance | path

Searched refs:dev_extn (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/audio/msm8909/hal/msm8916/
Dhw_info.c48 char dev_extn[HW_INFO_ARRAY_MAX_SIZE]; member
133 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
139 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
150 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
156 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
162 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
168 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
174 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
180 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
187 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8x16()
[all …]
/hardware/qcom/audio/msm8909/hal/msm8974/
Dhw_info.c48 char dev_extn[HW_INFO_ARRAY_MAX_SIZE]; member
170 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8084()
178 strlcpy(hw_info->dev_extn, "-cdp", sizeof(hw_info->dev_extn)); in update_hardware_info_8084()
185 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8084()
191 strlcpy(hw_info->dev_extn, "-liquid", sizeof(hw_info->dev_extn)); in update_hardware_info_8084()
197 strlcpy(hw_info->dev_extn, "-sbc", sizeof(hw_info->dev_extn)); in update_hardware_info_8084()
210 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in update_hardware_info_8994()
216 strlcpy(hw_info->dev_extn, "-cdp", sizeof(hw_info->dev_extn)); in update_hardware_info_8994()
222 strlcpy(hw_info->dev_extn, "-stp", sizeof(hw_info->dev_extn)); in update_hardware_info_8994()
228 strlcpy(hw_info->dev_extn, "-liquid", sizeof(hw_info->dev_extn)); in update_hardware_info_8994()
[all …]
/hardware/qcom/audio/hal/msm8974/
Dhw_info.c32 char dev_extn[HW_INFO_ARRAY_MAX_SIZE]; member
72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor); in update_hardware_info_8996()
87 ALOGV("name %s type %s dev_extn %s", hw_info->name, hw_info->type, hw_info->dev_extn); in update_hardware_info_8996()
112 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in hw_info_init()
143 (snd_device_t)snd_devices[i], device_name, my_data->dev_extn); in hw_info_append_hw_type()
144 CHECK(strlcat(device_name, my_data->dev_extn, in hw_info_append_hw_type()