HomeSort by relevance Sort by last modified time
    Searched refs:decryptInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/drm/
drm_framework_common.h 246 class DecryptInfo {
298 DecryptInfo* decryptInfo;
317 decryptInfo(NULL) {
322 delete decryptInfo; decryptInfo = NULL;
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 244 decryptHandle->decryptInfo = NULL;
259 if (NULL != decryptHandle->decryptInfo) {
260 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 504 decryptHandle->decryptInfo = NULL;
567 if (NULL != decryptHandle->decryptInfo) {
568 delete decryptHandle->decryptInfo;
569 decryptHandle->decryptInfo = NULL;
  /frameworks/av/drm/common/
IDrmManagerService.cpp 61 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;
    [all...]

Completed in 28 milliseconds