Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/peer_connection/operation/
H A Dmod.rs15 pub struct Operation( struct
20 impl Operation { implementation
29 impl fmt::Debug for Operation { implementation
42 ops_tx: Option<Arc<mpsc::UnboundedSender<Operation>>>,
67 pub(crate) async fn enqueue(&self, op: Operation) -> Result<()> { in enqueue()
76 op: Operation, in enqueue_inner() argument
77 ops_tx: &Arc<mpsc::UnboundedSender<Operation>>, in enqueue_inner() argument
97 .enqueue(Operation::new( in done()
110 ops_tx: Arc<mpsc::UnboundedSender<Operation>>, in start() argument
111 mut ops_rx: mpsc::UnboundedReceiver<Operation>, in start() argument
H A Doperation_test.rs13 ops.enqueue(Operation::new( in test_operations_enqueue()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs45 use crate::peer_connection::operation::{Operation, Operations};
351 .enqueue(Operation::new( in do_negotiation_needed()
1266 .enqueue(Operation::new( in set_local_description()
1502 .enqueue(Operation::new( in set_remote_description()
1553 .enqueue(Operation::new( in set_remote_description()