Home
last modified time | relevance | path

Searched refs:AMediaCryptoWrapper (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h129 struct AMediaCryptoWrapper : public RefBase { struct
130 AMediaCryptoWrapper(const uint8_t uuid[16],
133 AMediaCryptoWrapper(AMediaCrypto *aMediaCrypto);
145 virtual ~AMediaCryptoWrapper();
150 DISALLOW_EVIL_CONSTRUCTORS(AMediaCryptoWrapper);
231 const sp<AMediaCryptoWrapper> &crypto,
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Source.h31 struct AMediaCryptoWrapper;
136 sp<AMediaCryptoWrapper> * /* crypto */) { in prepareDrm()
DNuPlayer2.h29 struct AMediaCryptoWrapper;
248 sp<AMediaCryptoWrapper> mCrypto;
DGenericSource2.h97 sp<AMediaCryptoWrapper> *outCrypto);
DGenericSource2.cpp1507 sp<AMediaCryptoWrapper> *outCrypto) { in prepareDrm()
1516 sp<AMediaCryptoWrapper> crypto = in prepareDrm()
1517 new AMediaCryptoWrapper(uuid, drmSessionId.array(), drmSessionId.size()); in prepareDrm()
DNuPlayer2Decoder.cpp345 sp<AMediaCryptoWrapper> crypto = static_cast<AMediaCryptoWrapper *>(objCrypto.get()); in onConfigure()
DNuPlayer2.cpp2992 sp<AMediaCryptoWrapper> crypto = NULL; in onPrepareDrm()
/frameworks/av/media/libmedia/
DNdkWrapper.cpp581 AMediaCryptoWrapper::AMediaCryptoWrapper( in AMediaCryptoWrapper() function in android::AMediaCryptoWrapper
586 AMediaCryptoWrapper::AMediaCryptoWrapper(AMediaCrypto *aMediaCrypto) in AMediaCryptoWrapper() function in android::AMediaCryptoWrapper
590 AMediaCryptoWrapper::~AMediaCryptoWrapper() { in ~AMediaCryptoWrapper()
594 status_t AMediaCryptoWrapper::release() { in release()
602 AMediaCrypto *AMediaCryptoWrapper::getAMediaCrypto() const { in getAMediaCrypto()
606 bool AMediaCryptoWrapper::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()
613 bool AMediaCryptoWrapper::requiresSecureDecoderComponent(const char *mime) { in requiresSecureDecoderComponent()
909 const sp<AMediaCryptoWrapper> &crypto, in configure()