Home
last modified time | relevance | path

Searched defs:csd_data (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/audio/hal/msm8916/
H A Dplatform.h275 struct csd_data { struct
276 void *csd_client;
277 init_t init;
278 deinit_t deinit;
282 volume_t volume;
283 mic_mute_t mic_mute;
284 slow_talk_t slow_talk;
285 start_voice_t start_voice;
286 stop_voice_t stop_voice;
289 start_record_t start_record;
[all …]
/aosp12/hardware/qcom/audio/hal/msm8974/
H A Dplatform.h385 struct csd_data { struct
386 void *csd_client;
387 init_t init;
388 deinit_t deinit;
392 volume_t volume;
393 mic_mute_t mic_mute;
394 slow_talk_t slow_talk;
395 start_voice_t start_voice;
396 stop_voice_t stop_voice;
399 start_record_t start_record;
[all …]