Searched refs:acdb_send_audio_cal (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c88 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
313 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
315 if (!my_data->acdb_send_audio_cal)
316 ALOGW("%s: Could not find the symbol acdb_send_audio_cal from %s",
430 if (my_data->acdb_send_audio_cal) {
438 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type);
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c84 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
759 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
761 if (!my_data->acdb_send_audio_cal)
762 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
916 if (my_data->acdb_send_audio_cal) {
924 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type);
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c41 acdb_send_audio_cal_t acdb_send_audio_cal; variable
307 if (value && acdb_send_audio_cal)
308 acdb_send_audio_cal(AFE_PROXY_ACDB_ID, ACDB_DEV_TYPE_OUT);
630 acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(acdb_handle,
632 if (!acdb_send_audio_cal)
633 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c66 static void (*acdb_send_audio_cal)(int,int); variable
802 acdb_send_audio_cal = dlsym(uc_mgr->acdb_handle,"acdb_loader_send_audio_cal");
803 if (acdb_send_audio_cal == NULL) {
806 acdb_send_audio_cal(ctrl_list[uc_index].acdb_id,

Completed in 714 milliseconds