Searched refs:AUDIO_ERR_LOG (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | shm.c | 130 AUDIO_ERR_LOG("mmap() failed: %{public}s", pa_cstrerror(errno)); in privatemem_create() 138 AUDIO_ERR_LOG("posix_memalign() failed: %{public}s", pa_cstrerror(r)); in privatemem_create() 180 …AUDIO_ERR_LOG("%{public}s open() failed: %{public}s", pa_mem_type_to_string(type), pa_cstrerror(er… in sharedmem_create() 189 AUDIO_ERR_LOG("ftruncate() failed: %{public}s", pa_cstrerror(errno)); in sharedmem_create() 198 AUDIO_ERR_LOG("mmap() failed: %{public}s", pa_cstrerror(errno)); in sharedmem_create() 259 AUDIO_ERR_LOG("munmap() failed: %{public}s", pa_cstrerror(errno)); in privatemem_free() 285 AUDIO_ERR_LOG("munmap() failed: %{public}s", pa_cstrerror(errno)); in pa_shm_free() 293 AUDIO_ERR_LOG(" shm_unlink(%{public}s) failed: %{public}s", fn, pa_cstrerror(errno)); in pa_shm_free() 303 AUDIO_ERR_LOG("remove pa_assert_not_reached call"); in pa_shm_free() 373 AUDIO_ERR_LOG("shm_open() failed: %{public}s", pa_cstrerror(errno)); in shm_attach() [all …]
|
D | memblock.c | 927 AUDIO_ERR_LOG("REF: Leaked memory block %{public}p", b); in mempool_free() 938 AUDIO_ERR_LOG("Memory pool destroyed but not all memory blocks freed! %{public}u remain.", in mempool_free() 1259 … AUDIO_ERR_LOG("Bailing out! No cached memimport segment for memfd ID %{public}u", shm_id); in pa_memimport_get() 1260 AUDIO_ERR_LOG("Did the other PA endpoint forget registering its memfd pool?"); in pa_memimport_get() 1270 … AUDIO_ERR_LOG("Cannot import cached segment in write mode - previously mapped as read-only"); in pa_memimport_get()
|
D | core.c | 129 AUDIO_ERR_LOG("pa_mempool_new() failed."); in pa_core_new()
|
D | protocol-native.c | 3257 AUDIO_ERR_LOG("Internal sink state is invalid."); in sink_fill_tagstruct() 3332 AUDIO_ERR_LOG("Internal source state is invalid."); in source_fill_tagstruct() 5539 AUDIO_ERR_LOG("srbchannel= expects a boolean argument."); in pa_native_options_parse() 5544 AUDIO_ERR_LOG("auth-anonymous= expects a boolean argument."); in pa_native_options_parse() 5550 AUDIO_ERR_LOG("auth-group-enable= expects a boolean argument."); in pa_native_options_parse() 5559 … AUDIO_ERR_LOG("Authentication group configured, but not available on local system. Ignoring."); in pa_native_options_parse() 5566 AUDIO_ERR_LOG("Failed to parse IP ACL '%s'", acl); in pa_native_options_parse() 5578 AUDIO_ERR_LOG("auth-cookie-enabled= expects a boolean argument."); in pa_native_options_parse()
|
D | core-util.c | 578 AUDIO_ERR_LOG("Close fd failed, err code: %{public}d", r); in pa_close()
|
/third_party/pulseaudio/include/log/ |
D | audio_log.h | 42 #define AUDIO_ERR_LOG(fmt, ...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro 56 AUDIO_ERR_LOG(fmt, ##__VA_ARGS__); \ 64 AUDIO_ERR_LOG(fmt, ##__VA_ARGS__); \ 72 AUDIO_ERR_LOG(fmt, ##__VA_ARGS__); \
|
/third_party/pulseaudio/src/pulse/ |
D | context.c | 712 AUDIO_ERR_LOG("Process disabled waitpid(), cannot autospawn."); 787 AUDIO_ERR_LOG("Connection refused for status"); 892 AUDIO_ERR_LOG("Connection refused for try connect"); 941 AUDIO_ERR_LOG("Connection refused for io");
|