HomeSort by relevance Sort by last modified time
    Searched refs:drm (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 17 package android.drm.cts;
21 import android.drm.cts.configs.PassthruConfig;
22 import android.drm.cts.configs.FwdLockConfig;
30 * @param plugInName Name of DRM plug-in. The name SHOULD be consistent with
DrmInfoStatusTest.java 17 package android.drm.cts;
21 import android.drm.DrmInfoStatus;
22 import android.drm.DrmInfoRequest;
23 import android.drm.ProcessedData;
Config.java 17 package android.drm.cts;
  /frameworks/base/media/java/android/drm/mobile1/
DrmException.java 17 package android.drm.mobile1;
22 * A DrmException is thrown to report errors specific to handle DRM content and rights.
26 // TODO: add more specific DRM error codes.
DrmConstraintInfo.java 17 package android.drm.mobile1;
22 * This class provides interfaces to access the DRM constraint.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 25 # Determine whether the DRM framework uses 64-bit data types for file offsets and do the same.
26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
55 $(base)/include/drm \
56 $(base)/drm/libdrmframework/plugins/common/include \
57 $(base)/drm/libdrmframework/plugins/common/util/include \
58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
60 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
64 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/drm
  /frameworks/av/drm/libdrmframework/plugins/passthru/
Android.mk 33 $(TOP)/frameworks/av/drm/libdrmframework/include \
34 $(TOP)/frameworks/av/drm/libdrmframework/plugins/passthru/include \
35 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
  /frameworks/av/drm/common/
DrmConvertedStatus.cpp 17 #include <drm/DrmConvertedStatus.h>
DrmInfoStatus.cpp 17 #include <drm/DrmInfoStatus.h>
DrmInfoEvent.cpp 18 #include <drm/DrmInfoEvent.h>
Android.mk 36 $(TOP)/frameworks/av/drm/libdrmframework/include \
37 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include
  /frameworks/av/drm/libdrmframework/plugins/common/util/
Android.mk 29 $(base)/include/drm \
30 $(base)/include/drm/plugins \
  /frameworks/av/drm/drmserver/
Android.mk 35 $(TOP)/frameworks/av/drm/libdrmframework/include \
36 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include
  /frameworks/base/drm/jni/
Android.mk 37 $(TOP)/frameworks/av/drm/libdrmframework/include \
38 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 206 drmMessage = "General DRM error";
235 vendorMessage.format("DRM vendor-defined error: %d", err);
302 sp<IDrm> drm = service->makeDrm(); local
304 if (drm == NULL || (drm->initCheck() != OK && drm->initCheck() != NO_INIT)) {
308 return drm;
313 sp<IDrm> drm = MakeDrm(); local
315 if (drm == NULL) {
319 status_t err = drm->createPlugin(uuid)
349 sp<IDrm> drm = MakeDrm(); local
510 sp<JDrm> drm = setDrm(env, thiz, NULL); local
588 sp<JDrm> drm = new JDrm(env, thiz, uuid.array()); local
633 sp<IDrm> drm = GetDrm(env, thiz); local
653 sp<IDrm> drm = GetDrm(env, thiz); local
669 sp<IDrm> drm = GetDrm(env, thiz); local
735 sp<IDrm> drm = GetDrm(env, thiz); local
759 sp<IDrm> drm = GetDrm(env, thiz); local
778 sp<IDrm> drm = GetDrm(env, thiz); local
799 sp<IDrm> drm = GetDrm(env, thiz); local
819 sp<IDrm> drm = GetDrm(env, thiz); local
856 sp<IDrm> drm = GetDrm(env, thiz); local
879 sp<IDrm> drm = GetDrm(env, thiz); local
900 sp<IDrm> drm = GetDrm(env, thiz); local
917 sp<IDrm> drm = GetDrm(env, thiz); local
945 sp<IDrm> drm = GetDrm(env, thiz); local
973 sp<IDrm> drm = GetDrm(env, thiz); local
1003 sp<IDrm> drm = GetDrm(env, thiz); local
1035 sp<IDrm> drm = GetDrm(env, jdrm); local
1059 sp<IDrm> drm = GetDrm(env, jdrm); local
1084 sp<IDrm> drm = GetDrm(env, jdrm); local
1113 sp<IDrm> drm = GetDrm(env, jdrm); local
1141 sp<IDrm> drm = GetDrm(env, jdrm); local
1169 sp<IDrm> drm = GetDrm(env, jdrm); local
    [all...]
  /frameworks/av/drm/libdrmframework/include/
ReadWriteUtils.h 21 #include <drm/drm_framework_common.h>
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.mk 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
Android.mk 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
  /frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java 17 package android.drm;
22 * An instance of this class may be created two ways by the drm framework:
ProcessedData.java 17 package android.drm;
22 * transaction between a device and a DRM server.
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmPushReceiver.java 17 package com.android.providers.drm;
22 import android.drm.mobile1.DrmException;
23 import android.drm.mobile1.DrmRights;
24 import android.drm.mobile1.DrmRightsManager;
54 Log.e(TAG, "Install drm rights failed.");
57 Log.e(TAG, "IOException occurs when install drm rights.");
61 Log.d(TAG, "Install drm rights successfully.");
64 Log.d(TAG, "This is not drm rights push mimetype.");
  /cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java 17 package android.drm.cts.configs;
21 import android.drm.cts.Config;
33 return "application/x-android-drm-fl";
PassthruConfig.java 17 package android.drm.cts.configs;
21 import android.drm.cts.Config;
33 return "application/vnd.passthru.drm";
  /frameworks/av/drm/libdrmframework/
Android.mk 36 $(TOP)/frameworks/av/drm/libdrmframework/include \
  /frameworks/av/include/media/
IDrmClient.h 23 #include <media/drm/DrmAPI.h>

Completed in 1009 milliseconds

1 2 3 4