Lines Matching defs:ContentDecryptorDelegate

61   TRACE_EVENT0("media", "ContentDecryptorDelegate - MakeBufferResource");
306 ContentDecryptorDelegate::ContentDecryptorDelegate(
320 ContentDecryptorDelegate::~ContentDecryptorDelegate() {
324 void ContentDecryptorDelegate::Initialize(
349 void ContentDecryptorDelegate::InstanceCrashed() {
354 void ContentDecryptorDelegate::SetServerCertificate(
374 void ContentDecryptorDelegate::CreateSession(
392 void ContentDecryptorDelegate::LoadSession(
400 void ContentDecryptorDelegate::UpdateSession(
416 void ContentDecryptorDelegate::CloseSession(
430 void ContentDecryptorDelegate::RemoveSession(
444 void ContentDecryptorDelegate::GetUsableKeyIds(
460 bool ContentDecryptorDelegate::Decrypt(
506 bool ContentDecryptorDelegate::CancelDecrypt(
537 bool ContentDecryptorDelegate::InitializeAudioDecoder(
568 bool ContentDecryptorDelegate::InitializeVideoDecoder(
599 bool ContentDecryptorDelegate::DeinitializeDecoder(
613 bool ContentDecryptorDelegate::ResetDecoder(Decryptor::StreamType stream_type) {
622 bool ContentDecryptorDelegate::DecryptAndDecodeAudio(
660 bool ContentDecryptorDelegate::DecryptAndDecodeVideo(
679 "media", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
701 void ContentDecryptorDelegate::OnPromiseResolved(uint32 promise_id) {
714 void ContentDecryptorDelegate::OnPromiseResolvedWithSession(
732 void ContentDecryptorDelegate::OnPromiseResolvedWithKeyIds(
769 void ContentDecryptorDelegate::OnPromiseRejected(
788 void ContentDecryptorDelegate::OnSessionMessage(PP_Var web_session_id,
818 void ContentDecryptorDelegate::OnSessionKeysChange(
831 void ContentDecryptorDelegate::OnSessionExpirationChange(
844 void ContentDecryptorDelegate::OnSessionReady(PP_Var web_session_id) {
854 void ContentDecryptorDelegate::OnSessionClosed(PP_Var web_session_id) {
864 void ContentDecryptorDelegate::OnSessionError(
886 void ContentDecryptorDelegate::DecoderInitializeDone(
908 void ContentDecryptorDelegate::DecoderDeinitializeDone(
914 void ContentDecryptorDelegate::DecoderResetDone(
920 void ContentDecryptorDelegate::DeliverBlock(
976 // ContentDecryptorDelegate is destroyed before VideoFrame calls this callback,
1008 void ContentDecryptorDelegate::DeliverFrame(
1024 "media", "ContentDecryptorDelegate::DecryptAndDecodeVideo", request_id);
1064 base::Bind(&ContentDecryptorDelegate::FreeBuffer,
1071 void ContentDecryptorDelegate::DeliverSamples(
1115 void ContentDecryptorDelegate::CancelDecode(Decryptor::StreamType stream_type) {
1139 bool ContentDecryptorDelegate::MakeMediaBufferResource(
1143 TRACE_EVENT0("media", "ContentDecryptorDelegate::MakeMediaBufferResource");
1193 void ContentDecryptorDelegate::FreeBuffer(uint32_t buffer_id) {
1198 void ContentDecryptorDelegate::SetBufferToFreeInTrackingInfo(
1209 bool ContentDecryptorDelegate::DeserializeAudioFrames(
1285 void ContentDecryptorDelegate::SatisfyAllPendingCallbacksOnError() {
1319 uint32_t ContentDecryptorDelegate::SavePromise(scoped_ptr<CdmPromise> promise) {
1325 scoped_ptr<CdmPromise> ContentDecryptorDelegate::TakePromise(