HomeSort by relevance Sort by last modified time
    Searched refs:snd_mask (Results 1 - 15 of 15) 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 349 struct snd_mask { struct
355 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
356 struct snd_mask mres[5];
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 372 struct snd_mask { struct
378 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
380 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 336 struct snd_mask { struct
342 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
345 struct snd_mask mres[5];
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 354 struct snd_mask { struct
360 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
362 struct snd_mask mres[5]; /* reserved masks */
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 340 struct snd_mask { struct
346 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
347 struct snd_mask mres[5];
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 360 struct snd_mask { struct
366 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
368 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 148 static inline struct snd_mask *param_to_mask(struct snd_pcm_hw_params *p, int n)
158 struct snd_mask *m = param_to_mask(p, n);
226 struct snd_mask *m = param_to_mask(p, n);
    [all...]

Completed in 69 milliseconds