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 414 snd_device_t snd_device = SND_DEVICE_NONE; local
424 snd_device = platform_get_output_snd_device(adev->platform, out_device);
425 platform_add_backend_name(adev->platform, my_data->ec_ref_mixer_path, snd_device);
812 const char *platform_get_snd_device_name(snd_device_t snd_device)
814 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX)
815 return device_table[snd_device];
821 snd_device_t snd_device)
825 if ((snd_device < SND_DEVICE_MIN) || (snd_device >= SND_DEVICE_MAX))
1182 snd_device_t snd_device = SND_DEVICE_NONE; local
1307 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 215 snd_device_t snd_device; local
224 snd_device = usecase->in_snd_device;
226 snd_device = usecase->out_snd_device;
229 platform_add_backend_name(adev->platform, mixer_path, snd_device);
240 snd_device_t snd_device; local
248 snd_device = usecase->in_snd_device;
250 snd_device = usecase->out_snd_device;
252 platform_add_backend_name(adev->platform, mixer_path, snd_device);
261 snd_device_t snd_device)
263 if (snd_device < SND_DEVICE_MIN |
2521 snd_device_t snd_device; local
    [all...]
audio_hw.h 244 snd_device_t snd_device);
247 snd_device_t snd_device);
  /device/htc/flounder/audio/hal/
audio_hw.c 390 const char *get_snd_device_name(snd_device_t snd_device)
394 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX)
395 name = device_table[snd_device];
397 ALOGE_IF(name == NULL, "%s: invalid snd device %d", __func__, snd_device);
402 const char *get_snd_device_display_name(snd_device_t snd_device)
404 const char *name = get_snd_device_name(snd_device);
470 snd_device_t snd_device = SND_DEVICE_NONE; local
483 snd_device = SND_DEVICE_OUT_VOICE_TTY_FULL_HEADPHONES;
485 snd_device = SND_DEVICE_OUT_VOICE_TTY_VCO_HEADPHONES
546 snd_device_t snd_device = SND_DEVICE_NONE; local
    [all...]

Completed in 325 milliseconds