Home
last modified time | relevance | path

Searched refs:muted (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/node/deps/npm/node_modules/mute-stream/lib/
Dindex.js9 this.muted = false
60 this.muted = true
64 this.muted = false
89 if (this.muted) {
116 if (this.muted) {
/third_party/pulseaudio/src/modules/
Dmodule-stream-restore.c120 bool muted; member
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 != muted; in handle_add_entry()
636 e->muted = muted; in handle_add_entry()
664 e->muted = muted; in handle_add_entry()
844 mute = e->muted_valid ? e->muted : FALSE; in handle_entry_get_mute()
[all …]
Dmodule-device-restore.c114 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 = le->muted; in legacy_entry_read()
638 ppe->muted = pa_sink_get_mute(sink, false); in subscribe_callback()
677 ppe->muted = pa_source_get_mute(source, false); in subscribe_callback()
790 pa_sink_new_data_set_muted(new_data, e->muted); in sink_fixate_hook_callback()
[all …]
Dstream-interaction.c119 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()
Dmodule-virtual-sink.c208 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()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DFunctionList.h28 bool muted = false; variable
41 if (muted) std::fill(begin, end, 0); in operator()
75 muted = toMute; in mute()
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c124 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()
1119 old_mute = o->muted; in pa_source_output_set_mute()
1126 o->muted = mute; in pa_source_output_set_mute()
1773 if (o->thread_info.muted != o->muted) { in pa_source_output_process_msg()
[all …]
Dsource-output.h107 bool muted:1; member
208 bool muted:1; member
272 bool muted:1; member
Dsink-input.h120 bool muted:1; member
248 bool muted:1; member
330 bool muted:1; member
Dsink-input.c241 data->muted = mute; in pa_sink_input_new_data_set_muted()
488 data->muted = false; in pa_sink_input_new()
597 i->muted = data->muted; in pa_sink_input_new()
619 i->thread_info.muted = i->muted; in pa_sink_input_new()
917 i->thread_info.muted = i->muted; in pa_sink_input_put()
1007 volume_is_norm = pa_cvolume_is_norm(&i->thread_info.soft_volume) && !i->thread_info.muted; in pa_sink_input_peek()
1053 if (i->thread_info.muted) { in pa_sink_input_peek()
1129 else if (i->thread_info.muted) in pa_sink_input_peek()
1590 old_mute = i->muted; in pa_sink_input_set_mute()
1597 i->muted = mute; in pa_sink_input_set_mute()
[all …]
Dsource.h102 bool muted:1; member
321 bool muted:1; member
Dsource.c125 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()
2207 if (s->thread_info.soft_muted != s->muted) { in pa_source_process_msg()
[all …]
Dsink.h101 bool muted:1; member
387 bool muted:1; member
Dsink.c135 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()
2367 old_muted = s->muted; in pa_sink_set_mute()
2374 s->muted = mute; in pa_sink_set_mute()
2411 return s->muted; in pa_sink_get_mute()
2427 if (new_muted == s->muted) in pa_sink_mute_changed()
2913 if (s->thread_info.soft_muted != s->muted) { in pa_sink_process_msg()
[all …]
Dcli-text.c483 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()
Dprotocol-native.c511 bool muted, in record_stream_new() argument
556 pa_source_output_new_data_set_muted(&data, muted); in record_stream_new()
958 bool muted, in playback_stream_new() argument
1031 pa_sink_input_new_data_set_muted(&data, muted); in playback_stream_new()
1889 muted = false, in command_create_playback_stream() local
1960 if (pa_tagstruct_get_boolean(t, &muted) < 0 || in command_create_playback_stream()
2072 muted_set = muted_set || muted; in command_create_playback_stream()
2074 …s = playback_stream_new(c, sink, &ss, &map, formats, &attr, volume_set ? &volume : NULL, muted, mu… in command_create_playback_stream()
2214 muted = false, in command_create_record_stream() local
2332 pa_tagstruct_get_boolean(t, &muted) < 0 || in command_create_record_stream()
[all …]
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.h270 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);
Dalsa-source.c1202 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()
Dalsa-sink.c1328 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()
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output-speaker.conf91 ; Make sure the internal speakers are not auto-muted once the system has speakers
Danalog-input-headphone-mic.conf63 ; Make sure the internal speakers are not auto-muted when you plug a mic in
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DAutomatedTesting.md146 Here is a report from a test that failed because the output was muted. Note the latency.msec is mis…
172 Here is a report from a test that failed because the output was muted. Note the glitch.count is mis…
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.h438 void gst_play_message_parse_muted_changed (GstMessage *msg, gboolean *muted);
/third_party/pulseaudio/
DPROTOCOL161 bool muted at the end
254 bool muted
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c381 if (s->muted) in sink_set_volume_cb()
416 if (s->muted) { in sink_set_mute_cb()

1234