Searched refs:decryptInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/drm/
H A Ddrm_framework_common.h298 DecryptInfo* decryptInfo; member in class:android::DecryptHandle
317 decryptInfo(NULL) {
322 delete decryptInfo; decryptInfo = NULL;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp244 decryptHandle->decryptInfo = NULL;
259 if (NULL != decryptHandle->decryptInfo) {
260 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp504 decryptHandle->decryptInfo = NULL;
567 if (NULL != decryptHandle->decryptInfo) {
568 delete decryptHandle->decryptInfo;
569 decryptHandle->decryptInfo = NULL;
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp61 if (NULL != handle->decryptInfo) {
62 data->writeInt32(handle->decryptInfo->decryptBufferLength);
93 handle->decryptInfo = NULL;
96 handle->decryptInfo = new DecryptInfo();
97 handle->decryptInfo->decryptBufferLength = bufferLen;
105 if (handle->decryptInfo) {
106 delete handle->decryptInfo;
107 handle->decryptInfo = NULL;

Completed in 777 milliseconds