Home
last modified time | relevance | path

Searched refs:stop_called_rx (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs30 pub(crate) stop_called_rx: Arc<Notify>, field
49 _ = self.stop_called_rx.notified() => { in read()
60 _ = self.stop_called_rx.notified() =>{ in read()
146 let stop_called_rx = stop_called_tx.clone(); in new() localVariable
152 stop_called_rx, in new()
/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs135 _ = rtp_sender.stop_called_rx.notified()=> return Err(Error::ErrClosedPipe), in init()