Searched refs:AMediaCryptoWrapper (Results 1 – 8 of 8) sorted by relevance
129 struct AMediaCryptoWrapper : public RefBase { struct130 AMediaCryptoWrapper(const uint8_t uuid[16],133 AMediaCryptoWrapper(AMediaCrypto *aMediaCrypto);145 virtual ~AMediaCryptoWrapper();150 DISALLOW_EVIL_CONSTRUCTORS(AMediaCryptoWrapper);231 const sp<AMediaCryptoWrapper> &crypto,
31 struct AMediaCryptoWrapper;136 sp<AMediaCryptoWrapper> * /* crypto */) { in prepareDrm()
29 struct AMediaCryptoWrapper;248 sp<AMediaCryptoWrapper> mCrypto;
97 sp<AMediaCryptoWrapper> *outCrypto);
1507 sp<AMediaCryptoWrapper> *outCrypto) { in prepareDrm()1516 sp<AMediaCryptoWrapper> crypto = in prepareDrm()1517 new AMediaCryptoWrapper(uuid, drmSessionId.array(), drmSessionId.size()); in prepareDrm()
345 sp<AMediaCryptoWrapper> crypto = static_cast<AMediaCryptoWrapper *>(objCrypto.get()); in onConfigure()
2992 sp<AMediaCryptoWrapper> crypto = NULL; in onPrepareDrm()
581 AMediaCryptoWrapper::AMediaCryptoWrapper( in AMediaCryptoWrapper() function in android::AMediaCryptoWrapper586 AMediaCryptoWrapper::AMediaCryptoWrapper(AMediaCrypto *aMediaCrypto) in AMediaCryptoWrapper() function in android::AMediaCryptoWrapper590 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()