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.h246 typedef int (*stop_voice_t)(uint32_t); typedef
263 stop_voice_t stop_voice;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h330 typedef int (*stop_voice_t)(uint32_t); typedef
348 stop_voice_t stop_voice;
Dplatform.c792 csd->stop_voice = (stop_voice_t)dlsym(csd->csd_client, in open_csd_client()