Searched refs:CancelDecrypt (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/media/base/
H A Ddecryptor.h89 virtual void CancelDecrypt(StreamType stream_type) = 0;
H A Dmock_filters.h224 MOCK_METHOD1(CancelDecrypt, void(StreamType stream_type));
/external/chromium_org/content/renderer/media/crypto/
H A Dppapi_decryptor.h83 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
H A Dppapi_decryptor.cc332 void PpapiDecryptor::CancelDecrypt(StreamType stream_type) { function in class:content::PpapiDecryptor
335 base::Bind(&PpapiDecryptor::CancelDecrypt,
343 CdmDelegate()->CancelDecrypt(stream_type);
/external/chromium_org/media/cdm/
H A Daes_decryptor.h65 virtual void CancelDecrypt(StreamType stream_type) OVERRIDE;
H A Daes_decryptor.cc440 void AesDecryptor::CancelDecrypt(StreamType stream_type) { function in class:media::AesDecryptor
/external/chromium_org/media/filters/
H A Ddecrypting_demuxer_stream.cc91 decryptor_->CancelDecrypt(GetDecryptorStreamType());
149 decryptor_->CancelDecrypt(GetDecryptorStreamType());
H A Ddecrypting_demuxer_stream_unittest.cc94 EXPECT_CALL(*decryptor_, CancelDecrypt(_));
247 EXPECT_CALL(*decryptor_, CancelDecrypt(Decryptor::kAudio))
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h85 bool CancelDecrypt(media::Decryptor::StreamType stream_type);
H A Dcontent_decryptor_delegate.cc506 bool ContentDecryptorDelegate::CancelDecrypt( function in class:content::ContentDecryptorDelegate
508 DVLOG(3) << "CancelDecrypt() - stream_type: " << stream_type;
1114 // TODO(xhwang): Try to remove duplicate logic here and in CancelDecrypt().

Completed in 1024 milliseconds