Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A 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()
H A 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()
H A Dprotocol-native.c484 pa_pstream_send_error(s->connection->pstream, s->drain_tag, PA_ERR_NOENTITY); in playback_stream_unlink()
1899 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_playback_stream()
1906 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_playback_stream()
2010 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream()
2021 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream()
2033 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_delete_stream()
2218 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream()
2225 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream()
2233 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_create_record_stream()
2685 pa_pstream_send_error(c->pstream, tag, PA_ERR_NOENTITY); in command_lookup()
[all...]
H A Dmessage-handler.c126 return -PA_ERR_NOENTITY; in pa_message_handler_send_message()
173 return -PA_ERR_NOENTITY; in pa_message_handler_set_description()
H A Dstream-util.c56 if (r == -PA_ERR_NOENTITY) { in pa_stream_get_volume_channel_map()
H A Dcard.c481 return -PA_ERR_NOENTITY; in card_message_handler()
H A Dmodule.c210 errcode = -PA_ERR_NOENTITY; in pa_module_load()
H A 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()
H A 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()
H A Dsink.c3497 return -PA_ERR_NOENTITY; in pa_sink_set_port()
3500 return -PA_ERR_NOENTITY; in pa_sink_set_port()
3510 return -PA_ERR_NOENTITY; in pa_sink_set_port()
H A Dsource-output.c286 pa_return_val_if_fail(source, -PA_ERR_NOENTITY); in pa_source_output_new()
H A Dsink-input.c406 pa_return_val_if_fail(sink, -PA_ERR_NOENTITY); in pa_sink_input_new()
/third_party/pulseaudio/src/pulse/
H A 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()
H A Derror.c43 [PA_ERR_NOENTITY] = N_("No such entity"), in pa_strerror()
H A Ddef.h477 PA_ERR_NOENTITY, /**< No such entity */ enumerator
508 #define PA_ERR_NOENTITY PA_ERR_NOENTITY macro
H A Dcontext.c1357 PA_CHECK_VALIDITY_RETURN_NULL(c, c->server, PA_ERR_NOENTITY);
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c347 } else if (err == -PA_ERR_NOENTITY) { in verify_access()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c2583 return -PA_ERR_NOENTITY; in bluez5_device_message_handler()

Completed in 36 milliseconds