HomeSort by relevance Sort by last modified time
    Searched refs:CreateSession (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/content/public/browser/
speech_recognition_manager.h 42 virtual int CreateSession(const SpeechRecognitionSessionConfig& config) = 0;
64 // upon CreateSession.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 136 bool CreateSession(int component) {
137 session_.reset(CreateSession("session", component));
143 bool CreateSession(int component, const std::string& content_name) {
144 session_.reset(CreateSession("session", content_name, component));
150 cricket::PortAllocatorSession* CreateSession(
152 return CreateSession(sid, kContentName, component);
155 cricket::PortAllocatorSession* CreateSession(
157 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
160 cricket::PortAllocatorSession* CreateSession(
164 allocator_->CreateSession(
    [all...]
  /external/chromium_org/media/cdm/
aes_decryptor_unittest.cc 262 std::string CreateSession(const std::vector<uint8>& key_id) {
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...]
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_session_custom_bindings.js 14 natives.CreateSession(audioTrack, videoTrack, callback);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 92 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,
sessionmanager.cc 80 Session* SessionManager::CreateSession(const std::string& local_name,
83 return CreateSession(id, local_name, content_type);
86 Session* SessionManager::CreateSession(const std::string& id,
91 return CreateSession(local_name, local_name, sid, content_type, false);
94 Session* SessionManager::CreateSession(
193 session = CreateSession(msg.to, msg.initiator, msg.sid,
portallocator.cc 57 PortAllocatorSession* PortAllocator::CreateSession(
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.h 45 virtual int CreateSession(
fake_speech_recognition_manager.cc 48 int FakeSpeechRecognitionManager::CreateSession(
50 VLOG(1) << "FAKE CreateSession invoked.";
  /external/chromium_org/content/renderer/media/crypto/
renderer_cdm_manager.h 43 void CreateSession(int cdm_id,
proxy_media_keys.h 38 virtual void CreateSession(
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 88 WebContentDecryptionModuleImpl::createSession(
90 return adapter_->CreateSession(client);
cdm_session_adapter.cc 54 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::CreateSession(
77 media_keys_->CreateSession(init_data_type,
cdm_session_adapter.h 53 WebContentDecryptionModuleSessionImpl* CreateSession(
  /external/chromium_org/media/base/
browser_cdm.h 38 virtual bool CreateSession(uint32 session_id,
media_keys.h 77 virtual void CreateSession(const std::string& init_data_type,
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 58 * Note: <code>CreateSession()</code> must create a web session ID and provide
75 void (*CreateSession)(PP_Instance instance,
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 45 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(
297 cdm_->CreateSession(session_id,
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 38 * 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/
mediasessionclient.h 154 Session *CreateSession(Call *call);
155 Session *CreateSession(const std::string& id, Call* call);
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 37 virtual void CreateSession(uint32_t promise_id,
content_decryptor_private.cc 41 void CreateSession(PP_Instance instance,
61 ->CreateSession(promise_id,
210 &CreateSession,
  /external/chromium_org/net/tools/quic/
quic_dispatcher_test.cc 83 QuicSession* CreateSession(QuicDispatcher* dispatcher,
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/net/http/
http_network_transaction_unittest.cc 218 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) {
304 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
611 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 35 // corresponds to a session, initiated via |CreateSession|.
61 virtual int CreateSession(

Completed in 546 milliseconds

1 2 3