/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 66 "restore_muted=<Save/restore muted states?> " 120 bool muted; member 268 static pa_dbus_arg_info entry_mute_updated_args[] = { { "muted", "b", NULL } }; 497 dbus_bool_t muted; in send_mute_updated_signal() local 504 muted = e->muted; in send_mute_updated_signal() 507 pa_assert_se(dbus_message_append_args(signal_msg, DBUS_TYPE_BOOLEAN, &muted, DBUS_TYPE_INVALID)); in send_mute_updated_signal() 600 dbus_bool_t muted = FALSE; in handle_add_entry() local 619 dbus_message_iter_get_basic(&msg_iter, &muted); in handle_add_entry() 635 mute_updated = e->muted ! in handle_add_entry() 1021 bool muted:1; legacy_entry_read() member 2049 bool muted; extension_cb() local [all...] |
H A D | module-device-restore.c | 62 "restore_muted=<Save/restore muted states?> " 114 bool muted; member 369 pa_tagstruct_put_boolean(t, e->muted); in perportentry_write() 418 pa_tagstruct_get_boolean(t, &e->muted) < 0 || in perportentry_read() 486 r->muted = e->muted; in perportentry_copy() 502 (a->muted_valid && (a->muted != b->muted))) in perportentries_equal() 525 bool muted:1; in legacy_entry_read() member 578 (*perportentry)->muted in legacy_entry_read() [all...] |
H A D | stream-interaction.c | 119 if (!PA_SINK_INPUT(j)->muted && in find_trigger_stream() 123 if (!PA_SOURCE_OUTPUT(j)->muted && in find_trigger_stream() 178 else if (corked || i->muted) { in uncork_or_unduck() 180 if (i->muted) in uncork_or_unduck() 224 if (new_trigger && ((!corked && !j->muted) || u->duck)) { in apply_interaction_to_sink()
|
H A D | module-virtual-sink.c | 208 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb() 474 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
|
H A D | module-virtual-surround-sink.c | 385 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb() 698 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
|
H A D | module-virtual-source.c | 246 pa_source_output_set_mute(u->source_output, s->muted, s->save_muted); in source_set_mute_cb()
|
H A D | module-ladspa-sink.c | 462 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb() 710 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
H A D | FunctionList.h | 28 bool muted = false; member in FunctionList 41 if (muted) std::fill(begin, end, 0); in operator ()() 75 muted = toMute; in mute()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source-output.c | 124 data->muted = mute; in pa_source_output_new_data_set_muted() 375 data->muted = false; in pa_source_output_new() 477 o->muted = data->muted; in pa_source_output_new() 489 o->thread_info.muted = o->muted; in pa_source_output_new() 712 o->thread_info.muted = o->muted; in pa_source_output_put() 775 volume_is_norm = pa_cvolume_is_norm(&o->thread_info.soft_volume) && !o->thread_info.muted; in pa_source_output_push() 815 if (o->thread_info.muted) { in pa_source_output_push() [all...] |
H A D | sink-input.h | 120 bool muted:1; member 250 bool muted:1; member 334 bool muted:1; member
|
H A D | source-output.h | 107 bool muted:1; member 208 bool muted:1; member 272 bool muted:1; member
|
H A D | sink-input.c | 241 data->muted = mute; in pa_sink_input_new_data_set_muted() 489 data->muted = false; in pa_sink_input_new() 598 i->muted = data->muted; in pa_sink_input_new() 620 i->thread_info.muted = i->muted; in pa_sink_input_new() 920 i->thread_info.muted = i->muted; in pa_sink_input_put() 1010 volume_is_norm = pa_cvolume_is_norm(&i->thread_info.soft_volume) && !i->thread_info.muted; in pa_sink_input_peek() 1056 if (i->thread_info.muted) { in pa_sink_input_peek() [all...] |
H A D | source.c | 125 data->muted = mute; in pa_source_new_data_set_muted() 222 data->muted = false; in pa_source_new() 282 s->muted = data->muted; in pa_source_new() 326 s->thread_info.soft_muted = s->muted; in pa_source_new() 662 s->thread_info.soft_muted = s->muted; in pa_source_put() 1890 old_muted = s->muted; in pa_source_set_mute() 1897 s->muted = mute; in pa_source_set_mute() 1934 return s->muted; in pa_source_get_mute() 1950 if (new_muted == s->muted) in pa_source_mute_changed() [all...] |
H A D | sink.c | 135 data->muted = mute; in pa_sink_new_data_set_muted() 236 data->muted = false; in pa_sink_new() 295 s->muted = data->muted; in pa_sink_new() 339 s->thread_info.soft_muted = s->muted; in pa_sink_new() 714 s->thread_info.soft_muted = s->muted; in pa_sink_put() 2371 old_muted = s->muted; in pa_sink_set_mute() 2378 s->muted = mute; in pa_sink_set_mute() 2415 return s->muted; in pa_sink_get_mute() 2431 if (new_muted == s->muted) in pa_sink_mute_changed() [all...] |
H A D | source.h | 102 bool muted:1; member 321 bool muted:1; member
|
H A D | sink.h | 101 bool muted:1; member 387 bool muted:1; member
|
H A D | cli-text.c | 483 pa_yes_no(o->muted), in pa_source_output_list_to_string() 580 pa_yes_no(i->muted), in pa_sink_input_list_to_string()
|
H A D | protocol-native.c | 348 bool muted, in record_stream_new() 393 pa_source_output_new_data_set_muted(&data, muted); in record_stream_new() 807 bool muted, in playback_stream_new() 880 pa_sink_input_new_data_set_muted(&data, muted); in playback_stream_new() 1743 muted = false, in command_create_playback_stream() local 1814 if (pa_tagstruct_get_boolean(t, &muted) < 0 || in command_create_playback_stream() 1926 muted_set = muted_set || muted; in command_create_playback_stream() 1928 s = playback_stream_new(c, sink, &ss, &map, formats, &attr, volume_set ? &volume : NULL, muted, muted_set, flags, p, adjust_latency, early_requests, relative_volume, syncid, &missing, &ret); in command_create_playback_stream() 2068 muted = false, in command_create_record_stream() local 2186 pa_tagstruct_get_boolean(t, &muted) < in command_create_record_stream() 340 record_stream_new( pa_native_connection *c, pa_source *source, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *attr, pa_cvolume *volume, bool muted, bool muted_set, pa_source_output_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, bool peak_detect, pa_sink_input *direct_on_input, int *ret) record_stream_new() argument 799 playback_stream_new( pa_native_connection *c, pa_sink *sink, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *a, pa_cvolume *volume, bool muted, bool muted_set, pa_sink_input_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, uint32_t syncid, uint32_t *missing, int *ret) playback_stream_new() argument [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 270 int pa_alsa_path_get_mute(pa_alsa_path *path, snd_mixer_t *m, bool *muted); 272 int pa_alsa_path_set_mute(pa_alsa_path *path, snd_mixer_t *m, bool muted);
|
H A D | alsa-sink.c | 1328 pa_alsa_path_select(u->mixer_path, setting, u->mixer_handle, u->sink->muted); in sync_mixer() 1655 pa_alsa_path_set_mute(u->mixer_path, u->mixer_handle, s->muted); in sink_set_mute_cb() 2259 pa_alsa_path_select(data->path, data->setting, u->mixer_handle, u->sink->muted); in setup_mixer() 2268 pa_alsa_path_select(u->mixer_path, NULL, u->mixer_handle, u->sink->muted); in setup_mixer() 2279 pa_alsa_path_select(u->mixer_path, u->mixer_path->settings, u->mixer_handle, u->sink->muted); in setup_mixer()
|
H A D | alsa-source.c | 1202 pa_alsa_path_select(u->mixer_path, setting, u->mixer_handle, u->source->muted); in sync_mixer() 1529 pa_alsa_path_set_mute(u->mixer_path, u->mixer_handle, s->muted); in source_set_mute_cb() 1963 pa_alsa_path_select(data->path, data->setting, u->mixer_handle, u->source->muted); in setup_mixer() 1972 pa_alsa_path_select(u->mixer_path, NULL, u->mixer_handle, u->source->muted); in setup_mixer() 1983 pa_alsa_path_select(u->mixer_path, u->mixer_path->settings, u->mixer_handle, u->source->muted); in setup_mixer()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 380 /* If we're muted we don't need to do anything. */ in sink_set_volume_cb() 381 if (s->muted) in sink_set_volume_cb() 416 if (s->muted) { in sink_set_mute_cb()
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-stream.c | 159 static pa_dbus_arg_info mute_updated_args[] = { { "muted", "b", NULL } }; 786 new_mute = s->sink_input->muted; in mute_changed_cb() 909 s->mute = sink_input->muted; in pa_dbusiface_stream_new_playback()
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 251 int muted; member 1496 is->muted = !is->muted; in toggle_mute() 2459 if (!is->muted && is->audio_buf && is->audio_volume == SDL_MIX_MAXVOLUME) in sdl_audio_callback() 2463 if (!is->muted && is->audio_buf) in sdl_audio_callback() 3114 is->muted = 0; in stream_open()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | module-echo-cancel.c | 660 pa_source_output_set_mute(u->source_output, s->muted, s->save_muted); in source_set_mute_cb() 674 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb() 1568 pa_sink_mute_changed(u->sink, i->muted); in sink_input_mute_changed_cb()
|