Home
last modified time | relevance | path

Searched defs:loopback (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-utils/alsaloop/
Dalsaloop.h85 struct loopback *loopback; member
133 struct loopback { struct
135 struct loopback_handle *capt; argument
136 struct loopback_handle *play; argument
137 snd_pcm_uframes_t latency; /* final latency in frames */
138 unsigned int latency_req; /* in frames */
139 unsigned int latency_reqtime; /* in us */
140 unsigned long loop_time; /* ~0 = unlimited (in seconds) */
141 unsigned long long loop_limit; /* ~0 = unlimited (in frames) */
142 snd_output_t *output;
[all …]
Deffect-sweep.c32 static int effect_init(struct lookback *loopback, in effect_init()
60 static int effect_done(struct loopback *loopback, in effect_done()
73 static int effect_apply(struct loopback *loopback, in effect_apply()
/third_party/rust/rust/library/core/tests/net/
Dip_addr.rs233 let loopback: u8 = 1 << 1; in ip_properties() localVariable
278 let loopback: u8 = 1 << 1; in ip_properties() localVariable
353 let loopback: u16 = 1 << 1; in ipv4_properties() localVariable
433 let loopback: u16 = 1 << 1; in ipv4_properties() localVariable
490 let loopback: u32 = 1 << 1; in ipv6_properties() localVariable
591 let loopback: u32 = 1 << 1; in ipv6_properties() localVariable
/third_party/ltp/testcases/network/can/filter-tests/
Dcan_rcv_own_msgs.c72 static void setopts(int loopback, int recv_own_msgs) in setopts()