HomeSort by relevance Sort by last modified time
    Searched refs:drm (Results 51 - 75 of 86) sorted by null

1 23 4

  /frameworks/base/drm/java/android/drm/
DrmRights.java 17 package android.drm;
23 * An entity class that wraps the license information retrieved from the online DRM server.
112 * data could be null because it's optional for some DRM schemes.
DrmUtils.java 17 package android.drm;
32 * DRM constraint information. If a DRM scheme has specific constraints beyond the standard
105 * extended metadata embedded in DRM constraint information.
115 * Utility that parses extended metadata embedded in DRM constraint information.
  /frameworks/base/media/java/android/drm/mobile1/
DrmRightsManager.java 17 package android.drm.mobile1;
23 * This class provides interfaces to access the DRM right manager.
27 * The "application/vnd.oma.drm.rights+xml" mime type.
29 public static final String DRM_MIMETYPE_RIGHTS_XML_STRING = "application/vnd.oma.drm.rights+xml";
32 * The "application/vnd.oma.drm.rights+wbxml" mime type.
34 public static final String DRM_MIMETYPE_RIGHTS_WBXML_STRING = "application/vnd.oma.drm.rights+wbxml";
37 * The id of "application/vnd.oma.drm.rights+xml" mime type.
42 * The id of "application/vnd.oma.drm.rights+wbxml" mime type.
47 * The id of "application/vnd.oma.drm.message" mime type.
87 * Install one DRM rights and return one instance of DrmRights
    [all...]
DrmRawContent.java 17 package android.drm.mobile1;
22 * This class provides interfaces to access the DRM raw content.
26 * The "application/vnd.oma.drm.message" mime type.
28 public static final String DRM_MIMETYPE_MESSAGE_STRING = "application/vnd.oma.drm.message";
31 * The "application/vnd.oma.drm.content" mime type.
33 public static final String DRM_MIMETYPE_CONTENT_STRING = "application/vnd.oma.drm.content";
36 * The DRM delivery type: Forward-Lock
41 * The DRM delivery type: Combined Delivery
46 * The DRM delivery type: Separate Delivery
51 * The DRM delivery type: Separate Delivery in DRM messag
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 22 import android.drm.mobile1.DrmException;
23 import com.android.mms.drm.DrmWrapper;
26 import com.android.mms.drm.DrmUtils;
146 * Get the URI of the media without checking DRM rights. Use this method
147 * only if the media is NOT DRM protected.
156 * Get the URI of the media with checking DRM rights. Use this method
157 * if the media is probably DRM protected.
160 * @throws DrmException Insufficient DRM rights detected.
165 throw new DrmException("Insufficient DRM rights.");
AudioModel.java 23 import com.android.mms.drm.DrmWrapper;
ImageModel.java 25 import android.drm.mobile1.DrmException;
26 import com.android.mms.drm.DrmWrapper;
MediaModelFactory.java 23 import android.drm.mobile1.DrmException;
24 import com.android.mms.drm.DrmWrapper;
SmilHelper.java 30 import android.drm.mobile1.DrmException;
31 import com.android.mms.drm.DrmWrapper;
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 25 #include <drm/DrmInfo.h>
26 #include <drm/DrmRights.h>
27 #include <drm/DrmInfoEvent.h>
28 #include <drm/DrmInfoStatus.h>
29 #include <drm/DrmInfoRequest.h>
30 #include <drm/DrmSupportInfo.h>
31 #include <drm/DrmConstraints.h>
32 #include <drm/DrmMetadata.h>
33 #include <drm/DrmConvertedStatus.h>
34 #include <drm/drm_framework_common.h
    [all...]
  /frameworks/base/drm/common/
DrmConstraints.cpp 17 #include <drm/DrmConstraints.h>
DrmMetadata.cpp 17 #include <drm/DrmMetadata.h>
DrmSupportInfo.cpp 17 #include <drm/DrmSupportInfo.h>
IDrmManagerService.cpp 25 #include <drm/DrmInfo.h>
26 #include <drm/DrmConstraints.h>
27 #include <drm/DrmMetadata.h>
28 #include <drm/DrmRights.h>
29 #include <drm/DrmInfoStatus.h>
30 #include <drm/DrmConvertedStatus.h>
31 #include <drm/DrmInfoRequest.h>
32 #include <drm/DrmSupportInfo.h>
157 LOGV("Install DRM Engine");
182 //Filling Drm Constraint
    [all...]
  /frameworks/base/drm/drmserver/
DrmManager.cpp 22 #include <drm/DrmInfo.h>
23 #include <drm/DrmInfoEvent.h>
24 #include <drm/DrmRights.h>
25 #include <drm/DrmConstraints.h>
26 #include <drm/DrmMetadata.h>
27 #include <drm/DrmInfoStatus.h>
28 #include <drm/DrmInfoRequest.h>
29 #include <drm/DrmSupportInfo.h>
30 #include <drm/DrmConvertedStatus.h>
102 String8 vendorPluginDirPath("/vendor/lib/drm");
    [all...]
  /frameworks/base/drm/libdrmframework/plugins/common/include/
IDrmEngine.h 20 #include <drm/drm_framework_common.h>
37 * Responsibility of this class is provide generic interface to DRM Engine Manager.
130 * Executes given drm information based on its type
151 * Save DRM rights to specified rights path
177 * to retrieve DRM object type
182 * @return type of the DRM content,
215 * Informs the DRM Engine about the playback actions performed on the DRM files.
229 * Validates whether an action on the DRM content is allowed or not.
252 * DRM framework. Will be used in master rese
    [all...]
DrmEngineBase.h 20 #include <drm/drm_framework_common.h>
147 * number generated in the DRM service. If the DrmManagerClient
151 * uniqueId could be used in DRM plugins to differentiate native
181 * Executes given drm information based on its type
191 * Save DRM rights to specified rights path
228 * to retrieve DRM object type
233 * @return type of the DRM content,
266 * Informs the DRM Engine about the playback actions performed on the DRM files.
280 * Validates whether an action on the DRM content is allowed or not
    [all...]
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 28 import com.android.mms.drm.DrmUtils;
  /frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp 293 int32_t drm = 0; local
294 if (fileMeta->findInt32(kKeyIsDRM, &drm) && drm != 0) {
546 // To check whether the media file is drm-protected
  /frameworks/base/drm/libdrmframework/include/
DrmManager.h 22 #include <drm/drm_framework_common.h>
44 * This is implementation class for DRM Manager. This class delegates the
45 * functionality to corresponding DRM Engine.
DrmManagerClientImpl.h 22 #include <drm/DrmManagerClient.h>
112 * Executes given drm information based on its type
133 * Save DRM rights to specified rights path
159 * to retrieve DRM object type
164 * @return type of the DRM content,
195 * Informs the DRM engine about the playback actions performed on the DRM files.
209 * Validates whether an action on the DRM content is allowed or not.
232 * DRM framework. Will be used in master reset
241 * This API is for Forward Lock based DRM scheme
    [all...]
IDrmManagerService.h 23 #include <drm/drm_framework_common.h>
40 * This is the interface class for DRM Manager service.
162 * This is the Binder implementation class for DRM Manager service.
245 * This is the Binder implementation class for DRM Manager service.
  /external/mesa3d/docs/
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
37 lets the application get the DRM buffer handles.
74 Use when importing drm buffer:
81 To create a DRM EGLImage, call
95 buffer with the DRM kernel modesetting API. The
97 be shared with other processes by passing the underlying DRM
100 To create a process local handle or a global DRM name for a
110 written to <name>, the handle (local to the DRM file descriptor,
111 for use with DRM kernel modesetting API) is written to <handle> if
128 an existing DRM buffer name, it doesn't seem right to overloa
    [all...]
  /frameworks/base/drm/libdrmframework/
DrmManagerClient.cpp 19 #include <drm/DrmManagerClient.h>
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 29 #include <drm/DrmManagerClient.h>

Completed in 295 milliseconds

1 23 4