Home
last modified time | relevance | path

Searched refs:app_type (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/audio/msm8909/hal/audio_extn/
Dutils.c196 int app_type = platform_get_default_app_type(platform); in parse_app_type_names() local
200 app_type = (int)strtol(str, (char **)NULL, 10); in parse_app_type_names()
202 ALOGV("%s: app_type - %d", __func__, app_type); in parse_app_type_names()
203 return app_type; in parse_app_type_names()
231 so_info->app_type_cfg.app_type = parse_app_type_names(platform, (char *)node->value); in update_streams_output_cfg_list()
291 else if (app_type_cfg[i+1] == so_info->app_type_cfg.app_type) { in send_app_type_cfg()
298 app_type_cfg[length++] = so_info->app_type_cfg.app_type; in send_app_type_cfg()
351 so_info->app_type_cfg.bit_width, so_info->app_type_cfg.app_type); in audio_extn_utils_dump_streams_output_cfg_list()
399 app_type_cfg->app_type = so_info->app_type_cfg.app_type; in set_output_cfg()
403 … __func__, app_type_cfg->app_type, app_type_cfg->sample_rate, app_type_cfg->bit_width); in set_output_cfg()
[all …]
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_audio_calibration.h193 int32_t app_type; member
200 int32_t app_type; member
208 int32_t app_type; member
221 int32_t app_type; member
225 int32_t app_type; member
284 int32_t app_type; member
292 int32_t app_type; member
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_audio_calibration.h177 int32_t app_type; member
184 int32_t app_type; member
191 int32_t app_type; member
204 int32_t app_type; member
207 int32_t app_type; member
265 int32_t app_type; member
271 int32_t app_type; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_audio_calibration.h197 int32_t app_type; member
205 int32_t app_type; member
213 int32_t app_type; member
234 int32_t app_type; member
238 int32_t app_type; member
305 int32_t app_type; member
313 int32_t app_type; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_audio_calibration.h182 int32_t app_type; member
190 int32_t app_type; member
197 int32_t app_type; member
217 int32_t app_type; member
221 int32_t app_type; member
287 int32_t app_type; member
294 int32_t app_type; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio_calibration.h190 int32_t app_type; member
197 int32_t app_type; member
205 int32_t app_type; member
225 int32_t app_type; member
229 int32_t app_type; member
324 int32_t app_type; member
330 int32_t app_type; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_calibration.h205 int32_t app_type; member
213 int32_t app_type; member
221 int32_t app_type; member
242 int32_t app_type; member
246 int32_t app_type; member
352 int32_t app_type; member
360 int32_t app_type; member
/hardware/qcom/audio/hal/audio_extn/
Dhwdep_cal.c40 uint32_t app_type; member
/hardware/qcom/audio/msm8909/hal/
Dplatform_api.h44 int app_type, int sample_rate);
Daudio_hw.h156 int app_type; member
Daudio_hw.c922 ALOGI("%s Selected apptype: %d", __func__, usecase->stream.out->app_type_cfg.app_type); in select_devices()
/hardware/qcom/audio/msm8909/post_proc/
Dbass_boost.c60 uint32_t app_type; member
607 cal_cfg.app_type = pbe_app_type; in pbe_load_config()
/hardware/qcom/audio/msm8909/hal/msm8916/
Dplatform.c1578 int app_type, int sample_rate) in platform_send_audio_calibration() argument
1588 app_type = APP_TYPE_SYSTEM_SOUNDS; in platform_send_audio_calibration()
1591 app_type = APP_TYPE_GENERAL_RECORDING; in platform_send_audio_calibration()
1608 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type, app_type, in platform_send_audio_calibration()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c613 int acdb_dev_id, app_type; in platform_send_gain_dep_cal() local
627 app_type = DEFAULT_APP_TYPE_RX_PATH; in platform_send_gain_dep_cal()
644 if (!my_data->acdb_send_gain_dep_cal(acdb_dev_id, app_type, in platform_send_gain_dep_cal()
/hardware/ril/reference-ril/
Dril.h962 RIL_AppType app_type; member
/hardware/ril/include/telephony/
Dril.h962 RIL_AppType app_type; member
/hardware/qcom/audio/msm8909/hal/msm8960/
Dplatform.c480 int app_type __unused, int sample_rate __unused) in platform_send_audio_calibration()
/hardware/qcom/audio/msm8909/hal/msm8974/
Dplatform.c1443 int app_type, int sample_rate) in platform_send_audio_calibration() argument
1470 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type, app_type, in platform_send_audio_calibration()
/hardware/ril/libril/
Dril.cpp3674 p.writeInt32(appStatus[i].app_type); in sendSimStatusAppInfo()
3686 appStatus[i].app_type, in sendSimStatusAppInfo()