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

123

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dcast_streaming_session_custom_bindings.js14 natives.CreateSession(audioTrack, videoTrack, callback);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dportallocator_unittest.cc136 bool CreateSession(int component) { function in class:PortAllocatorTest
137 session_.reset(CreateSession("session", component));
143 bool CreateSession(int component, const std::string& content_name) { function in class:PortAllocatorTest
144 session_.reset(CreateSession("session", content_name, component));
150 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
152 return CreateSession(sid, kContentName, component);
155 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
157 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
160 cricket::PortAllocatorSession* CreateSession( function in class:PortAllocatorTest
164 allocator_->CreateSession(
[all...]
/external/chromium_org/media/cdm/
H A Daes_decryptor_unittest.cc262 std::string CreateSession(const std::vector<uint8>& key_id) { function in class:media::AesDecryptorTest
266 decryptor_.CreateSession(std::string(),
377 decryptor_.CreateSession(std::string(),
387 decryptor_.CreateSession(std::string(),
395 decryptor_.CreateSession(std::string(),
403 decryptor_.CreateSession(std::string(),
411 std::string session_id = CreateSession(key_id_);
426 std::string session_id = CreateSession(key_id_);
441 std::string session_id = CreateSession(key_id_);
455 std::string session_id = CreateSession(key_id
[all...]
H A Daes_decryptor.h35 virtual void CreateSession(const std::string& init_data_type,
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_manager.h42 virtual int CreateSession(const SpeechRecognitionSessionConfig& config) = 0;
64 // upon CreateSession.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.h92 Session *CreateSession(const std::string& local_name,
95 Session *CreateSession(const std::string& id,
154 // Helper function for CreateSession. This is also invoked when we receive
156 Session *CreateSession(const std::string& local_name,
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 Dportallocator.cc57 PortAllocatorSession* PortAllocator::CreateSession( function in class:cricket::PortAllocator
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h45 virtual int CreateSession(
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.h43 void CreateSession(int cdm_id,
H A Dproxy_media_keys.h38 virtual void CreateSession(
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodule_impl.cc90 return adapter_->CreateSession(client);
H A Dcdm_session_adapter.cc54 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::CreateSession( function in class:content::CdmSessionAdapter
77 media_keys_->CreateSession(init_data_type,
H A Dcdm_session_adapter.h53 WebContentDecryptionModuleSessionImpl* CreateSession(
/external/chromium_org/media/base/
H A Dbrowser_cdm.h38 virtual bool CreateSession(uint32 session_id,
H A Dmedia_keys.h77 virtual void CreateSession(const std::string& init_data_type,
/external/chromium_org/ppapi/c/private/
H A Dppp_content_decryptor_private.h58 * Note: <code>CreateSession()</code> must create a web session ID and provide
75 void (*CreateSession)(PP_Instance instance, member in struct:PPP_ContentDecryptor_Private_0_12
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher_test.cc83 QuicSession* CreateSession(QuicDispatcher* dispatcher, function in namespace:net::tools::test::__anon9154
152 .WillOnce(testing::Return(CreateSession(
160 .WillOnce(testing::Return(CreateSession(
175 .WillOnce(testing::Return(CreateSession(
212 .WillOnce(testing::Return(CreateSession(
337 .WillOnce(testing::Return(CreateSession(
342 .WillOnce(testing::Return(CreateSession(
/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl38 * Note: <code>CreateSession()</code> must create a web session ID and provide
55 void CreateSession(
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.h154 Session *CreateSession(Call *call);
155 Session *CreateSession(const std::string& id, Call* call);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.h45 virtual void CreateSession(uint32_t promise_id,
83 // Helper function for the cdm::Host_4 methods. Calls to CreateSession(),
129 virtual void CreateSession(uint32_t promise_id,
135 cdm_->CreateSession(promise_id,
278 // Overrides for the cdm::Host_4 methods. Calls to CreateSession(),
288 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::CreateSession( function in class:media::CdmWrapperImpl
297 cdm_->CreateSession(session_id,
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc218 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) { function in namespace:net::__anon8694
304 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
611 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
929 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
974 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1030 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1088 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1130 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1169 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
1200 scoped_refptr<HttpNetworkSession> session(CreateSession(
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc41 void CreateSession(PP_Instance instance, function in namespace:pp::__anon9379
61 ->CreateSession(promise_id,
210 &CreateSession,
H A Dcontent_decryptor_private.h37 virtual void CreateSession(uint32_t promise_id,

Completed in 1142 milliseconds

123