Home
last modified time | relevance | path

Searched refs:PA_MEMBLOCK_FIXED (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dmemblock.h46 PA_MEMBLOCK_FIXED, /* Data is a pointer to fixed memory that needs not to be freed */ enumerator
Dmemblock.c438 b->type = PA_MEMBLOCK_FIXED; in pa_memblock_new_fixed()
603 case PA_MEMBLOCK_FIXED: in memblock_free()
750 pa_assert(b->type == PA_MEMBLOCK_FIXED); in pa_memblock_unref_fixed()
Dcli-command.c353 [PA_MEMBLOCK_FIXED] = "FIXED", in pa_cli_command_stat()