Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.h268 typedef int (*start_voice_t)(uint32_t); typedef
285 start_voice_t start_voice;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h377 typedef int (*start_voice_t)(uint32_t); typedef
395 start_voice_t start_voice;
Dplatform.c1190 csd->start_voice = (start_voice_t)dlsym(csd->csd_client, in open_csd_client()