Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmemblock.c221 if (b->type == PA_MEMBLOCK_IMPORTED) { in stat_add()
241 if (b->type == PA_MEMBLOCK_IMPORTED) { in stat_remove()
492 return b->type != PA_MEMBLOCK_IMPORTED; in pa_memblock_is_ours()
616 case PA_MEMBLOCK_IMPORTED: { in memblock_free()
778 pa_assert(b->type == PA_MEMBLOCK_IMPORTED); in memblock_replace_import()
1274 b->type = PA_MEMBLOCK_IMPORTED; in pa_memimport_get()
1420 if (slot->block->type != PA_MEMBLOCK_IMPORTED || in memexport_revoke_blocks()
1439 if (b->type == PA_MEMBLOCK_IMPORTED || in memblock_shared_copy()
1494 if (b->type == PA_MEMBLOCK_IMPORTED) { in pa_memexport_put()
Dmemblock.h47 PA_MEMBLOCK_IMPORTED, /* Memory is imported from another process via shm */ enumerator
Dcli-command.c354 [PA_MEMBLOCK_IMPORTED] = "IMPORTED", in pa_cli_command_stat()