Home
last modified time | relevance | path

Searched refs:onDecryptError (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DCryptoAsync.h43 virtual void onDecryptError(const std::list<sp<AMessage>>& errorMsg) = 0;
/frameworks/av/media/libstagefright/
DCryptoAsync.cpp140 mCallback->onDecryptError(errorList); in decryptAndQueue()
199 mCallback->onDecryptError(errorList); in attachEncryptedBufferAndQueue()
DMediaCodec.cpp821 void onDecryptError(const std::list<sp<AMessage>> &errorMsgs) override { in onDecryptError() function in android::__anonaa6bfb110211::CryptoAsyncCallback