HomeSort by relevance Sort by last modified time
    Searched full:vc_usecase (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/hal/
audio_hw.c 813 struct audio_usecase *vc_usecase = NULL; local
840 vc_usecase = get_usecase_from_list(adev,
842 if ((vc_usecase != NULL) &&
843 ((vc_usecase->devices & AUDIO_DEVICE_OUT_ALL_CODEC_BACKEND) ||
845 in_snd_device = vc_usecase->in_snd_device;
846 out_snd_device = vc_usecase->out_snd_device;
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 753 struct audio_usecase *vc_usecase = NULL; local
788 vc_usecase = get_usecase_from_id(adev, USECASE_VOICE_CALL);
792 in_snd_device = vc_usecase->in_snd_device;
793 out_snd_device = vc_usecase->out_snd_device;
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 803 struct audio_usecase *vc_usecase = NULL; local
838 vc_usecase = get_usecase_from_id(adev, USECASE_VOICE_CALL);
842 in_snd_device = vc_usecase->in_snd_device;
843 out_snd_device = vc_usecase->out_snd_device;
    [all...]

Completed in 123 milliseconds