Home
last modified time | relevance | path

Searched refs:PA_ERR_NOENTITY (Results 1 – 18 of 18) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore-format.c82 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()
Ddynarray.c97 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()
Dprotocol-native.c652 pa_pstream_send_error(s->connection->pstream, s->drain_tag, PA_ERR_NOENTITY); in playback_stream_unlink()
2093 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_playback_stream()
2100 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_playback_stream()
2204 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream()
2215 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream()
2227 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream()
2412 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream()
2419 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream()
2427 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream()
2879 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_lookup()
[all …]
Dmessage-handler.c126 return -PA_ERR_NOENTITY; in pa_message_handler_send_message()
173 return -PA_ERR_NOENTITY; in pa_message_handler_set_description()
Dstream-util.c56 if (r == -PA_ERR_NOENTITY) { in pa_stream_get_volume_channel_map()
Dmodule.c210 errcode = -PA_ERR_NOENTITY; in pa_module_load()
Dcard.c481 return -PA_ERR_NOENTITY; in card_message_handler()
Dcore-util.c1561 return -PA_ERR_NOENTITY; in pa_append_to_home_dir()
1583 return -PA_ERR_NOENTITY; in pa_get_config_home_dir()
1608 return -PA_ERR_NOENTITY; in pa_get_data_home_dir()
Dsource.c2689 return -PA_ERR_NOENTITY; in pa_source_set_port()
2692 return -PA_ERR_NOENTITY; in pa_source_set_port()
2702 return -PA_ERR_NOENTITY; in pa_source_set_port()
Dsink.c3493 return -PA_ERR_NOENTITY; in pa_sink_set_port()
3496 return -PA_ERR_NOENTITY; in pa_sink_set_port()
3506 return -PA_ERR_NOENTITY; in pa_sink_set_port()
Dsource-output.c286 pa_return_val_if_fail(source, -PA_ERR_NOENTITY); in pa_source_output_new()
Dsink-input.c406 pa_return_val_if_fail(sink, -PA_ERR_NOENTITY); in pa_sink_input_new()
/third_party/pulseaudio/src/pulse/
Dformat.c319 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()
Ddef.h477 PA_ERR_NOENTITY, /**< No such entity */ enumerator
508 #define PA_ERR_NOENTITY PA_ERR_NOENTITY macro
Derror.c43 [PA_ERR_NOENTITY] = N_("No such entity"), in pa_strerror()
Dcontext.c1358 PA_CHECK_VALIDITY_RETURN_NULL(c, c->server, PA_ERR_NOENTITY);
/third_party/pulseaudio/src/modules/
Dmodule-udev-detect.c347 } else if (err == -PA_ERR_NOENTITY) { in verify_access()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c2583 return -PA_ERR_NOENTITY; in bluez5_device_message_handler()