Home
last modified time | relevance | path

Searched refs:IS_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dmixer_display.c421 if (control->flags & IS_ACTIVE) in display_control()
465 if (control->flags & IS_ACTIVE) in display_control()
472 ch = ' ' | (control->flags & IS_ACTIVE ? in display_control()
476 if (!(control->flags & IS_ACTIVE)) in display_control()
493 if (control->flags & IS_ACTIVE) in display_control()
501 if (control->flags & IS_ACTIVE) in display_control()
504 if (control->flags & IS_ACTIVE) in display_control()
518 if (control->flags & IS_ACTIVE) in display_control()
523 ? _("O")[0] | (control->flags & IS_ACTIVE ? attrs.ctl_nomute : 0) in display_control()
525 : _("M")[0] | (control->flags & IS_ACTIVE ? attrs.ctl_mute : 0)); in display_control()
[all …]
Dmixer_controls.c240 control->flags |= IS_ACTIVE; in create_controls_for_elem()
283 control->flags |= IS_ACTIVE; in create_controls_for_elem()
360 control->flags |= IS_ACTIVE; in create_controls_for_elem()
386 control->flags |= IS_ACTIVE; in create_controls_for_elem()
442 control->flags |= IS_ACTIVE; in create_controls_for_elem()
Dmixer_controls.h22 #define IS_ACTIVE (1u << 16) macro
Dmixer_widget.c243 (controls[focus_control_index].flags & IS_ACTIVE) && in get_focus_control()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnettimeprovider.c52 #define IS_ACTIVE(self) (g_atomic_int_get (&((self)->priv->active))) macro
222 if (IS_ACTIVE (self)) { in gst_net_time_provider_thread()
290 g_value_set_boolean (value, IS_ACTIVE (self)); in gst_net_time_provider_get_property()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c149 #define IS_ACTIVE(u) (((u)->source->state == PA_SOURCE_RUNNING) && \ macro
350 if (!IS_ACTIVE(u)) in time_callback()