Searched refs:decryptInfo (Results 1 – 5 of 5) sorted by relevance
294 DecryptInfo* decryptInfo; variable313 decryptInfo(NULL) { in DecryptHandle()318 delete decryptInfo; decryptInfo = NULL; in ~DecryptHandle() local
119 handle->decryptInfo = new DecryptInfo(); in DrmInitialization()120 handle->decryptInfo->decryptBufferLength = bufferLength; in DrmInitialization()195 if (handle->decryptInfo != NULL) { in onTransact()196 reply->writeInt32(handle->decryptInfo->decryptBufferLength); in onTransact()
246 decryptHandle->decryptInfo = NULL; in onOpenDecryptSession()261 if (NULL != decryptHandle->decryptInfo) { in onCloseDecryptSession()262 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL; in onCloseDecryptSession()
513 decryptHandle->decryptInfo = NULL;576 if (NULL != decryptHandle->decryptInfo) {577 delete decryptHandle->decryptInfo;578 decryptHandle->decryptInfo = NULL;
62 if (NULL != handle->decryptInfo) { in writeDecryptHandleToParcelData()63 data->writeInt32(handle->decryptInfo->decryptBufferLength); in writeDecryptHandleToParcelData()94 handle->decryptInfo = NULL; in readDecryptHandleFromParcelData()97 handle->decryptInfo = new DecryptInfo(); in readDecryptHandleFromParcelData()98 handle->decryptInfo->decryptBufferLength = bufferLen; in readDecryptHandleFromParcelData()106 if (handle->decryptInfo) { in clearDecryptHandle()107 delete handle->decryptInfo; in clearDecryptHandle()108 handle->decryptInfo = NULL; in clearDecryptHandle()