Home | History | Annotate | Download | only in msm8916

Lines Matching refs:acdb_send_audio_cal

145     acdb_send_audio_cal_t      acdb_send_audio_cal;
988 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
991 my_data->acdb_send_audio_cal = (acdb_send_audio_cal_t)dlsym(my_data->acdb_handle,
993 if (!my_data->acdb_send_audio_cal)
994 ALOGE("%s: Could not find the symbol acdb_send_audio_cal from %s",
1351 } else if (my_data->acdb_send_audio_cal) {
1352 my_data->acdb_send_audio_cal(acdb_dev_id, acdb_dev_type);