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

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 123 bool CreateSession(int component) {
124 session_.reset(CreateSession("session", component));
130 bool CreateSession(int component, const std::string& content_name) {
131 session_.reset(CreateSession("session", content_name, component));
137 cricket::PortAllocatorSession* CreateSession(
139 return CreateSession(sid, kContentName, component);
142 cricket::PortAllocatorSession* CreateSession(
144 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
147 cricket::PortAllocatorSession* CreateSession(
151 allocator_->CreateSession(
    [all...]
  /external/chromium_org/content/public/browser/
speech_recognition_manager.h 42 virtual int CreateSession(const SpeechRecognitionSessionConfig& config) = 0;
64 // upon CreateSession.
  /external/chromium_org/media/cdm/
aes_decryptor_unittest.cc 228 uint32 CreateSession(const std::vector<uint8>& key_id) {
233 EXPECT_TRUE(decryptor_.CreateSession(
360 EXPECT_TRUE(decryptor_.CreateSession(session_id, std::string(), NULL, 0));
367 EXPECT_TRUE(decryptor_.CreateSession(session_id1, std::string(), NULL, 0));
372 EXPECT_TRUE(decryptor_.CreateSession(session_id2, std::string(), NULL, 0));
377 EXPECT_TRUE(decryptor_.CreateSession(session_id3, std::string(), NULL, 0));
381 uint32 session_id = CreateSession(key_id_);
389 uint32 session_id = CreateSession(key_id_);
404 uint32 session_id = CreateSession(key_id_);
419 uint32 session_id = CreateSession(key_id_)
    [all...]
  /external/chromium_org/media/base/
media_keys.h 48 // CreateSession() returns true.
50 virtual bool CreateSession(uint32 session_id,
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 58 * Note: <code>CreateSession()</code> must create the session ID used in
73 void (*CreateSession)(PP_Instance instance,
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_session_custom_bindings.js 14 natives.CreateSession(audioTrack, videoTrack, callback);
  /external/chromium_org/content/renderer/media/android/
proxy_media_keys.cc 48 bool ProxyMediaKeys::CreateSession(uint32 session_id,
52 manager_->CreateSession(
proxy_media_keys.h 35 virtual bool CreateSession(uint32 session_id,
  /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/ppapi/api/private/
ppp_content_decryptor_private.idl 38 * Note: <code>CreateSession()</code> must create the session ID used in
53 void CreateSession(
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.h 45 virtual int CreateSession(
  /external/chromium_org/v8/src/
debug-agent.h 57 void CreateSession(Socket* socket);
  /external/chromium_org/net/tools/quic/
quic_dispatcher_test.cc 73 QuicSession* CreateSession(QuicDispatcher* dispatcher,
134 .WillOnce(testing::Return(CreateSession(
139 .WillOnce(testing::Return(CreateSession(
155 .WillOnce(testing::Return(CreateSession(
190 .WillOnce(testing::Return(CreateSession(
245 .WillOnce(testing::Return(CreateSession(
250 .WillOnce(testing::Return(CreateSession(
  /external/chromium/net/http/
http_stream_factory_impl_unittest.cc 78 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
217 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
240 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
265 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
289 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 76 Session *CreateSession(const std::string& local_name,
138 // Helper function for CreateSession. This is also invoked when we receive
140 Session *CreateSession(const std::string& local_name,
portallocator.h 92 virtual PortAllocatorSession *CreateSession(const std::string &name,
sessionmanager.cc 77 Session* SessionManager::CreateSession(const std::string& local_name,
79 return CreateSession(local_name, local_name,
84 Session* SessionManager::CreateSession(
182 session = CreateSession(msg.to, msg.initiator, msg.sid,
  /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/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 57 virtual PortAllocatorSession* CreateSession(const std::string& name,
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 45 media_keys_->CreateSession(
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 35 virtual void CreateSession(uint32_t session_id,
  /external/v8/src/
debug-agent.h 69 void CreateSession(Socket* socket);
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 221 void CreateSession() {
321 MockClock* clock_; // Owned by QuicStreamFactory after CreateSession.
371 CreateSession();
422 CreateSession();
449 CreateSession();
498 CreateSession();
551 CreateSession();
648 CreateSession();
695 CreateSession();
744 CreateSession();
    [all...]

Completed in 3528 milliseconds

1 2 3