Home
last modified time | relevance | path

Searched defs:create_port (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c119 static void create_port(void) in create_port() function
/third_party/alsa-lib/src/seq/
Dseq_local.h46 int (*create_port)(snd_seq_t *seq, snd_seq_port_info_t * port); member
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs872 pub fn create_port(capacity: i32, name: *const ::c_char) -> port_id; in create_port() function