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

  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 75 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
82 static inline void snd_mask_any(struct snd_mask *mask)
84 memset(mask, 0xff, sizeof(struct snd_mask));
104 struct snd_mask *m = param_to_mask(p, n);
  /bionic/libc/kernel/uapi/sound/
asound.h 337 struct snd_mask { struct
344 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
345 struct snd_mask mres[5];
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 358 struct snd_mask { struct
364 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
366 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 335 struct snd_mask { struct
341 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
344 struct snd_mask mres[5];
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 353 struct snd_mask { struct
359 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
361 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 335 struct snd_mask { struct
341 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
344 struct snd_mask mres[5];
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 353 struct snd_mask { struct
359 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
361 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 328 struct snd_mask { struct
334 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
336 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 335 struct snd_mask { struct
341 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
343 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 204 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
214 struct snd_mask *m = param_to_mask(p, n);
253 struct snd_mask *m = param_to_mask(p, n);
293 struct snd_mask *m = param_to_mask(p, n);
  /external/tinyalsa/
pcm.c 149 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
159 struct snd_mask *m = param_to_mask(p, n);
227 struct snd_mask *m = param_to_mask(p, n);
    [all...]

Completed in 195 milliseconds