Searched refs:current_remote_description (Results 1 – 2 of 2) sorted by relevance
434 let current_remote_description = { in check_negotiation_needed() localVariable435 let current_remote_description = params.current_remote_description.lock().await; in check_negotiation_needed() localVariable436 current_remote_description.clone() in check_negotiation_needed()757 let current_remote_description = in create_offer() localVariable759 if let Some(d) = &*current_remote_description { in create_offer()806 let current_remote_description = in create_offer() localVariable808 current_remote_description.is_none() in create_offer()1306 let current_remote_description = self.internal.current_remote_description.lock().await; in set_remote_description() localVariable1307 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 …]
59 pub(super) current_remote_description: Arc<Mutex<Option<RTCSessionDescription>>>, field100 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() localVariable586 current_remote_description.clone() in remote_description()