Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dcontext.c560 c->shm_type = PA_MEM_TYPE_PRIVATE; in setup_complete_callback()
572 c->shm_type = PA_MEM_TYPE_SHARED_MEMFD; in setup_complete_callback()
574 c->shm_type = PA_MEM_TYPE_SHARED_POSIX; in setup_complete_callback()
578 AUDIO_DEBUG_LOG("Negotiated SHM type: %{public}s", pa_mem_type_to_string(c->shm_type)); in setup_complete_callback()
Dinternal.h115 pa_mem_type_t shm_type; member
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c2474 static void setup_srbchannel(pa_native_connection *c, pa_mem_type_t shm_type) { in setup_srbchannel() argument
2480 AUDIO_INFO_LOG("start setup_srbchannel, shm_type: %{public}d", shm_type); in setup_srbchannel()
2507 if (!(c->rw_mempool = pa_mempool_new(shm_type, c->protocol->core->shm_size, true))) { in setup_srbchannel()
2513 if (shm_type == PA_MEM_TYPE_SHARED_MEMFD) { in setup_srbchannel()
2573 pa_mem_type_t shm_type; in command_auth() local
2708 shm_type = PA_MEM_TYPE_PRIVATE; in command_auth()
2712 shm_type = PA_MEM_TYPE_SHARED_MEMFD; in command_auth()
2714 shm_type = PA_MEM_TYPE_SHARED_POSIX; in command_auth()
2717 AUDIO_INFO_LOG("Negotiated SHM type: %s", pa_mem_type_to_string(shm_type)); in command_auth()
2744 if (shm_type == PA_MEM_TYPE_SHARED_MEMFD) { in command_auth()
[all …]