Home | History | Annotate | Download | only in msm8974

Lines Matching full:dev_extn

32     char dev_extn[HW_INFO_ARRAY_MAX_SIZE];
72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor);
87 ALOGV("name %s type %s dev_extn %s", hw_info->name, hw_info->type, hw_info->dev_extn);
112 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn));
142 ALOGV("extract dev_extn device %d, device_name %s extn = %s ",
143 (snd_device_t)snd_devices[i], device_name, my_data->dev_extn);
144 CHECK(strlcat(device_name, my_data->dev_extn,