Home
last modified time | relevance | path

Searched refs:SdpTypeToString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/pc/test/
H A Dpeer_connection_test_wrapper.cc198 << webrtc::SdpTypeToString(desc->GetType()) in OnSuccess()
233 << ": SetLocalDescription " << webrtc::SdpTypeToString(type) in SetLocalDescription()
244 << ": SetRemoteDescription " << webrtc::SdpTypeToString(type) in SetRemoteDescription()
/aosp_15_r20/external/webrtc/api/
H A Djsep.cc29 const char* SdpTypeToString(SdpType type) { in SdpTypeToString() function
H A Djsep_session_description.h64 virtual std::string type() const { return SdpTypeToString(type_); } in type()
H A Djsep.h115 RTC_EXPORT const char* SdpTypeToString(SdpType type);
/aosp_15_r20/external/webrtc/examples/peerconnection/client/
H A Dconductor.cc585 webrtc::SdpTypeToString(desc->GetType()); in OnSuccess()
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_unittest.cc72 << param.remote_role << " LocalType " << SdpTypeToString(param.local_type) in operator <<()
73 << " RemoteType " << SdpTypeToString(param.remote_type) << "]"; in operator <<()
H A Djsep_session_description_unittest.cc522 const char* str = webrtc::SdpTypeToString(type); in TEST_P()
H A Dsdp_offer_answer.cc188 << " " << SdpTypeToString(type) << " sdp: "; in GetSetDescriptionErrorMessage()
1606 RTC_LOG(LS_ERROR) << error.message() << " (" << SdpTypeToString(type) in ApplyLocalDescription()
1673 RTC_LOG(LS_ERROR) << error.message() << " (" << SdpTypeToString(type) in ApplyLocalDescription()
1686 RTC_LOG(LS_ERROR) << error.message() << " (" << SdpTypeToString(type) in ApplyLocalDescription()