Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_wrapper.cc200 const PeerConnectionInterface::RTCOfferAnswerOptions& offer_options, in ExchangeOfferAnswerWith() argument
207 auto offer = CreateOffer(offer_options); in ExchangeOfferAnswerWith()
Dpeer_connection_wrapper.h121 const PeerConnectionInterface::RTCOfferAnswerOptions& offer_options,
Dpeer_connection_media_unittest.cc468 RTCOfferAnswerOptions offer_options; in TEST_P() local
469 offer_options.offer_to_receive_audio = in TEST_P()
471 offer_options.offer_to_receive_video = in TEST_P()
475 ASSERT_TRUE(caller->ExchangeOfferAnswerWith(callee.get(), offer_options, in TEST_P()
482 ASSERT_TRUE(caller->ExchangeOfferAnswerWith(callee.get(), offer_options, in TEST_P()