Home
last modified time | relevance | path

Searched refs:acdb_send_voice_cal (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/audio/hal/msm8916/
Dplatform.c162 acdb_send_voice_cal_t acdb_send_voice_cal; member
1217 my_data->acdb_send_voice_cal = (acdb_send_voice_cal_t)dlsym(my_data->acdb_handle, in platform_init()
1219 if (!my_data->acdb_send_voice_cal) in platform_init()
1716 if (my_data->acdb_send_voice_cal == NULL) {
1723 my_data->acdb_send_voice_cal(acdb_rx_id, acdb_tx_id);
/hardware/qcom/audio/hal/msm8960/
Dplatform.c91 acdb_send_voice_cal_t acdb_send_voice_cal; member
355 my_data->acdb_send_voice_cal = (acdb_send_voice_cal_t)dlsym(my_data->acdb_handle, in platform_init()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c171 acdb_send_voice_cal_t acdb_send_voice_cal; member
1907 my_data->acdb_send_voice_cal = (acdb_send_voice_cal_t)dlsym(my_data->acdb_handle, in platform_init()
1909 if (!my_data->acdb_send_voice_cal) in platform_init()
2536 if (my_data->acdb_send_voice_cal == NULL) { in platform_switch_voice_call_device_post()
2543 my_data->acdb_send_voice_cal(acdb_rx_id, acdb_tx_id); in platform_switch_voice_call_device_post()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c67 static void (*acdb_send_voice_cal)(int,int); variable
677acdb_send_voice_cal = dlsym(uc_mgr->acdb_handle,"acdb_loader_send_voice_cal"); in snd_use_case_apply_voice_acdb()
678 if (acdb_send_voice_cal == NULL) { in snd_use_case_apply_voice_acdb()
681 acdb_send_voice_cal(uc_mgr->current_rx_device, in snd_use_case_apply_voice_acdb()