Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.cc461 bool BaseSession::PushdownTransportDescription(ContentSource source, in PushdownTransportDescription() function in cricket::BaseSession
986 PushdownTransportDescription(CS_LOCAL, CA_OFFER, NULL); in Initiate()
1007 PushdownTransportDescription(CS_LOCAL, CA_ANSWER, NULL); in Accept()
1381 PushdownTransportDescription(CS_REMOTE, CA_OFFER, NULL); in OnInitiateMessage()
1415 PushdownTransportDescription(CS_REMOTE, CA_ANSWER, NULL); in OnAcceptMessage()
Dsession.h380 bool PushdownTransportDescription(ContentSource source,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc849 if (!PushdownTransportDescription(source, cricket::CA_OFFER, &td_err)) { in UpdateSessionState()
858 if (!PushdownTransportDescription(source, cricket::CA_PRANSWER, &td_err)) { in UpdateSessionState()
868 if (!PushdownTransportDescription(source, cricket::CA_ANSWER, &td_err)) { in UpdateSessionState()