Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h700 struct RTCOfferAnswerOptions { struct
701 static const int kUndefined = -1;
702 static const int kMaxOfferToReceiveMedia = 1;
705 static const int kOfferToReceiveMediaTrue = 1;
738 RTCOfferAnswerOptions() = default; argument
740 RTCOfferAnswerOptions(int offer_to_receive_video, in RTCOfferAnswerOptions() argument
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_data_channel_unittest.cc54 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_wrapper.cc29 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_histogram_unittest.cc56 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_crypto_unittest.cc62 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_bundle_unittest.cc77 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_signaling_unittest.cc72 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_ice_unittest.cc79 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dpeer_connection_media_unittest.cc73 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
H A Dsdp_offer_answer.cc89 RTCOfferAnswerOptions; typedef
H A Dpeer_connection_interface_unittest.cc451 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef