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

  /hardware/qcom/audio/hal/msm8960/
platform.h 34 SND_DEVICE_NONE = 0,
platform.c 114 [SND_DEVICE_NONE] = "none",
162 [SND_DEVICE_NONE] = -1,
591 snd_device_t snd_device = SND_DEVICE_NONE;
625 if (snd_device != SND_DEVICE_NONE) {
644 if (snd_device != SND_DEVICE_NONE) {
693 snd_device_t snd_device = SND_DEVICE_NONE;
770 if (snd_device == SND_DEVICE_NONE) {
795 if (snd_device != SND_DEVICE_NONE) {
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.h 36 SND_DEVICE_NONE = 0,
platform.c 129 [SND_DEVICE_NONE] = "none",
203 [SND_DEVICE_NONE] = -1,
414 snd_device_t snd_device = SND_DEVICE_NONE;
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 500 snd_device_t out_snd_device = SND_DEVICE_NONE;
501 snd_device_t in_snd_device = SND_DEVICE_NONE;
548 in_snd_device = SND_DEVICE_NONE;
549 if (out_snd_device == SND_DEVICE_NONE) {
561 out_snd_device = SND_DEVICE_NONE;
562 if (in_snd_device == SND_DEVICE_NONE) {
591 (usecase->in_snd_device != SND_DEVICE_NONE) &&
592 (usecase->out_snd_device != SND_DEVICE_NONE)) {
597 if (usecase->out_snd_device != SND_DEVICE_NONE) {
602 if (usecase->in_snd_device != SND_DEVICE_NONE) {
    [all...]
voice.c 114 uc_info->in_snd_device = SND_DEVICE_NONE;
115 uc_info->out_snd_device = SND_DEVICE_NONE;
  /hardware/qcom/audio/hal/audio_extn/
hfp.c 124 uc_info->in_snd_device = SND_DEVICE_NONE;
125 uc_info->out_snd_device = SND_DEVICE_NONE;
  /device/htc/flounder/audio/hal/
audio_hw.c 259 [SND_DEVICE_NONE] = "none",
470 snd_device_t snd_device = SND_DEVICE_NONE;
497 if (snd_device != SND_DEVICE_NONE) {
513 if (snd_device != SND_DEVICE_NONE) {
546 snd_device_t snd_device = SND_DEVICE_NONE;
613 if (snd_device == SND_DEVICE_NONE) {
643 if (snd_device != SND_DEVICE_NONE) {
781 snd_device_t out_snd_device = SND_DEVICE_NONE;
782 snd_device_t in_snd_device = SND_DEVICE_NONE;
829 in_snd_device = SND_DEVICE_NONE;
    [all...]
audio_hw.h 70 SND_DEVICE_NONE = 0,

Completed in 308 milliseconds