OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_util_memhdr
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
util_mem.h
39
struct
snd_util_memhdr
{
struct
51
struct
snd_util_memhdr
*snd_util_memhdr_new(int memsize);
52
void snd_util_memhdr_free(struct
snd_util_memhdr
*hdr);
53
struct snd_util_memblk *snd_util_mem_alloc(struct
snd_util_memhdr
*hdr, int size);
54
int snd_util_mem_free(struct
snd_util_memhdr
*hdr, struct snd_util_memblk *blk);
55
int snd_util_mem_avail(struct
snd_util_memhdr
*hdr);
58
struct snd_util_memblk *__snd_util_mem_alloc(struct
snd_util_memhdr
*hdr, int size);
59
void __snd_util_mem_free(struct
snd_util_memhdr
*hdr, struct snd_util_memblk *blk);
60
struct snd_util_memblk *__snd_util_memblk_new(struct
snd_util_memhdr
*hdr,
soundfont.h
73
struct
snd_util_memhdr
*hdr,
76
struct
snd_util_memhdr
*hdr);
98
struct
snd_util_memhdr
*memhdr;
109
struct
snd_util_memhdr
*hdr);
emux_synth.h
60
struct
snd_util_memhdr
*hdr,
63
struct
snd_util_memhdr
*hdr);
126
struct
snd_util_memhdr
*memhdr; /* memory chunk information */
emu8000.h
87
struct
snd_util_memhdr
*memhdr;
trident.h
288
struct
snd_util_memhdr
* memhdr; /* page allocation list */
emu10k1.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
util_mem.h
39
struct
snd_util_memhdr
{
struct
51
struct
snd_util_memhdr
*snd_util_memhdr_new(int memsize);
52
void snd_util_memhdr_free(struct
snd_util_memhdr
*hdr);
53
struct snd_util_memblk *snd_util_mem_alloc(struct
snd_util_memhdr
*hdr, int size);
54
int snd_util_mem_free(struct
snd_util_memhdr
*hdr, struct snd_util_memblk *blk);
55
int snd_util_mem_avail(struct
snd_util_memhdr
*hdr);
58
struct snd_util_memblk *__snd_util_mem_alloc(struct
snd_util_memhdr
*hdr, int size);
59
void __snd_util_mem_free(struct
snd_util_memhdr
*hdr, struct snd_util_memblk *blk);
60
struct snd_util_memblk *__snd_util_memblk_new(struct
snd_util_memhdr
*hdr,
soundfont.h
73
struct
snd_util_memhdr
*hdr,
76
struct
snd_util_memhdr
*hdr);
98
struct
snd_util_memhdr
*memhdr;
109
struct
snd_util_memhdr
*hdr);
emux_synth.h
60
struct
snd_util_memhdr
*hdr,
63
struct
snd_util_memhdr
*hdr);
126
struct
snd_util_memhdr
*memhdr; /* memory chunk information */
emu8000.h
87
struct
snd_util_memhdr
*memhdr;
trident.h
288
struct
snd_util_memhdr
* memhdr; /* page allocation list */
emu10k1.h
[
all
...]
Completed in 860 milliseconds