Home
last modified time | relevance | path

Searched refs:ExpectSetLocalDescription (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dsdp_offer_answer.h347 bool ExpectSetLocalDescription(SdpType type);
H A Dsdp_offer_answer.cc3040 if ((source == cricket::CS_LOCAL && !ExpectSetLocalDescription(type)) || in ValidateSessionDescription()
3429 bool SdpOfferAnswerHandler::ExpectSetLocalDescription(SdpType type) { in ExpectSetLocalDescription() function in webrtc::SdpOfferAnswerHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dsdp_offer_answer.h349 bool ExpectSetLocalDescription(SdpType type);
H A Dsdp_offer_answer.cc3013 if ((source == cricket::CS_LOCAL && !ExpectSetLocalDescription(type)) || in ValidateSessionDescription()
3402 bool SdpOfferAnswerHandler::ExpectSetLocalDescription(SdpType type) { in ExpectSetLocalDescription() function in webrtc::SdpOfferAnswerHandler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dpeer_connection.h1054 bool ExpectSetLocalDescription(SdpType type);
H A Dpeer_connection.cc6805 if ((source == cricket::CS_LOCAL && !ExpectSetLocalDescription(type)) || in ValidateSessionDescription()
6902 bool PeerConnection::ExpectSetLocalDescription(SdpType type) { in ExpectSetLocalDescription() function in webrtc::PeerConnection