| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | rtp_transceiver_test.rs | 196 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_set_codec_preferences_payload_type() 230 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_direction_change() 235 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_direction_change() 245 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_direction_change() 249 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_direction_change() 282 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 286 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 292 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 296 offer_pc.set_remote_description(answer).await?; in test_rtp_transceiver_set_direction_causing_negotiation() 330 answer_pc.set_remote_description(offer).await?; in test_rtp_transceiver_stopping() [all …]
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | dtls_transport_test.rs | 95 pc_answer.set_remote_description(offer).await?; in test_invalid_fingerprint_causes_failed() 103 pc_offer.set_remote_description(answer).await?; in test_invalid_fingerprint_causes_failed()
|
| /webrtc/examples/examples/data-channels-flow-control/ |
| H A D | data-channels-flow-control.rs | 229 responder.set_remote_description(reqs).await?; in main() 234 requester.set_remote_description(resp).await?; in main()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | session_description.rs | 154 answer_pc.set_remote_description(offer).await?; in test_session_description_answer() 198 answer_pc.set_remote_description(offer).await?; in test_session_description_pranswer()
|
| /webrtc/examples/examples/broadcast/ |
| H A D | broadcast.rs | 188 peer_connection.set_remote_description(offer).await?; in main() 277 .set_remote_description(recv_only_offer) in main()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_test.rs | 131 .set_remote_description( in signal_pair() 147 .set_remote_description( in signal_pair()
|
| /webrtc/examples/examples/data-channels/ |
| H A D | data-channels.rs | 163 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | data-channels-create.rs | 178 peer_connection.set_remote_description(answer).await?; in main()
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | rtp-to-webrtc.rs | 161 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/data-channels-detach-create/ |
| H A D | data-channels-detach-create.rs | 187 peer_connection.set_remote_description(answer).await?; in main()
|
| /webrtc/examples/examples/data-channels-detach/ |
| H A D | data-channels-detach.rs | 172 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/simulcast/ |
| H A D | simulcast.rs | 151 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/data-channels-close/ |
| H A D | data-channels-close.rs | 201 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | insertable-streams.rs | 231 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/reflect/ |
| H A D | reflect.rs | 194 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.rs | 284 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/ice-restart/ |
| H A D | ice-restart.rs | 151 if let Err(err) = pc.set_remote_description(offer).await { in do_signaling()
|
| /webrtc/examples/examples/swap-tracks/ |
| H A D | swap-tracks.rs | 130 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/save-to-disk-h264/ |
| H A D | save-to-disk-h264.rs | 279 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/play-from-disk-h264/ |
| H A D | play-from-disk-h264.rs | 323 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/play-from-disk-vpx/ |
| H A D | play-from-disk-vpx.rs | 334 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/examples/examples/save-to-disk-vpx/ |
| H A D | save-to-disk-vpx.rs | 309 peer_connection.set_remote_description(offer).await?; in main()
|
| /webrtc/webrtc/src/track/track_local/ |
| H A D | track_local_static_test.rs | 390 pc_answer.set_remote_description(offer).await?; in test_track_local_static_binding_non_blocking()
|
| /webrtc/examples/examples/offer-answer/ |
| H A D | offer.rs | 116 if let Err(err) = pc.set_remote_description(sdp).await { in remote_handler()
|
| H A D | answer.rs | 117 if let Err(err) = pc.set_remote_description(sdp).await { in remote_handler()
|