Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.h269 typedef int (*stop_voice_t)(uint32_t); typedef
286 stop_voice_t stop_voice;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h378 typedef int (*stop_voice_t)(uint32_t); typedef
396 stop_voice_t stop_voice;
Dplatform.c1179 csd->stop_voice = (stop_voice_t)dlsym(csd->csd_client, in open_csd_client()