Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.h273 typedef int (*stop_record_t)(uint32_t); typedef
290 stop_record_t stop_record;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h382 typedef int (*stop_record_t)(uint32_t); typedef
400 stop_record_t stop_record;
Dplatform.c1228 csd->stop_record = (stop_record_t)dlsym(csd->csd_client, in open_csd_client()