Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 24 of 24) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs319 let changed = self.set_direction_internal(d); in set_direction() localVariable
321 if changed { in set_direction()
333 let changed = d != previous; in set_direction_internal() localVariable
335 if changed { in set_direction_internal()
343 changed in set_direction_internal()
/webrtc/ice/examples/
H A Dping_pong.rs157 _ = done_http_server.changed() => { in main()
283 _ = done_cand.changed() => { in main()
337 _ = done_send.changed() => { in main()
359 _ = done_recv.changed() => { in main()
/webrtc/dtls/
H A DCHANGELOG.md16 …hange some methods in `DTLSConn` that implement `webrtc_util::Conn` have changed from async to syn…
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/util/src/conn/
H A Dconn_udp_listener.rs48 _ = done_ch_rx.changed() => Err(Error::ErrClosedListener), in accept()
152 _ = done_ch_rx.changed() => { in read_loop()
/webrtc/ice/src/udp_mux/
H A Dmod.rs212 _ = closed_watch_rx.changed() => { in start_conn_worker()
275 let _ = close_rx.changed().await; in get_conn()
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs122 if rx.changed().await.is_err() { in wait_for()
129 if rx.changed().await.is_err() { in error_on_close()
288 _ = state_watch_rx.changed() => { in read_rtp()
/webrtc/sctp/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/interceptor/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/constraints/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/examples/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/turn/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/rtcp/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/rtp/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/mdns/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/stun/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/media/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/data/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/srtp/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/util/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/sdp/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/ice/
H A DLICENSE-APACHE98 stating that You changed the files; and
/webrtc/webrtc/
H A DCHANGELOG.md133 * The serialized format for `RTCIceCandidateInit` has changed to match what the specification i.e. …