Home
last modified time | relevance | path

Searched refs:port_info (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c72 struct port_info { struct
80 pa_hashmap *ports; /* Port name -> struct port_info */
108 static void port_info_free(struct port_info *p_info) { in port_info_free()
122 static struct port_info *port_info_new(pa_device_port *port) { in port_info_new()
123 struct port_info *p_info; in port_info_new()
126 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
132 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
149 struct port_info *p_info; in entry_from_card()
175 struct port_info *Ap_info, *Bp_info; in entrys_equal()
210 struct port_info *p_inf in entry_write()
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs218 pub struct port_info { structure names
909 pub fn _get_port_info(port: port_id, buf: *mut port_info, portInfoSize: ::size_t) -> status_t; in _get_port_info()
913 portInfo: *mut port_info, in _get_next_port_info()
1260 pub unsafe fn get_port_info(port: port_id, buf: *mut port_info) -> status_t { in get_port_info()
1261 _get_port_info(port, buf, core::mem::size_of::<port_info>() as ::size_t) in get_port_info()
1268 portInfo: *mut port_info, in get_next_port_info()
1274 core::mem::size_of::<port_info>() as ::size_t, in get_next_port_info()

Completed in 4 milliseconds