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()
247 decryptHandle->decryptInfo = NULL; in onOpenDecryptSession()264 if (NULL != decryptHandle->decryptInfo) { in onCloseDecryptSession()265 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL; in onCloseDecryptSession()
515 decryptHandle->decryptInfo = NULL;582 if (NULL != decryptHandle->decryptInfo) {583 delete decryptHandle->decryptInfo;584 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()