/external/webrtc/pc/ |
D | peer_connection_wrapper.cc | 32 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 67 return CreateOffer(RTCOfferAnswerOptions()); in CreateOffer() 71 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateOffer() 82 return CreateOfferAndSetAsLocal(RTCOfferAnswerOptions()); in CreateOfferAndSetAsLocal() 87 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateOfferAndSetAsLocal() 98 return CreateAnswer(RTCOfferAnswerOptions()); in CreateAnswer() 103 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateAnswer() 114 return CreateAnswerAndSetAsLocal(RTCOfferAnswerOptions()); in CreateAnswerAndSetAsLocal() 119 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateAnswerAndSetAsLocal() 194 return ExchangeOfferAnswerWith(answerer, RTCOfferAnswerOptions(), in ExchangeOfferAnswerWith() [all …]
|
D | peer_connection_wrapper.h | 67 const PeerConnectionInterface::RTCOfferAnswerOptions& options, 73 const PeerConnectionInterface::RTCOfferAnswerOptions& options); 81 const PeerConnectionInterface::RTCOfferAnswerOptions& options, 87 const PeerConnectionInterface::RTCOfferAnswerOptions& options); 121 const PeerConnectionInterface::RTCOfferAnswerOptions& offer_options, 122 const PeerConnectionInterface::RTCOfferAnswerOptions& answer_options);
|
D | peer_connection_signaling_unittest.cc | 39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 298 ASSERT_FALSE(wrapper->CreateOffer(RTCOfferAnswerOptions(), &error)); in TEST_P() 311 ASSERT_FALSE(wrapper->CreateAnswer(RTCOfferAnswerOptions(), &error)); in TEST_P() 532 RTCOfferAnswerOptions options; in TEST_P() 534 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in TEST_P() 563 caller->pc()->CreateOffer(observer, RTCOfferAnswerOptions()); in TEST_P() 599 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P() 613 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P() 621 callee->pc()->CreateOffer(offer_observer, RTCOfferAnswerOptions()); in TEST_P() 795 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F() [all …]
|
D | peer_connection_bundle_unittest.cc | 39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 296 RTCOfferAnswerOptions options_no_bundle; in TEST_P() 338 RTCOfferAnswerOptions options_no_bundle; in TEST_P() 382 RTCOfferAnswerOptions options; in TEST_P() 437 RTCOfferAnswerOptions options; in TEST_P() 485 RTCOfferAnswerOptions options_with_bundle; in TEST_P() 504 RTCOfferAnswerOptions options_no_bundle; in TEST_P() 525 RTCOfferAnswerOptions options; in TEST_P() 579 RTCOfferAnswerOptions options; in TEST_P() 616 RTCOfferAnswerOptions options; in TEST_P() [all …]
|
D | peer_connection_media_unittest.cc | 41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 332 RTCOfferAnswerOptions options; in TEST_F() 359 RTCOfferAnswerOptions options; in TEST_F() 468 RTCOfferAnswerOptions offer_options; in TEST_P() 470 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in TEST_P() 472 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in TEST_P() 473 RTCOfferAnswerOptions answer_options; in TEST_P() 555 RTCOfferAnswerOptions options; in TEST_P() 598 RTCOfferAnswerOptions caller_options; in TEST_P() 600 RTCOfferAnswerOptions callee_options; in TEST_P() [all …]
|
D | peer_connection_data_channel_unittest.cc | 54 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 295 RTCOfferAnswerOptions options; in TEST_P() 391 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() 404 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
|
D | peer_connection.h | 207 const RTCOfferAnswerOptions& options) override; 209 const RTCOfferAnswerOptions& options) override; 424 const RTCOfferAnswerOptions& options, 427 const RTCOfferAnswerOptions& options, 666 void GetOptionsForOffer(const PeerConnectionInterface::RTCOfferAnswerOptions& 671 const PeerConnectionInterface::RTCOfferAnswerOptions& 676 const PeerConnectionInterface::RTCOfferAnswerOptions& 681 RTCError HandleLegacyOfferOptions(const RTCOfferAnswerOptions& options) 693 void GetOptionsForAnswer(const RTCOfferAnswerOptions& offer_answer_options, 697 const PeerConnectionInterface::RTCOfferAnswerOptions& [all …]
|
D | peer_connection_interface_unittest.cc | 466 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 869 const RTCOfferAnswerOptions* options, in DoCreateOfferAnswer() 874 pc_->CreateOffer(observer, options ? *options : RTCOfferAnswerOptions()); in DoCreateOfferAnswer() 876 pc_->CreateAnswer(observer, options ? *options : RTCOfferAnswerOptions()); in DoCreateOfferAnswer() 884 const RTCOfferAnswerOptions* options) { in DoCreateOffer() 889 const RTCOfferAnswerOptions* options) { in DoCreateAnswer() 1188 const RTCOfferAnswerOptions& offer_answer_options) { in CreateOfferWithOptions() 1199 const RTCOfferAnswerOptions& offer_answer_options) { in CreateOfferWithOptionsAsRemoteDescription() 1212 const RTCOfferAnswerOptions& offer_answer_options) { in CreateOfferWithOptionsAsLocalDescription() 2403 RTCOfferAnswerOptions options; in TEST_P() [all …]
|
D | peer_connection_crypto_unittest.cc | 33 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 638 PeerConnectionInterface::RTCOfferAnswerOptions()); in TEST_P() 641 PeerConnectionInterface::RTCOfferAnswerOptions()); in TEST_P() 670 RTCOfferAnswerOptions options_no_bundle; in TEST_P() 701 RTCOfferAnswerOptions options_bundle; in TEST_P()
|
D | peer_connection_ice_unittest.cc | 42 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef 755 callee->pc()->CreateAnswer(answer_observer, RTCOfferAnswerOptions()); in TEST_P() 803 callee->pc()->CreateAnswer(answer_observer, RTCOfferAnswerOptions()); in TEST_P() 909 RTCOfferAnswerOptions options; in TEST_P() 931 RTCOfferAnswerOptions options; in TEST_P() 1244 RTCOfferAnswerOptions disable_bundle_options; in TEST_P()
|
D | webrtc_session_description_factory.h | 97 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
|
D | peer_connection_adaptation_integrationtest.cc | 43 caller->CreateOffer(PeerConnectionInterface::RTCOfferAnswerOptions()); in Negotiate()
|
D | peer_connection_integrationtest.cc | 110 PeerConnectionInterface::RTCOfferAnswerOptions IceRestartOfferAnswerOptions() { in IceRestartOfferAnswerOptions() 111 PeerConnectionInterface::RTCOfferAnswerOptions options; in IceRestartOfferAnswerOptions() 244 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in SetOfferAnswerOptions() 1046 PeerConnectionInterface::RTCOfferAnswerOptions offer_answer_options_; 2072 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() 2097 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() 2235 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() 2263 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() 2481 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() 2523 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P() [all …]
|
D | peer_connection.cc | 187 typedef PeerConnectionInterface::RTCOfferAnswerOptions Options; in IsValidOfferToReceiveMedia() 1017 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options) { in ValidateOfferAnswerOptions() 1025 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options, in ExtractSharedMediaSessionOptions() 2157 const RTCOfferAnswerOptions& options) { in CreateOffer() 2186 const RTCOfferAnswerOptions& options, in DoCreateOffer() 2239 const RTCOfferAnswerOptions& options) { in HandleLegacyOfferOptions() 2313 const RTCOfferAnswerOptions& options) { in CreateAnswer() 2342 const RTCOfferAnswerOptions& options, in DoCreateAnswer() 2377 if (options.offer_to_receive_audio != RTCOfferAnswerOptions::kUndefined) { in DoCreateAnswer() 2382 if (options.offer_to_receive_video != RTCOfferAnswerOptions::kUndefined) { in DoCreateAnswer() [all …]
|
/external/webrtc/sdk/ |
D | media_constraints.cc | 224 PeerConnectionInterface::RTCOfferAnswerOptions* offer_answer_options) { in CopyConstraintsIntoOfferAnswerOptions() 235 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions() 243 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()
|
D | media_constraints.h | 133 PeerConnectionInterface::RTCOfferAnswerOptions* offer_answer_options);
|
/external/webrtc/pc/test/ |
D | peer_connection_test_wrapper.h | 85 const webrtc::PeerConnectionInterface::RTCOfferAnswerOptions& options); 87 const webrtc::PeerConnectionInterface::RTCOfferAnswerOptions& options);
|
D | peer_connection_test_wrapper.cc | 195 const webrtc::PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateOffer() 202 const webrtc::PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateAnswer() 211 CreateAnswer(webrtc::PeerConnectionInterface::RTCOfferAnswerOptions()); in ReceiveOfferSdp()
|
D | fake_peer_connection_base.h | 157 const RTCOfferAnswerOptions& options) override {} in CreateOffer() 160 const RTCOfferAnswerOptions& options) override {} in CreateAnswer()
|
/external/webrtc/api/ |
D | peer_connection_proxy.h | 94 const RTCOfferAnswerOptions&) 98 const RTCOfferAnswerOptions&)
|
D | peer_connection_interface.h | 647 struct RTCOfferAnswerOptions { struct 685 RTCOfferAnswerOptions() = default; argument 687 RTCOfferAnswerOptions(int offer_to_receive_video, in RTCOfferAnswerOptions() argument 942 const RTCOfferAnswerOptions& options) = 0; 947 const RTCOfferAnswerOptions& options) = 0;
|
/external/webrtc/api/test/ |
D | mock_peerconnectioninterface.h | 134 (CreateSessionDescriptionObserver*, const RTCOfferAnswerOptions&), 138 (CreateSessionDescriptionObserver*, const RTCOfferAnswerOptions&),
|
D | dummy_peer_connection.h | 153 const RTCOfferAnswerOptions& options) override { in CreateOffer() 158 const RTCOfferAnswerOptions& options) override { in CreateAnswer()
|
/external/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 169 this, webrtc::PeerConnectionInterface::RTCOfferAnswerOptions()); in ReinitializePeerConnectionForLoopback() 358 this, webrtc::PeerConnectionInterface::RTCOfferAnswerOptions()); in OnMessageFromPeer() 428 this, webrtc::PeerConnectionInterface::RTCOfferAnswerOptions()); in ConnectToPeer()
|
/external/webrtc/test/peer_scenario/ |
D | peer_scenario_client.cc | 303 PeerConnectionInterface::RTCOfferAnswerOptions()); in CreateAndSetSdp() 332 PeerConnectionInterface::RTCOfferAnswerOptions()); in SetSdpOfferAndGetAnswer()
|