HomeSort by relevance Sort by last modified time
    Searched refs:audio_usecase (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/audio/hal/
platform_api.h 37 struct audio_usecase;
53 int platform_send_audio_calibration_v2(void *platform, struct audio_usecase *usecase,
128 struct audio_usecase *usecase, snd_device_t snd_device);
131 struct audio_usecase *usecase, snd_device_t snd_device);
audio_hw.h 278 struct audio_usecase { struct
367 struct audio_usecase *usecase);
376 struct audio_usecase *usecase);
378 struct audio_usecase *get_usecase_from_list(struct audio_device *adev,
voice.c 104 struct audio_usecase *uc_info;
158 struct audio_usecase *uc_info;
166 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
526 struct audio_usecase *usecase;
529 usecase = node_to_item(node, struct audio_usecase, list);
audio_hw.c 551 struct audio_usecase *usecase)
578 struct audio_usecase *usecase)
781 static snd_device_t derive_playback_snd_device(struct audio_usecase *uc,
782 struct audio_usecase *new_uc,
830 struct audio_usecase *uc_info,
834 struct audio_usecase *usecase;
858 usecase = node_to_item(node, struct audio_usecase, list);
878 usecase = node_to_item(node, struct audio_usecase, list);
886 usecase = node_to_item(node, struct audio_usecase, list);
899 usecase = node_to_item(node, struct audio_usecase, list)
4623 const audio_usecase_t audio_usecase = testcases[i]; local
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
ext_speaker.c 125 struct audio_usecase *usecase;
127 usecase = node_to_item(node, struct audio_usecase, list);
utils.c 120 struct audio_usecase *usecase)
214 struct audio_usecase *usecase,
267 struct audio_usecase *usecase,
330 struct audio_usecase *usecase)
344 struct audio_usecase *usecase)
424 struct audio_usecase *usecase)
audio_extn.h 147 struct audio_usecase *usecase);
149 struct audio_usecase *usecase);
hfp.c 247 struct audio_usecase *uc_info;
259 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
360 struct audio_usecase *uc_info;
416 struct audio_usecase *hfp_usecase = NULL;
spkr_protection.c 141 struct audio_usecase *uc_info;
303 struct audio_usecase *uc_info_rx = NULL, *uc_info_tx = NULL;
332 uc_info_rx = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
363 uc_info_tx = (struct audio_usecase *)
364 calloc(1, sizeof(struct audio_usecase));
804 struct audio_usecase *uc_info_tx;
815 uc_info_tx = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
876 struct audio_usecase *uc_info_tx
    [all...]
tfa_98xx.c 182 struct audio_usecase *usecase;
192 usecase = node_to_item(node, struct audio_usecase, list);
  /device/google/dragon/audio/hal/
audio_hw.c 286 struct mixer_card *uc_get_mixer_for_card(struct audio_usecase *usecase, int card)
404 static struct audio_usecase *get_usecase_from_id(struct audio_device *adev,
407 struct audio_usecase *usecase;
411 usecase = node_to_item(node, struct audio_usecase, adev_list_node);
418 static struct audio_usecase *get_usecase_from_type(struct audio_device *adev,
421 struct audio_usecase *usecase;
425 usecase = node_to_item(node, struct audio_usecase, adev_list_node);
523 struct audio_usecase *usecase;
686 struct audio_usecase *uc_info,
718 struct audio_usecase *uc_info
    [all...]
audio_hw.h 297 struct audio_usecase { struct
  /hardware/qcom/audio/hal/msm8960/
platform.c     [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 739 struct audio_usecase *usecase;
754 usecase = node_to_item(node, struct audio_usecase, list);
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]

Completed in 96 milliseconds