Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/msm8916/
Dplatform.h272 typedef int (*start_record_t)(uint32_t, int); typedef
289 start_record_t start_record;
/hardware/qcom/audio/hal/msm8974/
Dplatform.h381 typedef int (*start_record_t)(uint32_t, int); typedef
399 start_record_t start_record;
Dplatform.c1221 csd->start_record = (start_record_t)dlsym(csd->csd_client, in open_csd_client()