Searched defs:CreateSession (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h71 * Note: <code>CreateSession()</code> must create a web session ID and provide
88 void (*CreateSession)(PP_Instance instance, member in struct:PPP_ContentDecryptor_Private_0_12
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.cc57 PortAllocatorSession* PortAllocator::CreateSession( function in class:cricket::PortAllocator
H A Dsessionmanager.cc80 Session* SessionManager::CreateSession(const std::string& local_name, function in class:cricket::SessionManager
83 return CreateSession(id, local_name, content_type);
86 Session* SessionManager::CreateSession(const std::string& id, function in class:cricket::SessionManager
91 return CreateSession(local_name, local_name, sid, content_type, false);
94 Session* SessionManager::CreateSession( function in class:cricket::SessionManager
193 session = CreateSession(msg.to, msg.initiator, msg.sid,
H A Dsession_unittest.cc928 void CreateSession() { function in class:TestClient
929 session_manager->CreateSession(local_name, content_type);
1204 initiator->CreateSession();
1644 initiator->CreateSession();
1726 initiator->CreateSession();
1871 initiator->CreateSession();
2008 initiator->CreateSession();
2055 initiator->CreateSession();
2138 initiator->CreateSession();
2192 initiator->CreateSession();
[all...]
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.cc48 int FakeSpeechRecognitionManager::CreateSession( function in class:content::FakeSpeechRecognitionManager
50 VLOG(1) << "FAKE CreateSession invoked.";
/external/chromium_org/content/renderer/media/crypto/
H A Drenderer_cdm_manager.cc52 void RendererCdmManager::CreateSession( function in class:content::RendererCdmManager
H A Dproxy_media_keys.cc63 void ProxyMediaKeys::CreateSession( function in class:content::ProxyMediaKeys
77 DLOG(ERROR) << "Unsupported EME CreateSession content type of "
82 "Unsupported EME CreateSession init data type of " + init_data_type);
88 manager_->CreateSession(
H A Dppapi_decryptor.cc177 void PpapiDecryptor::CreateSession( function in class:content::PpapiDecryptor
191 CdmDelegate()->CreateSession(init_data_type,
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.cc69 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::CreateSession() { function in class:content::CdmSessionAdapter
95 media_keys_->CreateSession(init_data_type,
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher_test.cc83 QuicSession* CreateSession(QuicDispatcher* dispatcher, function in namespace:net::tools::test::__anon9764
152 .WillOnce(testing::Return(CreateSession(
160 .WillOnce(testing::Return(CreateSession(
175 .WillOnce(testing::Return(CreateSession(
212 .WillOnce(testing::Return(CreateSession(
296 .WillOnce(testing::Return(CreateSession(
301 .WillOnce(testing::Return(CreateSession(
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.cc92 int SpeechRecognitionManagerImpl::CreateSession( function in class:content::SpeechRecognitionManagerImpl
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.h49 virtual void CreateSession(uint32_t promise_id,
95 // Helper function for the cdm::Host_4 methods. Calls to CreateSession(),
191 virtual void CreateSession(uint32_t promise_id,
202 cdm_->CreateSession(promise_id,
211 cdm_->CreateSession(promise_id,
411 // Overrides for the cdm::Host_4 methods. Calls to CreateSession(),
430 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::CreateSession( function in class:media::CdmWrapperImpl
441 cdm_->CreateSession(session_id,
H A Dcdm_adapter.cc302 // (CreateSession()) or session loading (LoadSession()).
367 void CdmAdapter::CreateSession(uint32_t promise_id, function in class:media::CdmAdapter
371 // Initialize() doesn't report an error, so CreateSession() can be called
384 cdm_->CreateSession(promise_id,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc59 void CreateSession(PP_Instance instance, function in namespace:pp::__anon10005
79 ->CreateSession(promise_id,
261 &CreateSession,
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc163 void CreateSession(PP_Instance instance, function in namespace:ppapi::proxy::__anon10129
476 &CreateSession,
596 ppp_decryptor_impl_->CreateSession,
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dportallocator_unittest.cc164 bool CreateSession(int component) { function in class:PortAllocatorTest
165 session_.reset(CreateSession("session", component));
171 bool CreateSession(int component, const std::string& content_name) { function in class:PortAllocatorTest
172 session_.reset(CreateSession("session", content_name, component));
178 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
180 return CreateSession(sid, kContentName, component);
183 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
185 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
188 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
192 allocator_->CreateSession(
[all...]
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc393 bool MediaDrmBridge::CreateSession(uint32 session_id, function in class:media::MediaDrmBridge
400 << "CreateSession called on a sessionless MediaDrmBridge object.";
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc248 void AesDecryptor::CreateSession(const std::string& init_data_type, function in class:media::AesDecryptor
H A Daes_decryptor_unittest.cc297 std::string CreateSession(const std::vector<uint8>& key_id) { function in class:media::AesDecryptorTest
302 decryptor_.CreateSession(std::string(),
452 decryptor_.CreateSession(std::string(),
462 decryptor_.CreateSession(std::string(),
470 decryptor_.CreateSession(std::string(),
478 decryptor_.CreateSession(std::string(),
486 std::string session_id = CreateSession(key_id_);
501 std::string session_id = CreateSession(key_id_);
516 std::string session_id = CreateSession(key_id_);
530 std::string session_id = CreateSession(key_id
[all...]
/external/chromium_org/net/quic/
H A Dquic_network_transaction_unittest.cc190 void CreateSession() { function in class:net::test::QuicNetworkTransactionTest
307 MockClock* clock_; // Owned by QuicStreamFactory after CreateSession.
351 CreateSession();
412 CreateSession();
426 CreateSession();
453 CreateSession();
H A Dquic_stream_factory.cc378 int rv = factory_->CreateSession(server_id_, server_info_.Pass(),
815 int QuicStreamFactory::CreateSession( function in class:net::QuicStreamFactory
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc374 void ContentDecryptorDelegate::CreateSession( function in class:content::ContentDecryptorDelegate
384 plugin_decryption_interface_->CreateSession(
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.cc242 void ClearKeyCdm::CreateSession(uint32 promise_id, function in class:media::ClearKeyCdm
257 decryptor_.CreateSession(std::string(init_data_type, init_data_type_size),
294 decryptor_.CreateSession(std::string(kLoadableSessionContentType),
686 // OnSessionMessage() only called during CreateSession(), so no promise
687 // involved (OnSessionCreated() called to resolve the CreateSession()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc223 Session *MediaSessionClient::CreateSession(Call *call) { function in class:cricket::MediaSessionClient
225 return CreateSession(id, call);
228 Session *MediaSessionClient::CreateSession(const std::string& id, Call* call) { function in class:cricket::MediaSessionClient
230 Session *session = session_manager_->CreateSession(id, jid().Str(), type);
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc218 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) { function in namespace:net::__anon9300
304 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
640 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
958 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1003 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1064 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1122 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1164 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1203 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1234 scoped_refptr<HttpNetworkSession> session(CreateSession(
[all...]

Completed in 6948 milliseconds