Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.h242 typedef int (*volume_t)(uint32_t, int, uint16_t); typedef
259 volume_t volume;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h326 typedef int (*volume_t)(uint32_t, int, uint16_t); typedef
344 volume_t volume;
Dplatform.c799 csd->volume = (volume_t)dlsym(csd->csd_client, in open_csd_client()