Searched refs:start_time (Results 1 – 6 of 6) sorted by relevance
| /webrtc/interceptor/src/twcc/receiver/ |
| H A D | receiver_stream.rs | 9 start_time: tokio::time::Instant, field 18 start_time: tokio::time::Instant, in new() 25 start_time, in new() 47 arrival_time: (tokio::time::Instant::now() - self.start_time).as_micros() in read()
|
| H A D | mod.rs | 47 start_time: tokio::time::Instant::now(), in build() 76 start_time: tokio::time::Instant, field 228 self.start_time, in bind_remote_stream()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_selector.rs | 65 let start_time = *self.start_time.lock(); in is_nominatable() localVariable 69 .checked_duration_since(start_time) in is_nominatable() 76 .checked_duration_since(start_time) in is_nominatable() 83 .checked_duration_since(start_time) in is_nominatable() 90 .checked_duration_since(start_time) in is_nominatable() 220 *self.start_time.lock() = Instant::now(); in start()
|
| H A D | agent_internal.rs | 46 pub(crate) start_time: SyncMutex<Instant>, field 117 start_time: SyncMutex::new(Instant::now()), in new()
|
| /webrtc/sdp/src/description/ |
| H A D | description_test.rs | 87 start_time: 2873397496, in test_marshal() 94 start_time: 3034423619, in test_marshal()
|
| H A D | session.rs | 132 pub start_time: u64, field 138 write!(f, "{} {}", self.start_time, self.stop_time) in fmt() 267 start_time: 0, in new_jsep_session_description() 1095 let start_time = fields[0].parse::<u64>()?; in unmarshal_timing() localVariable 1100 start_time, in unmarshal_timing()
|