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 245 decryptHandle->decryptInfo = NULL;
260 if (NULL != decryptHandle->decryptInfo) {
261 delete decryptHandle->decryptInfo; decryptHandle->decryptInfo = NULL;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 507 decryptHandle->decryptInfo = NULL;
570 if (NULL != decryptHandle->decryptInfo) {
571 delete decryptHandle->decryptInfo;
572 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 20 milliseconds