Home
last modified time | relevance | path

Searched refs:decryptor_ready_cb (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
Dproxy_decryptor.cc77 const media::DecryptorReadyCB& decryptor_ready_cb) { in SetDecryptorReadyCB() argument
81 if (decryptor_ready_cb.is_null()) { in SetDecryptorReadyCB()
90 decryptor_ready_cb.Run(media_keys_->GetDecryptor()); in SetDecryptorReadyCB()
93 decryptor_ready_cb_ = decryptor_ready_cb; in SetDecryptorReadyCB()
Dproxy_decryptor.h79 void SetDecryptorReadyCB(const media::DecryptorReadyCB& decryptor_ready_cb);
/external/chromium_org/media/filters/
Ddecrypting_video_decoder_unittest.cc400 DecryptorReadyCB decryptor_ready_cb; in TEST_F() local
402 .WillOnce(SaveArg<0>(&decryptor_ready_cb)); in TEST_F()
407 EXPECT_FALSE(decryptor_ready_cb.is_null()); in TEST_F()
412 .WillOnce(ResetAndRunCallback(&decryptor_ready_cb, in TEST_F()
Dpipeline_integration_test_base.cc290 const DecryptorReadyCB& decryptor_ready_cb) { in SetDecryptor() argument
291 decryptor_ready_cb.Run(decryptor); in SetDecryptor()
Dpipeline_integration_test_base.h130 const DecryptorReadyCB& decryptor_ready_cb);