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

  /hardware/qcom/audio/hal/
audio_hw.c 1001 struct audio_usecase *vc_usecase = NULL; local
    [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 391 milliseconds