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

  /hardware/qcom/audio/hal/
audio_hw.c 215 static int get_acdb_device_id(snd_device_t snd_device)
217 return acdb_device_table[snd_device];
221 snd_device_t snd_device)
223 if (snd_device == SND_DEVICE_IN_BT_SCO_MIC)
225 else if(snd_device == SND_DEVICE_OUT_BT_SCO)
227 else if (snd_device == SND_DEVICE_OUT_HDMI)
229 else if (snd_device == SND_DEVICE_OUT_SPEAKER_AND_HDMI)
237 snd_device_t snd_device; local
246 snd_device = usecase->in_snd_device;
248 snd_device = usecase->out_snd_device
265 snd_device_t snd_device; local
576 snd_device_t snd_device = SND_DEVICE_NONE; local
670 snd_device_t snd_device = SND_DEVICE_NONE; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 68 struct snd_device;
71 int (*dev_free)(struct snd_device *dev);
72 int (*dev_register)(struct snd_device *dev);
73 int (*dev_disconnect)(struct snd_device *dev);
76 struct snd_device { struct
85 #define snd_device(n) list_entry(n, struct snd_device, list) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 68 struct snd_device;
71 int (*dev_free)(struct snd_device *dev);
72 int (*dev_register)(struct snd_device *dev);
73 int (*dev_disconnect)(struct snd_device *dev);
76 struct snd_device { struct
85 #define snd_device(n) list_entry(n, struct snd_device, list) macro

Completed in 100 milliseconds