Home
last modified time | relevance | path

Searched refs:PA_ERR_NOTSUPPORTED (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dext-device-manager.c93 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_test()
193 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_read()
225 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_set_device_description()
261 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_delete()
310 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_enable_role_device_priority_routing()
342 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_reorder_devices_for_role()
383 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_manager_subscribe()
Dext-stream-restore.c89 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_stream_restore_test()
170 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_stream_restore_read()
204 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_stream_restore_write()
264 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_stream_restore_delete()
310 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_stream_restore_subscribe()
Dext-device-restore.c94 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_restore_test()
123 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_restore_subscribe()
247 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_restore_read_formats_all()
278 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_restore_read_formats()
316 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 14, PA_ERR_NOTSUPPORTED); in pa_ext_device_restore_save_formats()
Dintrospect.c375 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 16, PA_ERR_NOTSUPPORTED); in pa_context_set_sink_port_by_index()
400 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 16, PA_ERR_NOTSUPPORTED); in pa_context_set_sink_port_by_name()
654 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 16, PA_ERR_NOTSUPPORTED); in pa_context_set_source_port_by_index()
679 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 16, PA_ERR_NOTSUPPORTED); in pa_context_set_source_port_by_name()
1025 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15, PA_ERR_NOTSUPPORTED); in pa_context_get_card_info_by_index()
1050 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15, PA_ERR_NOTSUPPORTED); in pa_context_get_card_info_by_name()
1064 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15, PA_ERR_NOTSUPPORTED); in pa_context_get_card_info_list()
1080 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15, PA_ERR_NOTSUPPORTED); in pa_context_set_card_profile_by_index()
1105 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15, PA_ERR_NOTSUPPORTED); in pa_context_set_card_profile_by_name()
1552 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 11, PA_ERR_NOTSUPPORTED); in pa_context_set_sink_input_mute()
[all …]
Ddef.h491 PA_ERR_NOTSUPPORTED, /**< Operation not supported \since 0.9.5 */ enumerator
522 #define PA_ERR_NOTSUPPORTED PA_ERR_NOTSUPPORTED macro
Derror.c57 [PA_ERR_NOTSUPPORTED] = N_("Not supported"), in pa_strerror()
Dstream.c219 …on >= 12 || (ss->format != PA_SAMPLE_S32LE && ss->format != PA_SAMPLE_S32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
220 …on >= 15 || (ss->format != PA_SAMPLE_S24LE && ss->format != PA_SAMPLE_S24BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
221 …15 || (ss->format != PA_SAMPLE_S24_32LE && ss->format != PA_SAMPLE_S24_32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
237 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 21, PA_ERR_NOTSUPPORTED); in pa_stream_new_extended()
1244 …(s->context, s->context->version >= 12 || !(flags & PA_STREAM_VARIABLE_RATE), PA_ERR_NOTSUPPORTED); in create_stream()
1245 …TY(s->context, s->context->version >= 13 || !(flags & PA_STREAM_PEAK_DETECT), PA_ERR_NOTSUPPORTED); in create_stream()
2635 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->context->version >= 9, PA_ERR_NOTSUPPORTED); in pa_stream_get_buffer_attr()
2716 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->context->version >= 12, PA_ERR_NOTSUPPORTED); in pa_stream_set_buffer_attr()
2770 …PA_CHECK_VALIDITY_RETURN_ANY(s->context, s->context->version >= 12, PA_ERR_NOTSUPPORTED, PA_INVALI… in pa_stream_get_device_index()
2783 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->context->version >= 12, PA_ERR_NOTSUPPORTED); in pa_stream_get_device_name()
[all …]
Dscache.c220 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 13, PA_ERR_NOTSUPPORTED); in pa_context_play_sample_with_proplist()
Dcontext.c1394 PA_CHECK_VALIDITY_RETURN_ANY(c, c->version >= 13, PA_ERR_NOTSUPPORTED, PA_INVALID_INDEX);
1410 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 13, PA_ERR_NOTSUPPORTED);
1439 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 13, PA_ERR_NOTSUPPORTED);
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c312 return -PA_ERR_NOTSUPPORTED; in pa_source_output_new()
391 return -PA_ERR_NOTSUPPORTED; in pa_source_output_new()
431 return -PA_ERR_NOTSUPPORTED; in pa_source_output_new()
1389 return -PA_ERR_NOTSUPPORTED; in pa_source_output_start_move()
1588 return -PA_ERR_NOTSUPPORTED; in pa_source_output_finish_move()
1598 return -PA_ERR_NOTSUPPORTED; in pa_source_output_finish_move()
1689 return -PA_ERR_NOTSUPPORTED; in pa_source_output_move_to()
1847 return -PA_ERR_NOTSUPPORTED; in pa_source_output_update_resampler()
Dsink-input.c429 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_new()
504 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_new()
545 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_new()
1876 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_start_move()
2163 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_finish_move()
2173 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_finish_move()
2272 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_move_to()
2609 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_update_resampler()
Dsource.c847 return -PA_ERR_NOTSUPPORTED; in pa_source_suspend()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c2637 return -PA_ERR_NOTSUPPORTED; in bluez5_device_message_handler()