Home
last modified time | relevance | path

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

/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()
/hardware/qcom/audio/hal/msm8916/
Dhw_info.c35 char dev_extn[HW_INFO_ARRAY_MAX_SIZE]; member
81 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn)); in hw_info_init()
117 (snd_device_t)snd_devices[i], my_data->dev_extn); in hw_info_append_hw_type()
118 CHECK(strlcat(device_name, my_data->dev_extn, in hw_info_append_hw_type()