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.c223 if (b->type == PA_MEMBLOCK_IMPORTED) { in stat_add()
243 if (b->type == PA_MEMBLOCK_IMPORTED) { in stat_remove()
495 return b->type != PA_MEMBLOCK_IMPORTED; in pa_memblock_is_ours()
619 case PA_MEMBLOCK_IMPORTED: { in memblock_free()
781 pa_assert(b->type == PA_MEMBLOCK_IMPORTED); in memblock_replace_import()
1280 b->type = PA_MEMBLOCK_IMPORTED; in pa_memimport_get()
1426 if (slot->block->type != PA_MEMBLOCK_IMPORTED || in memexport_revoke_blocks()
1445 if (b->type == PA_MEMBLOCK_IMPORTED || in memblock_shared_copy()
1500 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.c357 [PA_MEMBLOCK_IMPORTED] = "IMPORTED", in pa_cli_command_stat()