Home
last modified time | relevance | path

Searched refs:pa_context_flags_t (Results 1 – 25 of 67) sorted by relevance

123

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-sys-1.19.3/src/context/
H A Dmod.rs73 pub type pa_context_flags_t = u32; typedef
79 use super::pa_context_flags_t;
81 pub const PA_CONTEXT_NOFLAGS: pa_context_flags_t = 0x0;
82 pub const PA_CONTEXT_NOAUTOSPAWN: pa_context_flags_t = 0x1;
83 pub const PA_CONTEXT_NOFAIL: pa_context_flags_t = 0x2;
106 …pub fn pa_context_connect(c: *mut pa_context, server: *const c_char, flags: pa_context_flags_t, ap… in pa_context_connect() argument
/dports/audio/traverso/traverso-0.49.6/src/engine/
H A DPulseAudioDriver.cpp108 pa_context_connect(context, "", (pa_context_flags_t)0, NULL); in setup()
/dports/www/firefox/firefox-99.0/third_party/rust/pulse/src/
H A Dlib.rs190 impl Into<ffi::pa_context_flags_t> for ContextFlags {
191 fn into(self) -> ffi::pa_context_flags_t { in into() argument
192 self.bits() as ffi::pa_context_flags_t in into()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pulse/src/
H A Dlib.rs190 impl Into<ffi::pa_context_flags_t> for ContextFlags {
191 fn into(self) -> ffi::pa_context_flags_t { in into() argument
192 self.bits() as ffi::pa_context_flags_t in into()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/cubeb-pulse-rs/pulse-rs/src/
H A Dlib.rs190 impl Into<ffi::pa_context_flags_t> for ContextFlags {
191 fn into(self) -> ffi::pa_context_flags_t { in into() argument
192 self.bits() as ffi::pa_context_flags_t in into()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pulse/src/
H A Dlib.rs190 impl Into<ffi::pa_context_flags_t> for ContextFlags {
191 fn into(self) -> ffi::pa_context_flags_t { in into() argument
192 self.bits() as ffi::pa_context_flags_t in into()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pulse/src/
H A Dlib.rs190 impl Into<ffi::pa_context_flags_t> for ContextFlags {
191 fn into(self) -> ffi::pa_context_flags_t { in into() argument
192 self.bits() as ffi::pa_context_flags_t in into()
/dports/audio/musescore/MuseScore-3.6.1/audio/drivers/
H A Dpulseaudio.cpp127 if (pa_context_connect(pa_ctx, NULL, pa_context_flags_t(0), NULL) != 0) { in init()
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/pulse/
H A Dpulse.c201 pa_context_flags_t flags; in pulse_connect()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-pulseaudio/
H A DQPulseAudioThread.cpp657 pa_context_flags_t flags = ( pa_context_flags_t ) 0; in run()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_audio/
H A Decore_audio_private.h172 …context_connect) (pa_context *c, const char *server, pa_context_flags_t flags, const…
/dports/x11/workrave/workrave-1.10.44/frontend/common/src/
H A DPulseMixer.cc126 pa_context_connect(context, NULL, (pa_context_flags_t) 0, NULL); in init()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/backends/
H A Dpulseaudio.cpp310 inline pa_context_flags_t& operator|=(pa_context_flags_t &lhs, pa_context_flags_t rhs) in operator |=()
312 lhs = pa_context_flags_t(int(lhs) | int(rhs)); in operator |=()
333 pa_context_flags_t pulse_ctx_flags;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/pulse/
H A Dpulse.sigs20 int pa_context_connect(pa_context* c, const char* server, pa_context_flags_t flags, const pa_spawn_…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/pulse/
H A Dpulse.sigs20 int pa_context_connect(pa_context* c, const char* server, pa_context_flags_t flags, const pa_spawn_…
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/IO/
H A Dpulse_audio_driver.cpp201 pa_context_connect(m_ctx, nullptr, pa_context_flags_t(0), nullptr); in thread_body()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/pulseout/
H A DPulseOut.cpp180 if (pa_context_connect(context, nullptr, (pa_context_flags_t) 0, nullptr) >= 0) { in GetDeviceList()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-volume/
H A Dpulseaudioengine.cpp330 if (pa_context_connect(m_context, nullptr, (pa_context_flags_t)0, nullptr) < 0) { in connectContext()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dpulseaudio.cc222 if (pa_context_connect(pulseaudio->context, nullptr, (pa_context_flags_t)0, in init_pulseaudio()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dpulseaudio.cc222 if (pa_context_connect(pulseaudio->context, nullptr, (pa_context_flags_t)0, in init_pulseaudio()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/audio/
H A Dqsoundeffect_pulse_p.cpp196pa_context_flags_t flags = qEnvironmentVariableIsSet("QT_PULSE_NOAUTOSPAWN") ? PA_CONTEXT_NOAUTOSP… in prepare()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/pulseaudio/
H A Dqpulseaudioengine.cpp305 if (pa_context_connect(m_context, 0, (pa_context_flags_t)0, 0) < 0) { in prepare()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/cubeb-pulse-rs/pulse-ffi/src/
H A Dffi_funcs.rs22 flags: pa_context_flags_t, in pa_context_connect() argument
752 flags: pa_context_flags_t, in pa_context_connect() argument
758 pa_context_flags_t, in pa_context_connect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/phonon/
H A Dpulsesupport.cpp681 if (pa_context_connect(p_test_context, NULL, static_cast<pa_context_flags_t>(0), NULL) < 0) { in PulseSupport()
718 if (pa_context_connect(s_context, NULL, static_cast<pa_context_flags_t>(0), 0) >= 0) in PulseSupport()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Output/pulseaudio/
H A Doutputpulseaudio.cpp70 if(pa_context_connect(m_ctx, nullptr, (pa_context_flags_t)0, nullptr) < 0) in initialize()

123