Searched refs:mDecryptHandle (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFileSource.cpp31 mDecryptHandle(NULL),
50 mDecryptHandle(NULL),
70 if (mDecryptHandle != NULL) {
71 // To release mDecryptHandle
73 mDrmManagerClient->closeDecryptSession(mDecryptHandle);
74 mDecryptHandle = NULL;
104 if (mDecryptHandle != NULL && DecryptApiType::CONTAINER_BASED
105 == mDecryptHandle->decryptApiType) {
139 if (mDecryptHandle == NULL) {
140 mDecryptHandle
[all...]
H A DDRMExtractor.cpp54 sp<DecryptHandle> mDecryptHandle; member in class:android::DRMSource
72 mDecryptHandle(decryptHandle),
79 mDecryptHandle, trackId, ipmpBox);
103 mDrmManagerClient->finalizeDecryptUnit(mDecryptHandle, mTrackId);
143 if ((err = mDrmManagerClient->decrypt(mDecryptHandle, mTrackId,
233 mDecryptHandle(NULL),
239 source->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
260 return new DRMSource(originalMediaSource, mDecryptHandle, mDrmManagerClient,
H A DAwesomePlayer.cpp195 mDecryptHandle(NULL),
344 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
345 if (mDecryptHandle != NULL) {
347 if (RightsStatus::RIGHTS_VALID != mDecryptHandle->status) {
477 if (mDecryptHandle != NULL) {
478 mDrmManagerClient->setPlaybackStatus(mDecryptHandle,
480 mDecryptHandle = NULL;
877 if (mDecryptHandle != NULL) {
880 mDrmManagerClient->setPlaybackStatus(mDecryptHandle,
927 if (mDecryptHandle !
[all...]
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp39 mDecryptHandle(NULL),
277 if (mDecryptHandle == NULL) {
281 mDecryptHandle = mDrmManagerClient->openDecryptSession(
285 if (mDecryptHandle == NULL) {
290 return mDecryptHandle;
297 handle = mDecryptHandle;
314 if (mDecryptHandle != NULL) {
315 // To release mDecryptHandle
317 mDrmManagerClient->closeDecryptSession(mDecryptHandle);
318 mDecryptHandle
[all...]
/frameworks/av/media/libstagefright/include/
H A DDRMExtractor.h48 sp<DecryptHandle> mDecryptHandle; member in class:android::DRMExtractor
H A DChromiumHTTPDataSource.h92 sp<DecryptHandle> mDecryptHandle; member in struct:android::ChromiumHTTPDataSource
H A DAwesomePlayer.h234 sp<DecryptHandle> mDecryptHandle; member in struct:android::AwesomePlayer
/frameworks/av/include/media/stagefright/
H A DFileSource.h55 sp<DecryptHandle> mDecryptHandle; member in class:android::FileSource

Completed in 729 milliseconds