Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8960/
Dplatform.c101 csd_stop_voice_t csd_stop_voice; member
355 my_data->csd_stop_voice = (csd_stop_voice_t)dlsym(my_data->csd_client, in platform_init()
541 if (my_data->csd_stop_voice == NULL) { in platform_stop_voice_call()
544 ret = my_data->csd_stop_voice(); in platform_stop_voice_call()
/hardware/qcom/audio/msm8909/hal/msm8960/
Dplatform.c101 csd_stop_voice_t csd_stop_voice; member
327 my_data->csd_stop_voice = (csd_stop_voice_t)dlsym(my_data->csd_client, in platform_init()
591 if (my_data->csd_stop_voice == NULL) { in platform_stop_voice_call()
594 ret = my_data->csd_stop_voice(); in platform_stop_voice_call()
/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp39 static int (*csd_stop_voice)(); variable
1102 if (csd_stop_voice == NULL) { in s_close()
1105 err = csd_stop_voice(); in s_close()
1797 csd_stop_voice = (int (*)())::dlsym(csd_handle,"csd_client_stop_voice"); in getUCMDevice()