Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.h248 typedef int (*stop_playback_t)(uint32_t); typedef
265 stop_playback_t stop_playback;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h332 typedef int (*stop_playback_t)(uint32_t); typedef
350 stop_playback_t stop_playback;
Dplatform.c827 csd->stop_playback = (stop_playback_t)dlsym(csd->csd_client, in open_csd_client()