Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8974/
Dplatform.c119 acdb_send_voice_cal_t acdb_send_voice_cal; member
1054 my_data->acdb_send_voice_cal = (acdb_send_voice_cal_t)dlsym(my_data->acdb_handle, in platform_init()
1056 if (!my_data->acdb_send_voice_cal) in platform_init()
1416 if (my_data->acdb_send_voice_cal == NULL) { in platform_switch_voice_call_device_post()
1427 my_data->acdb_send_voice_cal(acdb_rx_id, acdb_tx_id); in platform_switch_voice_call_device_post()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c90 acdb_send_voice_cal_t acdb_send_voice_cal; member
323 my_data->acdb_send_voice_cal = (acdb_send_voice_cal_t)dlsym(my_data->acdb_handle, in platform_init()
/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()