| /webrtc/webrtc/src/mux/ |
| H A D | mux_func.rs | 2 pub type MatchFunc = Box<dyn (Fn(&[u8]) -> bool) + Send + Sync>; 5 pub fn match_all(_b: &[u8]) -> bool { in match_all() argument 11 Box::new(move |buf: &[u8]| -> bool { in match_range() 35 pub fn match_dtls(b: &[u8]) -> bool { in match_dtls() argument 41 pub fn match_srtp_or_srtcp(b: &[u8]) -> bool { in match_srtp_or_srtcp() argument 45 pub(crate) fn is_rtcp(buf: &[u8]) -> bool { in is_rtcp() argument 56 pub fn match_srtp(buf: &[u8]) -> bool { in match_srtp() argument 61 pub fn match_srtcp(buf: &[u8]) -> bool { in match_srtcp() argument
|
| /webrtc/constraints/src/algorithms/fitness_distance/value_sequence_constraint/tests/ |
| H A D | bool.rs | 15 settings: bool => &[Some(true)], 18 constraints: bool => &[ 39 settings: bool => &[None, Some(false)], 42 constraints: bool => &[ResolvedValueSequenceConstraint { 63 settings: bool => &[Some(true)], 66 constraints: bool => &[ResolvedValueSequenceConstraint { 84 settings: bool => &[None], 87 constraints: bool => &[ 112 settings: bool => &[Some(false)], 115 constraints: bool => &[
|
| /webrtc/constraints/src/algorithms/fitness_distance/value_constraint/tests/ |
| H A D | bool.rs | 13 settings: bool => &[Some(true)], 16 constraints: bool => &[ 44 constraints: bool => &[ 85 settings: bool => &[Some(true)], 106 settings: bool => &[None], 109 constraints: bool => &[ 137 constraints: bool => &[ 184 constraints: bool => &[ 212 constraints: bool => &[ 244 constraints: bool => &[ [all …]
|
| /webrtc/webrtc/src/api/setting_engine/ |
| H A D | mod.rs | 21 pub data_channels: bool, 37 pub ice_lite: bool, 65 pub(crate) sdp_media_level_fingerprints: bool, 67 pub(crate) disable_certificate_fingerprint_verification: bool, 68 pub(crate) allow_insecure_verification_algorithm: bool, 69 pub(crate) disable_srtp_replay_protection: bool, 70 pub(crate) disable_srtcp_replay_protection: bool, 76 pub(crate) disable_media_engine_copy: bool, 147 pub fn set_lite(&mut self, lite: bool) { in set_lite() argument 273 pub fn disable_srtp_replay_protection(&mut self, is_disabled: bool) { in disable_srtp_replay_protection() argument [all …]
|
| /webrtc/util/src/marshal/ |
| H A D | exact_size_buf.rs | 20 fn is_empty(&self) -> bool { in is_empty() argument 32 fn is_empty(&self) -> bool { in is_empty() argument 44 fn is_empty(&self) -> bool { in is_empty() argument 56 fn is_empty(&self) -> bool { in is_empty() argument 73 fn is_empty(&self) -> bool { in is_empty() argument 92 fn is_empty(&self) -> bool { in is_empty() argument
|
| /webrtc/rtp/src/codecs/h265/ |
| H A D | mod.rs | 36 pub fn f(&self) -> bool { in f() argument 109 might_need_donl: bool, 274 might_need_donl: bool, 396 pub fn s(&self) -> bool { in s() argument 402 pub fn e(&self) -> bool { in e() argument 441 might_need_donl: bool, 551 pub fn a(&self) -> bool { in a() argument 587 pub fn y(&self) -> bool { in y() argument 677 pub fn s(&self) -> bool { in s() argument 723 might_need_donl: bool, [all …]
|
| /webrtc/dtls/src/flight/ |
| H A D | mod.rs | 56 pub(crate) should_encrypt: bool, 57 pub(crate) reset_local_sequence_number: bool, 62 fn is_last_send_flight(&self) -> bool { in is_last_send_flight() argument 65 fn is_last_recv_flight(&self) -> bool { in is_last_recv_flight() argument 68 fn has_retransmit(&self) -> bool { in has_retransmit() argument
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | mod.rs | 148 pub i: bool, 150 pub p: bool, 152 pub l: bool, 154 pub f: bool, 156 pub b: bool, 158 pub e: bool, 160 pub v: bool, 162 pub z: bool, 172 pub u: bool, 176 pub d: bool, [all …]
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | offer_answer_options.rs | 7 pub voice_activity_detection: bool, 16 pub voice_activity_detection: bool, 21 pub ice_restart: bool,
|
| /webrtc/util/src/replay_detector/ |
| H A D | mod.rs | 10 fn check(&mut self, seq: u64) -> bool; in check() argument 15 accepted: bool, 41 fn check(&mut self, seq: u64) -> bool { in check() argument 80 accepted: bool, 86 init: bool, 106 fn check(&mut self, seq: u64) -> bool { in check() argument 173 fn check(&mut self, _: u64) -> bool { in check() argument
|
| /webrtc/sctp/src/ |
| H A D | util.rs | 27 pub(crate) fn sna32lt(i1: u32, i2: u32) -> bool { in sna32lt() argument 32 pub(crate) fn sna32lte(i1: u32, i2: u32) -> bool { in sna32lte() argument 37 pub(crate) fn sna32gt(i1: u32, i2: u32) -> bool { in sna32gt() argument 42 pub(crate) fn sna32gte(i1: u32, i2: u32) -> bool { in sna32gte() argument 47 pub(crate) fn sna32eq(i1: u32, i2: u32) -> bool { in sna32eq() argument 52 pub(crate) fn sna16lt(i1: u16, i2: u16) -> bool { in sna16lt() argument 57 pub(crate) fn sna16lte(i1: u16, i2: u16) -> bool { in sna16lte() argument 62 pub(crate) fn sna16gt(i1: u16, i2: u16) -> bool { in sna16gt() argument 67 pub(crate) fn sna16gte(i1: u16, i2: u16) -> bool { in sna16gte() argument 72 pub(crate) fn sna16eq(i1: u16, i2: u16) -> bool { in sna16eq() argument
|
| /webrtc/constraints/src/algorithms/fitness_distance/ |
| H A D | value_constraint.rs | 82 impl_non_numeric_value_constraint!(setting: bool, constraint: bool); 168 (settings: [$($s:ty),+], constraint: bool) => { 169 $(impl_exists_value_constraint!(setting: $s, constraint: bool);)+ 171 (setting: $s:ty, constraint: bool) => { 172 impl<'a> FitnessDistance<Option<&'a $s>> for ResolvedValueConstraint<bool> { 217 impl_exists_value_constraint!(settings: [String, i64, f64], constraint: bool);
|
| /webrtc/dtls/src/cipher_suite/ |
| H A D | cipher_suite_aes_128_gcm_sha256.rs | 8 rsa: bool, 16 pub fn new(rsa: bool) -> Self { in new() 50 fn is_psk(&self) -> bool { in is_psk() argument 54 fn is_initialized(&self) -> bool { in is_initialized() argument 63 is_client: bool, in init() argument
|
| H A D | cipher_suite_aes_256_cbc_sha.rs | 8 rsa: bool, 16 pub fn new(rsa: bool) -> Self { in new() 50 fn is_psk(&self) -> bool { in is_psk() argument 54 fn is_initialized(&self) -> bool { in is_initialized() argument 63 is_client: bool, in init() argument
|
| H A D | cipher_suite_aes_128_ccm.rs | 11 psk: bool, 23 psk: bool, in new() argument 53 fn is_psk(&self) -> bool { in is_psk() argument 57 fn is_initialized(&self) -> bool { in is_initialized() argument 66 is_client: bool, in init() argument
|
| /webrtc/ice/src/network_type/ |
| H A D | mod.rs | 80 pub fn is_udp(self) -> bool { in is_udp() argument 86 pub fn is_tcp(self) -> bool { in is_tcp() argument 102 pub const fn is_reliable(self) -> bool { in is_reliable() argument 111 pub const fn is_ipv4(self) -> bool { in is_ipv4() argument 120 pub const fn is_ipv6(self) -> bool { in is_ipv6() argument
|
| /webrtc/constraints/src/ |
| H A D | capability.rs | 32 BoolSequence(MediaTrackValueSequenceCapability<bool>), 34 Bool(MediaTrackValueCapability<bool>), 50 impl From<bool> for MediaTrackCapability { 51 fn from(capability: bool) -> Self { in from() 56 impl From<Vec<bool>> for MediaTrackCapability { 57 fn from(capability: Vec<bool>) -> Self { in from() 118 fn bool() { in bool() function 177 fn bool() { in bool() function
|
| H A D | setting.rs | 19 Bool(bool), 39 impl From<bool> for MediaTrackSetting { 40 fn from(setting: bool) -> Self { in from() 79 fn bool() { in bool() function 130 fn bool() { in bool() function
|
| H A D | constraint.rs | 71 Bool(ValueConstraint<bool>), 88 impl From<bool> for MediaTrackConstraint { 89 fn from(bare: bool) -> Self { in from() 95 fn from(constraint: ResolvedValueConstraint<bool>) -> Self { in from() 100 impl From<ValueConstraint<bool>> for MediaTrackConstraint { 101 fn from(constraint: ValueConstraint<bool>) -> Self { in from() 217 pub fn is_empty(&self) -> bool { in is_empty() argument 285 Bool(ResolvedValueConstraint<bool>), 367 pub fn is_required(&self) -> bool { in is_required() argument 379 pub fn is_empty(&self) -> bool { in is_empty() argument [all …]
|
| /webrtc/sctp/src/chunk/ |
| H A D | chunk_payload_data.rs | 93 pub(crate) unordered: bool, 94 pub(crate) beginning_fragment: bool, 95 pub(crate) ending_fragment: bool, 96 pub(crate) immediate_sack: bool, 105 pub(crate) acked: bool, 120 pub(crate) retransmit: bool, 250 pub(crate) fn abandoned(&self) -> bool { in abandoned() argument 259 pub(crate) fn set_abandoned(&self, abandoned: bool) { in set_abandoned() argument
|
| /webrtc/rtp/src/codecs/opus/ |
| H A D | mod.rs | 41 fn is_partition_head(&self, _payload: &Bytes) -> bool { in is_partition_head() argument 45 fn is_partition_tail(&self, _marker: bool, _payload: &Bytes) -> bool { in is_partition_tail() argument
|
| /webrtc/webrtc/src/rtp_transceiver/fmtp/generic/ |
| H A D | mod.rs | 7 fn fmtp_consist(a: &HashMap<String, String>, b: &HashMap<String, String>) -> bool { in fmtp_consist() argument 39 fn match_fmtp(&self, f: &(dyn Fmtp)) -> bool { in match_fmtp() argument 55 fn equal(&self, other: &(dyn Fmtp)) -> bool { in equal() argument
|
| /webrtc/webrtc/src/rtp_transceiver/fmtp/ |
| H A D | mod.rs | 19 fn match_fmtp(&self, f: &(dyn Fmtp)) -> bool; in match_fmtp() argument 25 fn equal(&self, other: &(dyn Fmtp)) -> bool; in equal() argument 30 fn eq(&self, other: &Self) -> bool { in eq() argument
|
| /webrtc/webrtc/src/rtp_transceiver/fmtp/h264/ |
| H A D | mod.rs | 6 fn profile_level_id_matches(a: &str, b: &str) -> bool { in profile_level_id_matches() argument 52 fn match_fmtp(&self, f: &(dyn Fmtp)) -> bool { in match_fmtp() argument 92 fn equal(&self, other: &(dyn Fmtp)) -> bool { in equal() argument
|
| /webrtc/mdns/src/message/ |
| H A D | header.rs | 7 pub response: bool, 9 pub authoritative: bool, 10 pub truncated: bool, 11 pub recursion_desired: bool, 12 pub recursion_available: bool,
|