Home
last modified time | relevance | path

Searched refs:mCrypto (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp49 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()
Dandroid_media_MediaCrypto.h47 sp<ICrypto> mCrypto; member
/frameworks/av/media/libstagefright/
DMediaCodec.cpp580 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()
/frameworks/av/include/media/stagefright/
DMediaCodec.h187 sp<ICrypto> mCrypto; member
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h429 sp<ICrypto> mCrypto; variable