Home
last modified time | relevance | path

Searched defs:RTCOfferAnswerOptions (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/api/
Dpeer_connection_interface.h647 struct RTCOfferAnswerOptions { struct
648 static const int kUndefined = -1;
649 static const int kMaxOfferToReceiveMedia = 1;
652 static const int kOfferToReceiveMediaTrue = 1;
685 RTCOfferAnswerOptions() = default; argument
687 RTCOfferAnswerOptions(int offer_to_receive_video, in RTCOfferAnswerOptions() function
/external/webrtc/pc/
Dpeer_connection_wrapper.cc32 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_data_channel_unittest.cc54 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_histogram_unittest.cc52 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_bundle_unittest.cc39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_crypto_unittest.cc33 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_signaling_unittest.cc39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_ice_unittest.cc42 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_media_unittest.cc41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
Dpeer_connection_interface_unittest.cc466 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef