Home
last modified time | relevance | path

Searched refs:pa_device_type_t (Results 1 – 17 of 17) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-sys-1.19.3/src/context/
H A Dext_device_restore.rs18 use crate::{operation::pa_operation, def::pa_device_type_t, format::pa_format_info};
22 pub dtype: pa_device_type_t,
32 …re_subscribe_cb_t = Option<extern "C" fn(c: *mut pa_context, type_: pa_device_type_t, idx: u32, us…
44 …pub fn pa_ext_device_restore_read_formats(c: *mut pa_context, type_: pa_device_type_t, idx: u32, c… in pa_ext_device_restore_read_formats() argument
45 …pub fn pa_ext_device_restore_save_formats(c: *mut pa_context, type_: pa_device_type_t, idx: u32, n… in pa_ext_device_restore_save_formats() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-sys-1.19.3/src/
H A Ddef.rs30 pub enum pa_device_type_t { enum
37 pub const PA_DEVICE_TYPE_SINK: pa_device_type_t = pa_device_type_t::Sink;
38 pub const PA_DEVICE_TYPE_SOURCE: pa_device_type_t = pa_device_type_t::Source;
/dports/www/firefox/firefox-99.0/third_party/rust/pulse/src/
H A Dlib.rs204 pub fn try_from(x: ffi::pa_device_type_t) -> Option<Self> { in try_from()
213 impl Into<ffi::pa_device_type_t> for DeviceType {
214 fn into(self) -> ffi::pa_device_type_t { in into() argument
215 self as ffi::pa_device_type_t in into()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pulse/src/
H A Dlib.rs204 pub fn try_from(x: ffi::pa_device_type_t) -> Option<Self> { in try_from()
213 impl Into<ffi::pa_device_type_t> for DeviceType {
214 fn into(self) -> ffi::pa_device_type_t { in into() argument
215 self as ffi::pa_device_type_t in into()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/cubeb-pulse-rs/pulse-rs/src/
H A Dlib.rs204 pub fn try_from(x: ffi::pa_device_type_t) -> Option<Self> { in try_from()
213 impl Into<ffi::pa_device_type_t> for DeviceType {
214 fn into(self) -> ffi::pa_device_type_t { in into() argument
215 self as ffi::pa_device_type_t in into()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pulse/src/
H A Dlib.rs204 pub fn try_from(x: ffi::pa_device_type_t) -> Option<Self> { in try_from()
213 impl Into<ffi::pa_device_type_t> for DeviceType {
214 fn into(self) -> ffi::pa_device_type_t { in into() argument
215 self as ffi::pa_device_type_t in into()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pulse/src/
H A Dlib.rs204 pub fn try_from(x: ffi::pa_device_type_t) -> Option<Self> { in try_from()
213 impl Into<ffi::pa_device_type_t> for DeviceType {
214 fn into(self) -> ffi::pa_device_type_t { in into() argument
215 self as ffi::pa_device_type_t in into()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-binding-2.25.0/src/
H A Ddef.rs22 pub use capi::pa_device_type_t as Device;
/dports/www/firefox/firefox-99.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs91 pub type pa_device_type_t = c_int; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs88 pub type pa_device_type_t = c_int; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/cubeb-pulse-rs/pulse-ffi/src/
H A Dffi_types.rs88 pub type pa_device_type_t = c_int; typedef
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs88 pub type pa_device_type_t = c_int; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pulse-ffi/src/
H A Dffi_types.rs88 pub type pa_device_type_t = c_int; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/drivers/pulse/
H A Dlib_pulseaudio.py243 pa_device_type_t = enum_pa_device_type # /usr/include/pulse/def.h:148 variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/drivers/pulse/
H A Dlib_pulseaudio.py243 pa_device_type_t = enum_pa_device_type # /usr/include/pulse/def.h:148 variable
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/libpulse-sys-0.0.0/src/
H A Dlibpulse.rs71 pub type pa_device_type_t = Enum_pa_device_type; typedef
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libpulse-sys-0.0.0/src/
H A Dlibpulse.rs71 pub type pa_device_type_t = Enum_pa_device_type; typedef