Searched refs:decryptInfo (Results 1 - 5 of 5) 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/media/libmedia/
H A DIDataSource.cpp110 handle->decryptInfo = new DecryptInfo();
111 handle->decryptInfo->decryptBufferLength = bufferLength;
186 if (handle->decryptInfo != NULL) {
187 reply->writeInt32(handle->decryptInfo->decryptBufferLength);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp245 decryptHandle->decryptInfo = NULL;
260 if (NULL != decryptHandle->decryptInfo) {
261 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp513 decryptHandle->decryptInfo = NULL;
576 if (NULL != decryptHandle->decryptInfo) {
577 delete decryptHandle->decryptInfo;
578 decryptHandle->decryptInfo = NULL;
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp62 if (NULL != handle->decryptInfo) {
63 data->writeInt32(handle->decryptInfo->decryptBufferLength);
94 handle->decryptInfo = NULL;
97 handle->decryptInfo = new DecryptInfo();
98 handle->decryptInfo->decryptBufferLength = bufferLen;
106 if (handle->decryptInfo) {
107 delete handle->decryptInfo;
108 handle->decryptInfo = NULL;

Completed in 2132 milliseconds