Searched refs:csd_stop_voice (Results 1 – 2 of 2) sorted by relevance
102 csd_stop_voice_t csd_stop_voice; member369 my_data->csd_stop_voice = (csd_stop_voice_t)dlsym(my_data->csd_client, in platform_init()574 if (my_data->csd_stop_voice == NULL) { in platform_stop_voice_call()577 ret = my_data->csd_stop_voice(); in platform_stop_voice_call()
39 static int (*csd_stop_voice)(); variable1102 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()