Searched defs:session_id1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/cdm/
H A Daes_decryptor_unittest.cc364 uint32 session_id1 = 10; local
365 EXPECT_CALL(*this, OnSessionMessage(session_id1, IsEmpty(), ""));
366 EXPECT_CALL(*this, OnSessionCreated(session_id1, StrNe(std::string())));
367 EXPECT_TRUE(decryptor_.CreateSession(session_id1, std::string(), NULL, 0));
601 uint32 session_id1 = CreateSession(key_id_); local
606 UpdateSessionAndExpect(session_id1, kKeyAlternateAsJWK, SESSION_READY);
620 uint32 session_id1 = CreateSession(key_id_); local
623 UpdateSessionAndExpect(session_id1, kKeyAsJWK, SESSION_READY);
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc430 const int session_id1 = host_->video_devices_.front().session_id; local
443 EXPECT_EQ(session_id1, session_id2);
459 const int session_id1 = host_->video_devices_.front().session_id; local
469 EXPECT_NE(session_id1, session_id2);
488 const int session_id1 = host_->video_devices_.front().session_id; local
501 EXPECT_NE(session_id1, session_id2);

Completed in 154 milliseconds