HomeSort by relevance Sort by last modified time
    Searched full:dev_extn (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/hal/msm8974/
hw_info.c 32 char dev_extn[HW_INFO_ARRAY_MAX_SIZE]; member in struct:hardware_info
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,
    [all...]
  /hardware/qcom/audio/hal/msm8916/
hw_info.c 35 char dev_extn[HW_INFO_ARRAY_MAX_SIZE]; member in struct:hardware_info
81 strlcpy(hw_info->dev_extn, "", sizeof(hw_info->dev_extn));
116 ALOGV("extract dev_extn device %d, extn = %s",
117 (snd_device_t)snd_devices[i], my_data->dev_extn);
118 CHECK(strlcat(device_name, my_data->dev_extn,

Completed in 223 milliseconds