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

  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 57 return (p >= SNDRV_PCM_HW_PARAM_FIRST_MASK) &&
79 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]);
102 for (n = SNDRV_PCM_HW_PARAM_FIRST_MASK;
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 189 return (p >= SNDRV_PCM_HW_PARAM_FIRST_MASK) &&
206 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]);
251 for (n = SNDRV_PCM_HW_PARAM_FIRST_MASK;
291 for (n = SNDRV_PCM_HW_PARAM_FIRST_MASK;
  /bionic/libc/kernel/uapi/sound/
asound.h 307 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
344 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 316 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
365 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 301 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
342 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 311 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
360 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 301 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
342 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 311 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
360 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 288 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
335 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 293 #define SNDRV_PCM_HW_PARAM_FIRST_MASK SNDRV_PCM_HW_PARAM_ACCESS
342 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    [all...]
  /external/tinyalsa/
pcm.c 134 return (p >= SNDRV_PCM_HW_PARAM_FIRST_MASK) &&
151 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]);
225 for (n = SNDRV_PCM_HW_PARAM_FIRST_MASK;
    [all...]

Completed in 71 milliseconds