OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_COMPRESS_AVAIL
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/common/sound/
compress_offload.h
101
#define
SNDRV_COMPRESS_AVAIL
_IOR('C', 0x21, struct snd_compr_avail)
/external/kernel-headers/original/sound/
compress_offload.h
164
*
SNDRV_COMPRESS_AVAIL
: get the current buffer avail value.
185
#define
SNDRV_COMPRESS_AVAIL
_IOR('C', 0x21, struct snd_compr_avail)
/external/tinycompress/
compress.c
323
if (ioctl(compress->fd,
SNDRV_COMPRESS_AVAIL
, &kavail))
369
if (ioctl(compress->fd,
SNDRV_COMPRESS_AVAIL
, &avail))
430
if (ioctl(compress->fd,
SNDRV_COMPRESS_AVAIL
, &avail))
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h
283
#define
SNDRV_COMPRESS_AVAIL
_IOR('C', 0x11, struct snd_compr_avail *)
Completed in 77 milliseconds