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

  /hardware/qcom/audio/hal/msm8960/
platform.c 374 const char *platform_get_snd_device_name(snd_device_t snd_device)
376 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX)
377 return device_table[snd_device];
383 snd_device_t snd_device)
385 if (snd_device == SND_DEVICE_IN_BT_SCO_MIC)
387 else if(snd_device == SND_DEVICE_OUT_BT_SCO)
389 else if (snd_device == SND_DEVICE_OUT_HDMI)
391 else if (snd_device == SND_DEVICE_OUT_SPEAKER_AND_HDMI)
393 else if (snd_device == SND_DEVICE_OUT_BT_SCO_WB |
591 snd_device_t snd_device = SND_DEVICE_NONE; local
693 snd_device_t snd_device = SND_DEVICE_NONE; local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 413 snd_device_t snd_device = SND_DEVICE_NONE; local
419 snd_device = platform_get_output_snd_device(adev->platform, out_device);
420 platform_add_backend_name(adev->platform, mixer_path, snd_device);
810 const char *platform_get_snd_device_name(snd_device_t snd_device)
812 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX)
813 return device_table[snd_device];
819 snd_device_t snd_device)
823 if ((snd_device < SND_DEVICE_MIN) || (snd_device >= SND_DEVICE_MAX))
1180 snd_device_t snd_device = SND_DEVICE_NONE; local
1305 snd_device_t snd_device = SND_DEVICE_NONE; local
    [all...]
  /hardware/qcom/audio/hal/
platform_api.h 22 const char *platform_get_snd_device_name(snd_device_t snd_device);
24 snd_device_t snd_device);
27 int platform_set_snd_device_acdb_id(snd_device_t snd_device, unsigned int acdb_id);
28 int platform_send_audio_calibration(void *platform, snd_device_t snd_device);
59 int platform_set_snd_device_backend(snd_device_t snd_device, const char * backend);
audio_hw.c 228 snd_device_t snd_device; local
237 snd_device = usecase->in_snd_device;
239 snd_device = usecase->out_snd_device;
242 platform_add_backend_name(adev->platform, mixer_path, snd_device);
253 snd_device_t snd_device; local
261 snd_device = usecase->in_snd_device;
263 snd_device = usecase->out_snd_device;
265 platform_add_backend_name(adev->platform, mixer_path, snd_device);
274 snd_device_t snd_device)
276 if (snd_device < SND_DEVICE_MIN |
2530 snd_device_t snd_device; local
    [all...]
audio_hw.h 246 snd_device_t snd_device);
249 snd_device_t snd_device);
  /device/htc/flounder/audio/hal/
audio_hw.c 388 const char *get_snd_device_name(snd_device_t snd_device)
392 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX)
393 name = device_table[snd_device];
395 ALOGE_IF(name == NULL, "%s: invalid snd device %d", __func__, snd_device);
400 const char *get_snd_device_display_name(snd_device_t snd_device)
402 const char *name = get_snd_device_name(snd_device);
468 snd_device_t snd_device = SND_DEVICE_NONE; local
481 snd_device = SND_DEVICE_OUT_VOICE_TTY_FULL_HEADPHONES;
483 snd_device = SND_DEVICE_OUT_VOICE_TTY_VCO_HEADPHONES
544 snd_device_t snd_device = SND_DEVICE_NONE; local
    [all...]

Completed in 76 milliseconds