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

  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 26 #include <drm/DrmInfoStatus.h>
76 DrmInfoStatus* DrmPassthruPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
78 DrmInfoStatus* drmInfoStatus = NULL;
83 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK,
89 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 29 #include <drm/DrmInfoStatus.h>
235 DrmInfoStatus* BpDrmManagerService::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
264 DrmInfoStatus* drmInfoStatus = NULL;
281 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
283 return drmInfoStatus;
961 DrmInfoStatus* drmInfoStatus = processDrmInfo(uniqueId, drmInfo);
963 if (NULL != drmInfoStatus) {
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 127 DrmInfoStatus* DrmManagerClientImpl::processDrmInfo(
129 DrmInfoStatus *drmInfoStatus = NULL;
131 drmInfoStatus = getDrmManagerService()->processDrmInfo(uniqueId, drmInfo);
133 return drmInfoStatus;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 30 #include <drm/DrmInfoStatus.h>
234 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int /* uniqueId */, const DrmInfo* /* drmInfo */) {
235 DrmInfoStatus *drmInfoStatus = NULL;
239 drmInfoStatus = new DrmInfoStatus((int)DrmInfoStatus::STATUS_OK, 0, NULL, String8(""));
243 return drmInfoStatus;
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 29 #include <drm/DrmInfoStatus.h>
467 DrmInfoStatus* pDrmInfoStatus
470 jclass localRef = env->FindClass("android/drm/DrmInfoStatus");
471 jobject drmInfoStatus = NULL;
498 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
506 return drmInfoStatus;
731 {"_processDrmInfo", "(ILandroid/drm/DrmInfo;)Landroid/drm/DrmInfoStatus;",

Completed in 775 milliseconds