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.h271 typedef int (*stop_playback_t)(uint32_t); typedef
288 stop_playback_t stop_playback;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h380 typedef int (*stop_playback_t)(uint32_t); typedef
398 stop_playback_t stop_playback;
Dplatform.c1232 csd->stop_playback = (stop_playback_t)dlsym(csd->csd_client, in open_csd_client()