Searched refs:BaseSession (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcurrentspeakermonitor.h41 class BaseSession;
50 sigslot::signal2<AudioSourceContext*, cricket::BaseSession*>
52 sigslot::signal4<AudioSourceContext*, cricket::BaseSession*,
69 BaseSession* session);
72 BaseSession* session() const { return session_; }
91 BaseSession* session,
95 BaseSession* session);
110 BaseSession* session_;
H A Dchannelmanager.h113 BaseSession* session, const std::string& content_name, bool rtcp);
119 BaseSession* session, const std::string& content_name, bool rtcp,
124 BaseSession* session, const std::string& content_name,
262 BaseSession* session, const std::string& content_name, bool rtcp);
265 BaseSession* session, const std::string& content_name, bool rtcp,
269 BaseSession* session, const std::string& content_name,
H A Dcurrentspeakermonitor.cc45 AudioSourceContext* audio_source_context, BaseSession* session)
197 AudioSourceContext* audio_source_context, BaseSession* session,
215 AudioSourceContext* audio_source_context, BaseSession* session) {
H A Dmediasessionclient.h152 void OnSessionState(BaseSession *session, BaseSession::State state);
H A Dcall.h195 void OnSessionState(BaseSession* base_session, BaseSession::State state);
196 void OnSessionError(BaseSession* base_session, Session::Error error);
202 BaseSession* base_session, const ContentInfos& updated_contents);
H A Dchannel.h79 MediaChannel* channel, BaseSession* session,
89 BaseSession* session() const { return session_; }
141 if (session_->state() != BaseSession::STATE_INIT) {
143 << "when BaseSession is in STATE_INIT state.";
277 void OnNewLocalDescription(BaseSession* session, ContentAction action);
278 void OnNewRemoteDescription(BaseSession* session, ContentAction action);
370 BaseSession* session_;
402 VoiceMediaChannel* channel, BaseSession* session,
511 VideoMediaChannel* channel, BaseSession* session,
605 BaseSession* sessio
[all...]
H A Dchannel_unittest.cc268 cricket::BaseSession* session,
1567 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1569 EXPECT_EQ(cricket::BaseSession::ERROR_CONTENT, session1_.error());
1571 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1573 EXPECT_EQ(cricket::BaseSession::ERROR_CONTENT, session1_.error());
1577 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1579 EXPECT_EQ(cricket::BaseSession::ERROR_CONTENT, session1_.error());
1581 session1_.SetError(cricket::BaseSession::ERROR_NONE, "");
1583 EXPECT_EQ(cricket::BaseSession::ERROR_CONTENT, session1_.error());
1593 session1_.SetError(cricket::BaseSession
[all...]
H A Dchannelmanager.cc319 BaseSession* session, const std::string& content_name, bool rtcp) {
326 BaseSession* session, const std::string& content_name, bool rtcp) {
365 BaseSession* session, const std::string& content_name, bool rtcp,
373 BaseSession* session, const std::string& content_name, bool rtcp,
416 BaseSession* session, const std::string& content_name,
424 BaseSession* session, const std::string& content_name,
H A Dcall.cc802 void Call::OnSessionState(BaseSession* base_session, BaseSession::State state) {
822 void Call::OnSessionError(BaseSession* base_session, Session::Error error) {
852 void Call::OnRemoteDescriptionUpdate(BaseSession* base_session,
893 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
906 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
919 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
H A Dchannel.cc64 static void SetSessionError(BaseSession* session, BaseSession::Error error,
156 MediaChannel* media_channel, BaseSession* session,
629 BaseSession* session, ContentAction action) {
637 SetSessionError(session_, BaseSession::ERROR_CONTENT, error_desc);
643 BaseSession* session, ContentAction action) {
651 SetSessionError(session_, BaseSession::ERROR_CONTENT, error_desc);
723 BaseSession::ERROR_TRANSPORT,
736 BaseSession::ERROR_TRANSPORT,
1255 BaseSession* sessio
[all...]
H A Dmediasessionclient.cc121 void MediaSessionClient::OnSessionState(BaseSession* base_session,
122 BaseSession::State state) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc343 std::string BaseSession::StateToString(State state) {
383 BaseSession::BaseSession(rtc::Thread* signaling_thread, function in class:cricket::BaseSession
404 BaseSession::~BaseSession() {
418 const SessionDescription* BaseSession::local_description() const {
423 const SessionDescription* BaseSession::remote_description() const {
428 SessionDescription* BaseSession::remote_description() {
433 void BaseSession::set_local_description(const SessionDescription* sdesc) {
439 void BaseSession
[all...]
H A Dsession_unittest.cc893 last_session_state = cricket::BaseSession::STATE_INIT;
918 cricket::BaseSession::State session_state() const {
923 void SetSessionState(cricket::BaseSession::State state) {
1006 void OnSessionState(cricket::BaseSession* session,
1007 cricket::BaseSession::State state) {
1009 cricket::BaseSession* tmp = this->session;
1014 void OnSessionError(cricket::BaseSession* session,
1015 cricket::BaseSession::Error error) {
1017 cricket::BaseSession* tmp = this->session;
1026 void OnSessionRemoteDescriptionUpdate(cricket::BaseSession* sessio
[all...]
H A Dsession.h51 class BaseSession;
223 // A BaseSession manages general session state. This includes negotiation
230 class BaseSession : public sigslot::has_slots<>, class in namespace:cricket
270 BaseSession(rtc::Thread* signaling_thread,
276 virtual ~BaseSession();
317 sigslot::signal2<BaseSession* , State> SignalState;
323 sigslot::signal2<BaseSession* , Error> SignalError;
334 sigslot::signal2<BaseSession* , const ContentInfos&>
339 sigslot::signal2<BaseSession*, ContentAction> SignalNewLocalDescription;
343 sigslot::signal2<BaseSession*, ContentActio
[all...]
H A Dfakesession.h428 class FakeSession : public BaseSession {
431 : BaseSession(rtc::Thread::Current(),
437 : BaseSession(rtc::Thread::Current(),
443 : BaseSession(rtc::Thread::Current(),
451 BaseSession::GetTransport(content_name));
472 return BaseSession::CreateChannel(content_name, channel_name, component);
H A Dsessionmanager.h49 class BaseSession;
193 void OnErrorMessage(BaseSession* session,
H A Dsessionmanager.cc305 void SessionManager::OnErrorMessage(BaseSession* session,
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.h167 virtual void OnSessionState(BaseSession* session, BaseSession::State state);
H A Dtunnelsessionclient.cc375 void TunnelSession::OnSessionState(BaseSession* session,
376 BaseSession::State state) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc310 case cricket::BaseSession::state: \
314 static std::string GetStateString(cricket::BaseSession::State state) {
341 case cricket::BaseSession::err: \
345 static std::string GetErrorCodeString(cricket::BaseSession::Error err) {
470 : cricket::BaseSession(signaling_thread, worker_thread, port_allocator,
778 if (error() != cricket::BaseSession::ERROR_NONE) {
835 if (error() != cricket::BaseSession::ERROR_NONE) {
846 ASSERT(error() == cricket::BaseSession::ERROR_NONE);
854 if (error() != cricket::BaseSession::ERROR_NONE) {
864 if (error() != cricket::BaseSession
[all...]
H A Dpeerconnection.cc712 void PeerConnection::OnSessionStateChange(cricket::BaseSession* /*session*/,
713 cricket::BaseSession::State state) {
715 case cricket::BaseSession::STATE_INIT:
718 case cricket::BaseSession::STATE_SENTINITIATE:
721 case cricket::BaseSession::STATE_SENTPRACCEPT:
724 case cricket::BaseSession::STATE_RECEIVEDINITIATE:
727 case cricket::BaseSession::STATE_RECEIVEDPRACCEPT:
730 case cricket::BaseSession::STATE_SENTACCEPT:
731 case cricket::BaseSession::STATE_RECEIVEDACCEPT:
734 case cricket::BaseSession
[all...]
H A Dpeerconnection.h159 void OnSessionStateChange(cricket::BaseSession* session,
160 cricket::BaseSession::State state);
H A Dwebrtcsessiondescriptionfactory.cc307 static_cast<cricket::BaseSession*>(session_)->local_description()));
351 static_cast<cricket::BaseSession*>(session_)->remote_description(),
353 static_cast<cricket::BaseSession*>(session_)->local_description()));
H A Dwebrtcsession_unittest.cc67 using cricket::BaseSession;
222 using cricket::BaseSession::GetTransportProxy;
661 BaseSession::State expected_state) {
689 BaseSession::State expected_state) {
1656 SetRemoteDescriptionExpectState(offer, BaseSession::STATE_RECEIVEDINITIATE);
1661 SetLocalDescriptionExpectState(pranswer, BaseSession::STATE_SENTPRACCEPT);
1668 SetLocalDescriptionExpectState(pranswer2, BaseSession::STATE_SENTPRACCEPT);
1672 SetLocalDescriptionExpectState(answer, BaseSession::STATE_SENTACCEPT);
1679 SetLocalDescriptionExpectState(offer, BaseSession::STATE_SENTINITIATE);
1686 BaseSession
[all...]
H A Dwebrtcsession.h104 class WebRtcSession : public cricket::BaseSession,
244 // Transport related callbacks, override from cricket::BaseSession.

Completed in 252 milliseconds