Home
last modified time | relevance | path

Searched refs:RtxTimerObserver (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/timer/
H A Drtx_timer.rs99 pub(crate) trait RtxTimerObserver { interface
106 pub(crate) struct RtxTimer<T: 'static + RtxTimerObserver + Send> {
113 impl<T: 'static + RtxTimerObserver + Send> RtxTimer<T> {
H A Dtimer_test.rs193 impl RtxTimerObserver for TestTimerObserver {
/webrtc/sctp/src/association/
H A Dassociation_internal.rs2229 impl RtxTimerObserver for AssociationInternal {