Home
last modified time | relevance | path

Searched refs:current_remote_description (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dmod.rs434 let current_remote_description = { in check_negotiation_needed() localVariable
435 let current_remote_description = params.current_remote_description.lock().await; in check_negotiation_needed() localVariable
436 current_remote_description.clone() in check_negotiation_needed()
757 let current_remote_description = in create_offer() localVariable
759 if let Some(d) = &*current_remote_description { in create_offer()
806 let current_remote_description = in create_offer() localVariable
808 current_remote_description.is_none() in create_offer()
1306 let current_remote_description = self.internal.current_remote_description.lock().await; in set_remote_description() localVariable
1307 current_remote_description.is_some() in set_remote_description()
1996 let current_remote_description = self.internal.current_remote_description.lock().await; in current_remote_description() localVariable
[all …]
H A Dpeer_connection_internal.rs59 pub(super) current_remote_description: Arc<Mutex<Option<RTCSessionDescription>>>, field
100 current_remote_description: Arc::new(Default::default()), in new()
562 current_remote_description: Arc::clone(&self.current_remote_description), in create_negotiation_needed_params()
585 let current_remote_description = self.current_remote_description.lock().await; in remote_description() localVariable
586 current_remote_description.clone() in remote_description()