/third_party/pulseaudio/src/pulse/ |
H A D | ext-device-manager.c | 93 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()
|
H A D | ext-device-restore.c | 94 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()
|
H A D | ext-stream-restore.c | 89 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()
|
H A D | introspect.c | 375 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...] |
H A D | error.c | 57 [PA_ERR_NOTSUPPORTED] = N_("Not supported"), in pa_strerror()
|
H A D | def.h | 491 PA_ERR_NOTSUPPORTED, /**< Operation not supported \since 0.9.5 */ enumerator 522 #define PA_ERR_NOTSUPPORTED PA_ERR_NOTSUPPORTED macro
|
H A D | stream.c | 221 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 12 || (ss->format != PA_SAMPLE_S32LE && ss->format != PA_SAMPLE_S32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist() 222 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24LE && ss->format != PA_SAMPLE_S24BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist() 223 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24_32LE && ss->format != PA_SAMPLE_S24_32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist() 239 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 21, PA_ERR_NOTSUPPORTED); in pa_stream_new_extended() 1258 PA_CHECK_VALIDITY(s->context, s->context->version >= 12 || !(flags & PA_STREAM_VARIABLE_RATE), PA_ERR_NOTSUPPORTED); in create_stream() 1259 PA_CHECK_VALIDITY(s->context, s->context->version >= 13 || !(flags & PA_STREAM_PEAK_DETECT), PA_ERR_NOTSUPPORTED); in create_stream() 2663 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->context->version >= 9, PA_ERR_NOTSUPPORTED); in pa_stream_get_buffer_attr() 2744 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->context->version >= 12, PA_ERR_NOTSUPPORTED); in pa_stream_set_buffer_attr() 2798 PA_CHECK_VALIDITY_RETURN_ANY(s->context, s->context->version >= 12, PA_ERR_NOTSUPPORTED, PA_INVALID_INDEX); in pa_stream_get_device_index() 2811 PA_CHECK_VALIDITY_RETURN_NULL(s->context, s->context->version >= 12, PA_ERR_NOTSUPPORTED); in pa_stream_get_device_name() [all...] |
H A D | scache.c | 220 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 13, PA_ERR_NOTSUPPORTED); in pa_context_play_sample_with_proplist()
|
H A D | context.c | 1400 PA_CHECK_VALIDITY_RETURN_ANY(c, c->version >= 13, PA_ERR_NOTSUPPORTED, PA_INVALID_INDEX); 1416 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 13, PA_ERR_NOTSUPPORTED); 1445 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 13, PA_ERR_NOTSUPPORTED);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source-output.c | 312 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()
|
H A D | sink-input.c | 430 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_new() 505 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_new() 546 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_new() 1879 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_start_move() 2166 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_finish_move() 2176 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_finish_move() 2275 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_move_to() 2612 return -PA_ERR_NOTSUPPORTED; in pa_sink_input_update_resampler()
|
H A D | source.c | 847 return -PA_ERR_NOTSUPPORTED; in pa_source_suspend()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 2637 return -PA_ERR_NOTSUPPORTED; in bluez5_device_message_handler()
|