Searched refs:mCrypto (Results 1 – 5 of 5) sorted by relevance
49 mCrypto = MakeCrypto(uuid, initData, initSize); in JCrypto()53 mCrypto.clear(); in ~JCrypto()103 if (mCrypto == NULL) { in requiresSecureDecoderComponent()107 return mCrypto->requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent()122 return mCrypto == NULL ? NO_INIT : OK; in initCheck()140 return jcrypto->mCrypto; in GetCrypto()
47 sp<ICrypto> mCrypto; member
580 if (portIndex == kPortIndexInput && mCrypto != NULL) { in onMessageReceived()833 mCrypto = static_cast<ICrypto *>(crypto); in onMessageReceived()1086 (portIndex == kPortIndexInput && mCrypto != NULL) in onMessageReceived()1167 (mCrypto != NULL) ? info->mEncryptedData : info->mData; in queueCSDInputBuffer()1193 mCrypto.clear(); in setState()1284 if (mCrypto != NULL) { in onQueueInputBuffer()1294 if (mCrypto == NULL) { in onQueueInputBuffer()1341 if (mCrypto != NULL) { in onQueueInputBuffer()1349 status_t err = mCrypto->decrypt( in onQueueInputBuffer()
187 sp<ICrypto> mCrypto; member
429 sp<ICrypto> mCrypto; variable