Searched refs:session_ (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
H A Dutil_unittest.cc36 session_ << "[START]";
39 session_ << "[OPENING]";
42 session_ << "[OPEN]";
45 session_ << "[CLOSED]";
51 session_ << "[ERROR-XML]";
54 session_ << "[ERROR-STREAM]";
57 session_ << "[ERROR-VERSION]";
60 session_ << "[ERROR-UNAUTHORIZED]";
63 session_ << "[ERROR-TLS]";
66 session_ << "[ERRO
[all...]
H A Dutil_unittest.h47 std::stringstream session_; member in class:buzz::XmppTestHandler
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dpairingsessiontest.cc86 session_(&wire_, &context_, &challenge_) {
99 EXPECT_CALL(session_, DoInitializationPhase());
101 session_.DoPair(&listener_);
109 StrictMock<TestPairingSession> session_; member in class:polo::pairing::PairingSessionTest
121 session_.TestSetConfiguration(configuration);
123 ASSERT_TRUE(session_.GetConfiguration());
125 session_.GetConfiguration()->encoding().encoding_type());
126 ASSERT_EQ(8, session_.GetConfiguration()->encoding().symbol_length());
128 session_.GetConfiguration()->client_role());
130 ASSERT_TRUE(session_
[all...]
H A Dserverpairingsessiontest.cc59 session_(&wire_, &context_, &challenge_) {
74 session_.DoPair(&listener_);
82 StrictMock<TestServerPairingSession> session_; member in class:polo::pairing::ServerPairingSessionTest
94 session_.TestDoInitializationPhase();
104 session_.OnPairingRequestMessage(message);
114 session_.OnOptionsMessage(message);
119 session_.AddInputEncoding(encoding);
120 session_.AddOutputEncoding(encoding);
133 session_.OnConfigurationMessage(message);
H A Dclientpairingsessiontest.cc64 session_(&wire_, &context_, &challenge_) {
83 session_.DoPair(&listener_);
91 StrictMock<TestClientPairingSession> session_; member in class:polo::pairing::ClientPairingSessionTest
104 session_.TestSetConfiguration(configuration);
109 session_.TestDoConfigurationPhase();
119 session_.OnPairingRequestAckMessage(message);
124 session_.AddInputEncoding(encoding);
125 session_.AddOutputEncoding(encoding);
138 session_.OnOptionsMessage(message);
147 session_
[all...]
/external/webrtc/webrtc/modules/video_coding/
H A Dsession_info_unittest.cc25 session_.Reset();
59 VCMSessionInfo session_; member in class:webrtc::TestSessionInfo
105 EXPECT_GE(session_.SessionLength(),
156 static_cast<size_t>(session_.InsertPacket(packet_, frame_buffer_,
158 EXPECT_FALSE(session_.HaveLastPacket());
159 EXPECT_EQ(kVideoFrameKey, session_.FrameType());
165 static_cast<size_t>(session_.InsertPacket(packet_, frame_buffer_,
167 EXPECT_TRUE(session_.HaveLastPacket());
168 EXPECT_EQ(packet_.seqNum, session_.HighSequenceNumber());
169 EXPECT_EQ(0xFFFE, session_
[all...]
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.cc716 : session_(session),
729 udp_socket_.reset(session_->socket_factory()->CreateUdpSocket(
730 rtc::SocketAddress(ip_, 0), session_->allocator()->min_port(),
731 session_->allocator()->max_port()));
754 session_->network_thread()->Clear(this);
794 session_->network_thread()->Post(this, MSG_ALLOCATION_PHASE);
801 session_->network_thread()->Clear(this, MSG_ALLOCATION_PHASE);
806 ASSERT(rtc::Thread::Current() == session_->network_thread());
844 session_->network_thread()->PostDelayed(
845 session_
[all...]
H A Dportallocator_unittest.cc179 session_.reset(CreateSession("session", component));
180 if (!session_)
186 session_.reset(CreateSession("session", content_name, component));
187 if (!session_)
234 if (session == session_.get()) {
271 if (!session_) {
274 session_->set_flags(session_->flags() |
278 session_->StartGettingPorts();
385 rtc::scoped_ptr<cricket::PortAllocatorSession> session_; member in class:PortAllocatorTest
[all...]
H A Dbasicportallocator.h315 BasicPortAllocatorSession* session_; member in class:cricket::AllocationSequence
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc150 session_(session),
297 if (!session_->remote_description()) {
303 if (session_->remote_description()->type() !=
372 request.options, session_->local_description()
373 ? session_->local_description()->description()
394 if (session_->local_description() &&
400 CopyCandidatesFromSessionDescription(session_->local_description(), offer);
411 session_->IceRestartPending();
413 session_->IceRestartPending();
415 session_
[all...]
H A Dwebrtcsession_unittest.cc407 ASSERT_TRUE(session_.get() == NULL);
408 session_.reset(new WebRtcSessionForTest(
411 session_->SignalDataChannelOpenMessage.connect(
419 EXPECT_TRUE(session_->Initialize(options_, constraints_.get(),
422 session_->set_metrics_observer(metrics_observer_);
553 if (data_channel_ && session_->data_channel_type() == cricket::DCT_RTP) {
581 if (session_->data_channel_type() == cricket::DCT_SCTP && data_channel_) {
598 if (session_->data_channel_type() == cricket::DCT_SCTP) {
628 session_->CreateOffer(observer, options, session_options);
641 session_
1462 rtc::scoped_ptr<WebRtcSessionForTest> session_; member in class:WebRtcSessionTest
[all...]
H A Dstatscollector_unittest.cc511 session_(media_controller_.get()) {
513 EXPECT_CALL(session_, GetTransportStats(_)).WillRepeatedly(Return(false));
515 EXPECT_CALL(session_, video_channel()).WillRepeatedly(ReturnNull());
516 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
517 EXPECT_CALL(pc_, session()).WillRepeatedly(Return(&session_));
544 EXPECT_CALL(session_, GetLocalTrackIdBySsrc(kSsrcOfTrack, _))
553 EXPECT_CALL(session_, GetRemoteTrackIdBySsrc(kSsrcOfTrack, _))
565 EXPECT_CALL(session_, GetLocalTrackIdBySsrc(kSsrcOfTrack, _))
577 EXPECT_CALL(session_, GetRemoteTrackIdBySsrc(kSsrcOfTrack, _))
614 EXPECT_CALL(session_, GetTransportStat
764 MockWebRtcSession session_; member in class:webrtc::StatsCollectorTest
[all...]
H A Dpeerconnection.cc641 session_.reset(
647 if (!session_->Initialize(factory_->options(), constraints,
654 session_->RegisterIceObserver(this);
655 session_->SignalState.connect(this, &PeerConnection::OnSessionStateChange);
656 session_->SignalVoiceChannelDestroyed.connect(
658 session_->SignalVideoChannelDestroyed.connect(
660 session_->SignalDataChannelCreated.connect(
662 session_->SignalDataChannelDestroyed.connect(
664 session_->SignalDataChannelOpenMessage.connect(
750 DtmfSender::Create(track, signaling_thread(), session_
[all...]
H A Dwebrtcsessiondescriptionfactory.h185 WebRtcSession* const session_; member in class:webrtc::WebRtcSessionDescriptionFactory
H A Dpeerconnection.h86 virtual WebRtcSession* session() { return session_.get(); }
385 // The session_ scoped_ptr is declared at the bottom of PeerConnection
388 rtc::scoped_ptr<WebRtcSession> session_; member in class:webrtc::PeerConnection
389 // ... But stats_ depends on session_ so it should be destroyed even earlier.
/external/webrtc/talk/session/media/
H A Dsrtpfilter.cc494 : session_(NULL),
511 if (session_) {
512 srtp_dealloc(session_);
525 if (!session_) {
538 int err = srtp_protect(session_, p, out_len);
567 if (!session_) {
580 int err = srtp_protect_rtcp(session_, p, out_len);
590 if (!session_) {
596 int err = srtp_unprotect(session_, p, out_len);
609 if (!session_) {
[all...]
H A Dsrtpfilter.h246 srtp_ctx_t* session_; member in class:cricket::SrtpSession
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc193 if (FAILED(data_source->openSession(&session_))) {
286 if (FAILED(session_->findLinesByRVA(rva, DWORD(length), &lines))) {
298 if (FAILED(session_->get_globalScope(&global))) {
314 if (FAILED(session_->findFile(compiland, NULL, nsNone, &source_files))) {
352 if (FAILED(session_->get_globalScope(&global))) {
417 if (SUCCEEDED(session_->findSymbolByRVA(*it, SymTagFunction, &symbol))) {
428 } else if (SUCCEEDED(session_->findSymbolByRVA(*it,
507 if (!FindTable(session_, &frame_data_enum))
895 if (FAILED(session_->get_globalScope(&global))) {
1127 if (!GetOmapDataAndDisableTranslation(session_,
[all...]
H A Dpdb_source_line_writer.h235 CComPtr<IDiaSession> session_; member in class:google_breakpad::PDBSourceLineWriter
/external/v8/src/
H A Dd8.cc2017 session_ =
2039 return inspector_client->session_.get();
2068 std::unique_ptr<v8_inspector::V8InspectorSession> session_; member in class:v8::InspectorClient

Completed in 486 milliseconds