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

/hardware/qcom/audio/hal/
H A Daudio_hw.h281 csd_stop_voice_t csd_stop_voice; member in struct:audio_device
H A Daudio_hw.c1154 if (adev->csd_stop_voice == NULL) {
1157 ret = adev->csd_stop_voice();
2298 adev->csd_stop_voice = (csd_stop_voice_t)dlsym(adev->csd_client,
/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp39 static int (*csd_stop_voice)(); variable
1102 if (csd_stop_voice == NULL) {
1105 err = csd_stop_voice();
1797 csd_stop_voice = (int (*)())::dlsym(csd_handle,"csd_client_stop_voice");

Completed in 81 milliseconds