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

  /bionic/libc/kernel/uapi/sound/
compress_offload.h 86 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 148 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
165 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8994/kernel-headers/sound/
compress_offload.h 95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 160 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
177 #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/msm8996/kernel-headers/sound/
compress_offload.h 95 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps)
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 160 * SNDRV_COMPRESS_GET_CAPS: Query capability of DSP
179 #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 679 milliseconds