Home
last modified time | relevance | path

Searched refs:DecryptorReadyCB (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/media/base/
Ddecryptor.h165 typedef base::Callback<void(Decryptor*)> DecryptorReadyCB; typedef
174 typedef base::Callback<void(const DecryptorReadyCB&)> SetDecryptorReadyCB;
/external/chromium_org/content/renderer/media/
Dwebmediaplayer_impl.h238 void SetDecryptorReadyCB(const media::DecryptorReadyCB& decryptor_ready_cb);
348 media::DecryptorReadyCB decryptor_ready_cb_;
Dwebmediaplayer_impl.cc1293 const media::DecryptorReadyCB& decryptor_ready_cb) { in SetDecryptorReadyCB()
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.h289 void SetDecryptorReadyCB(const media::DecryptorReadyCB& decryptor_ready_cb);
451 media::DecryptorReadyCB decryptor_ready_cb_;
Dwebmediaplayer_android.cc1534 const media::DecryptorReadyCB& decryptor_ready_cb) { in SetDecryptorReadyCB()
/external/chromium_org/media/filters/
Dpipeline_integration_test_base.h133 const DecryptorReadyCB& decryptor_ready_cb);
Ddecrypting_demuxer_stream.cc86 set_decryptor_ready_cb_.Run(DecryptorReadyCB()); in Reset()
130 base::ResetAndReturn(&set_decryptor_ready_cb_).Run(DecryptorReadyCB()); in Stop()
Ddecrypting_video_decoder_unittest.cc221 MOCK_METHOD1(RequestDecryptorNotification, void(const DecryptorReadyCB&));
404 DecryptorReadyCB decryptor_ready_cb; in TEST_F()
Ddecrypting_video_decoder.cc145 base::ResetAndReturn(&set_decryptor_ready_cb_).Run(DecryptorReadyCB()); in Stop()
Dvideo_decoder_selector_unittest.cc54 MOCK_METHOD1(SetDecryptorReadyCallback, void(const media::DecryptorReadyCB&));
Daudio_decoder_selector_unittest.cc54 MOCK_METHOD1(SetDecryptorReadyCallback, void(const media::DecryptorReadyCB&));
Ddecrypting_audio_decoder.cc160 base::ResetAndReturn(&set_decryptor_ready_cb_).Run(DecryptorReadyCB()); in Stop()
Dpipeline_integration_test_base.cc298 const DecryptorReadyCB& decryptor_ready_cb) { in SetDecryptor()
Ddecrypting_audio_decoder_unittest.cc246 MOCK_METHOD1(RequestDecryptorNotification, void(const DecryptorReadyCB&));
Dvideo_frame_stream_unittest.cc90 MOCK_METHOD1(SetDecryptorReadyCallback, void(const media::DecryptorReadyCB&));
Ddecrypting_demuxer_stream_unittest.cc249 MOCK_METHOD1(RequestDecryptorNotification, void(const DecryptorReadyCB&));