Searched refs:lite (Results 1 – 8 of 8) sorted by relevance
| /webrtc/webrtc/src/api/setting_engine/ |
| H A D | mod.rs | 147 pub fn set_lite(&mut self, lite: bool) { in set_lite() 148 self.candidates.ice_lite = lite; in set_lite()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_config.rs | 117 pub lite: bool, field
|
| H A D | agent_selector.rs | 225 if self.lite.load(Ordering::SeqCst) { in contact_candidates() 411 if self.lite.load(Ordering::SeqCst) { in contact_candidates()
|
| H A D | agent_internal.rs | 44 pub(crate) lite: AtomicBool, field 115 lite: AtomicBool::new(config.lite), in new()
|
| H A D | mod.rs | 156 if ai.lite.load(Ordering::SeqCst) in new()
|
| H A D | agent_test.rs | 550 lite: true, in test_connectivity_lite() 2146 lite: true, in test_lite_lifecycle()
|
| /webrtc/ |
| H A D | Cargo.lock | 232 "futures-lite", 247 "futures-lite", 261 "futures-lite", 288 "pin-project-lite", 411 "futures-lite", 993 name = "futures-lite" 1003 "pin-project-lite", 1043 "pin-project-lite", 1188 "pin-project-lite", 1237 "pin-project-lite", [all …]
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_gatherer.rs | 110 lite: self.setting_engine.candidates.ice_lite, in create_agent()
|