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

  /bionic/libc/kernel/uapi/sound/
compress_offload.h 86 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /device/lge/hammerhead/kernel-headers/sound/
compress_offload.h 93 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_offload.h 158 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 147 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
164 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8x26/kernel-headers/sound/
compress_offload.h 92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 158 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_offload.h 92 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 158 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
175 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 278 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x00, struct snd_compr_caps *)
aplay.c 209 if (ioctl(pcm->fd, SNDRV_COMPRESS_GET_CAPS, &compr_cap)) {
210 fprintf(stderr, "Aplay: SNDRV_COMPRESS_GET_CAPS, failed Error no %d \n", errno);
  /external/tinycompress/
compress.c 191 if (ioctl(fd, SNDRV_COMPRESS_GET_CAPS, &caps)) {
260 if (ioctl(compress->fd, SNDRV_COMPRESS_GET_CAPS, &caps)) {

Completed in 259 milliseconds