Searched refs:segment_attach (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | memblock.c | 1113 static pa_memimport_segment* segment_attach(pa_memimport *i, pa_mem_type_t type, uint32_t shm_id, in segment_attach() function 1213 if (!(seg = segment_attach(i, PA_MEM_TYPE_SHARED_MEMFD, shm_id, memfd_fd, writable))) in pa_memimport_attach_memfd() 1256 if (!(seg = segment_attach(i, type, shm_id, -1, writable))) in pa_memimport_get()
|