Searched refs:PA_ERR_NOENTITY (Results 1 – 16 of 16) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | core-format.c | 82 if (r == -PA_ERR_NOENTITY) in pa_format_info_to_sample_spec2() 90 if (r == -PA_ERR_NOENTITY) in pa_format_info_to_sample_spec2() 99 if (r == -PA_ERR_NOENTITY && r2 >= 0) in pa_format_info_to_sample_spec2() 101 else if (r == -PA_ERR_NOENTITY) in pa_format_info_to_sample_spec2() 113 if (r2 == -PA_ERR_NOENTITY) { in pa_format_info_to_sample_spec2()
|
D | dynarray.c | 97 return -PA_ERR_NOENTITY; in pa_dynarray_remove_by_index() 126 return -PA_ERR_NOENTITY; in pa_dynarray_remove_by_data() 151 return -PA_ERR_NOENTITY; in pa_dynarray_insert_by_index()
|
D | protocol-native.c | 646 pa_pstream_send_error(s->connection->pstream, s->drain_tag, PA_ERR_NOENTITY); in playback_stream_unlink() 2040 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_playback_stream() 2047 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_playback_stream() 2151 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream() 2162 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream() 2174 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream() 2359 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream() 2366 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream() 2374 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream() 2819 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_lookup() [all …]
|
D | message-handler.c | 83 return -PA_ERR_NOENTITY; in pa_message_handler_send_message() 98 return -PA_ERR_NOENTITY; in pa_message_handler_set_description()
|
D | stream-util.c | 56 if (r == -PA_ERR_NOENTITY) { in pa_stream_get_volume_channel_map()
|
D | module.c | 193 errcode = -PA_ERR_NOENTITY; in pa_module_load()
|
D | source.c | 2689 return -PA_ERR_NOENTITY; in pa_source_set_port() 2692 return -PA_ERR_NOENTITY; in pa_source_set_port() 2700 return -PA_ERR_NOENTITY; in pa_source_set_port()
|
D | core-util.c | 1542 return -PA_ERR_NOENTITY; in pa_append_to_home_dir() 1564 return -PA_ERR_NOENTITY; in pa_get_config_home_dir()
|
D | sink.c | 3423 return -PA_ERR_NOENTITY; in pa_sink_set_port() 3426 return -PA_ERR_NOENTITY; in pa_sink_set_port() 3434 return -PA_ERR_NOENTITY; in pa_sink_set_port()
|
D | source-output.c | 284 pa_return_val_if_fail(source, -PA_ERR_NOENTITY); in pa_source_output_new()
|
D | sink-input.c | 342 pa_return_val_if_fail(sink, -PA_ERR_NOENTITY); in pa_sink_input_new()
|
/third_party/pulseaudio/src/pulse/ |
D | format.c | 319 return -PA_ERR_NOENTITY; in pa_format_info_get_prop_int() 352 return -PA_ERR_NOENTITY; in pa_format_info_get_prop_int_range() 398 return -PA_ERR_NOENTITY; in pa_format_info_get_prop_int_array() 442 return -PA_ERR_NOENTITY; in pa_format_info_get_prop_string() 475 return -PA_ERR_NOENTITY; in pa_format_info_get_prop_string_array()
|
D | def.h | 477 PA_ERR_NOENTITY, /**< No such entity */ enumerator 508 #define PA_ERR_NOENTITY PA_ERR_NOENTITY macro
|
D | error.c | 43 [PA_ERR_NOENTITY] = N_("No such entity"), in pa_strerror()
|
D | context.c | 1330 PA_CHECK_VALIDITY_RETURN_NULL(c, c->server, PA_ERR_NOENTITY);
|
/third_party/pulseaudio/src/modules/ |
D | module-udev-detect.c | 347 } else if (err == -PA_ERR_NOENTITY) { in verify_access()
|