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

/hardware/qcom/audio/hal/msm8960/
H A Dplatform.c89 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
318 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
320 if (!my_data->acdb_send_audio_cal)
321 ALOGW("%s: Could not find the symbol acdb_send_audio_cal from %s",
455 if (my_data->acdb_send_audio_cal) {
463 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/hal/msm8916/
H A Dplatform.c144 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
975 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
978 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
980 if (!my_data->acdb_send_audio_cal)
981 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
1326 } else if (my_data->acdb_send_audio_cal) {
1327 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type);
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c131 acdb_send_audio_cal_t acdb_send_audio_cal; member in struct:platform_data
1232 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
1234 if (!my_data->acdb_send_audio_cal)
1235 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
1561 if (my_data->acdb_send_audio_cal) {
1569 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type);
/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 38 milliseconds