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

  /frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 26 #include <drm/DrmInfoStatus.h>
75 DrmInfoStatus* DrmPassthruPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
77 DrmInfoStatus* drmInfoStatus = NULL;
82 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK,
88 drmInfoStatus = new DrmInfoStatus(DrmInfoStatus::STATUS_OK
    [all...]
  /frameworks/base/drm/common/
IDrmManagerService.cpp 29 #include <drm/DrmInfoStatus.h>
244 DrmInfoStatus* BpDrmManagerService::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
273 DrmInfoStatus* drmInfoStatus = NULL;
290 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
292 return drmInfoStatus;
922 DrmInfoStatus* drmInfoStatus = processDrmInfo(uniqueId, drmInfo);
924 if (NULL != drmInfoStatus) {
    [all...]
  /frameworks/base/drm/libdrmframework/
DrmManagerClientImpl.cpp 125 DrmInfoStatus* DrmManagerClientImpl::processDrmInfo(
127 DrmInfoStatus *drmInfoStatus = NULL;
129 drmInfoStatus = getDrmManagerService()->processDrmInfo(uniqueId, drmInfo);
131 return drmInfoStatus;
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 30 #include <DrmInfoStatus.h>
195 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) {
196 DrmInfoStatus *drmInfoStatus = NULL;
200 drmInfoStatus = new DrmInfoStatus((int)DrmInfoStatus::STATUS_OK, 0, NULL, String8(""));
204 return drmInfoStatus;
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 28 #include <drm/DrmInfoStatus.h>
471 DrmInfoStatus* pDrmInfoStatus
474 jclass localRef = env->FindClass("android/drm/DrmInfoStatus");
475 jobject drmInfoStatus = NULL;
502 drmInfoStatus = env->NewObject(localRef, constructorId, statusCode, infoType,
510 return drmInfoStatus;
738 {"_processDrmInfo", "(ILandroid/drm/DrmInfo;)Landroid/drm/DrmInfoStatus;",

Completed in 593 milliseconds