Home
last modified time | relevance | path

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

1234

/third_party/node/deps/npm/node_modules/mute-stream/
Dmute.js11 this.muted = false
30 this.muted = true
34 this.muted = false
101 if (this.muted) {
125 if (this.muted) {
DREADME.md3 Bytes go in, but they don't come out (when muted).
5 This is a basic pass-through stream, but when muted, the bytes are
42 specified string when muted. (So you can show `****` instead of the
53 Set `muted` to `true`. Turns `.write()` into a no-op.
57 Set `muted` to `false`
/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
571 (*perportentry)->muted = le->muted; in legacy_entry_read()
631 ppe->muted = pa_sink_get_mute(sink, false); in subscribe_callback()
670 ppe->muted = pa_source_get_mute(source, false); in subscribe_callback()
783 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.c205 pa_sink_input_set_mute(u->sink_input, s->muted, s->save_muted); in sink_set_mute_cb()
471 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/flutter/flutter/packages/flutter/lib/src/widgets/
Dticker_provider.dart122 _ticker.muted = !TickerMode.of(context);
131 if (_ticker.isActive && _ticker.muted)
132 tickerDescription = 'active but muted';
135 else if (_ticker.muted)
136 tickerDescription = 'inactive and muted';
197 final bool muted = !TickerMode.of(context);
200 ticker.muted = muted;
/third_party/flutter/flutter/packages/flutter/test/scheduler/
Dticker_test.dart33 ticker.muted = true;
40 ticker.muted = false;
47 ticker.muted = true;
60 ticker.muted = false;
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dticker.dart46 /// A [Ticker] can be silenced by setting [muted] to true. While silenced, time
51 /// consumer, and the [muted] property is controlled by the [TickerProvider]
75 bool get muted => _muted;
84 /// By convention, the [muted] property is controlled by the object that
87 set muted(bool value) {
88 if (value == muted)
101 /// A ticker that is [muted] can be active (see [isActive]) yet not be
111 if (muted)
130 /// Starts the clock for this [Ticker]. If the ticker is not [muted], then this
218 /// * The ticker is not ticking, e.g. because it is [muted] (see [isTicking]).
[all …]
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c123 data->muted = mute; in pa_source_output_new_data_set_muted()
373 data->muted = false; in pa_source_output_new()
475 o->muted = data->muted; in pa_source_output_new()
487 o->thread_info.muted = o->muted; in pa_source_output_new()
705 o->thread_info.muted = o->muted; in pa_source_output_put()
768 volume_is_norm = pa_cvolume_is_norm(&o->thread_info.soft_volume) && !o->thread_info.muted; in pa_source_output_push()
808 if (o->thread_info.muted) { in pa_source_output_push()
1090 old_mute = o->muted; in pa_source_output_set_mute()
1097 o->muted = mute; in pa_source_output_set_mute()
1718 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.c180 data->muted = mute; in pa_sink_input_new_data_set_muted()
425 data->muted = false; in pa_sink_input_new()
534 i->muted = data->muted; in pa_sink_input_new()
556 i->thread_info.muted = i->muted; in pa_sink_input_new()
831 i->thread_info.muted = i->muted; in pa_sink_input_put()
921 volume_is_norm = pa_cvolume_is_norm(&i->thread_info.soft_volume) && !i->thread_info.muted; in pa_sink_input_peek()
966 if (i->thread_info.muted) { in pa_sink_input_peek()
1039 else if (i->thread_info.muted) in pa_sink_input_peek()
1438 old_mute = i->muted; in pa_sink_input_set_mute()
1445 i->muted = mute; in pa_sink_input_set_mute()
[all …]
Dsink-input.h120 bool muted:1; member
238 bool muted:1; member
310 bool muted:1; member
Dsource.h102 bool muted:1; member
320 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
382 bool muted:1; member
Dsink.c134 data->muted = mute; in pa_sink_new_data_set_muted()
235 data->muted = false; in pa_sink_new()
294 s->muted = data->muted; in pa_sink_new()
338 s->thread_info.soft_muted = s->muted; in pa_sink_new()
712 s->thread_info.soft_muted = s->muted; in pa_sink_put()
2318 old_muted = s->muted; in pa_sink_set_mute()
2325 s->muted = mute; in pa_sink_set_mute()
2362 return s->muted; in pa_sink_get_mute()
2378 if (new_muted == s->muted) in pa_sink_mute_changed()
2849 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()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Danimated_cross_fade_test.dart302 expect(state.ticker.muted, false);
309 expect(state.ticker.muted, false);
317 expect(state.ticker.muted, true);
/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);
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
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/pulseaudio/
DPROTOCOL161 bool muted at the end
254 bool muted
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.h438 void gst_play_message_parse_muted_changed (GstMessage *msg, gboolean *muted);

1234