Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 5 of 5) sorted by relevance

/webrtc/constraints/src/
H A Dconstraint.rs61 Empty(EmptyConstraint), enumerator
82 Self::Empty(EmptyConstraint {}) in default()
219 Self::Empty(_) => true, in is_empty()
244 Self::Empty(constraint) => ResolvedMediaTrackConstraint::Empty(constraint), in into_resolved()
279 Empty(EmptyConstraint), enumerator
294 Self::Empty(EmptyConstraint {}) in default()
301 Self::Empty(_constraint) => "<empty>".fmt(f), in fmt()
369 Self::Empty(_constraint) => false, in is_required()
381 Self::Empty(_constraint) => true, in is_empty()
399 Self::Empty(constraint) => Self::Empty(constraint), in into_required_only()
[all …]
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_state.rs93 Empty, enumerator
105 _ => NegotiationNeededState::Empty, in from()
H A Dpeer_connection_internal.rs87 negotiation_needed_state: Arc::new(AtomicU8::new(NegotiationNeededState::Empty as u8)), in new()
H A Dmod.rs366 .store(NegotiationNeededState::Empty as u8, Ordering::SeqCst); in after_negotiation_needed_op()
/webrtc/constraints/src/algorithms/fitness_distance/
H A Dsetting.rs54 (ResolvedMediaTrackConstraint::Empty(constraint), setting) => { in fitness_distance()
134 let constraint = ResolvedMediaTrackConstraint::Empty(EmptyConstraint {}); in empty_constraint()