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

1 2

  /cts/tests/tests/drm/src/android/drm/cts/
NativeCodeTest.java 17 package android.drm.cts;
33 * Returns true iff this device is vulnerable to arbitrary code execution in drm server
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
Config.java 17 package android.drm.cts;
DrmInfoStatusTest.java 17 package android.drm.cts;
21 import android.drm.DrmInfoStatus;
22 import android.drm.DrmInfoRequest;
23 import android.drm.ProcessedData;
DrmEventTest.java 17 package android.drm.cts;
22 import android.drm.DrmEvent;
23 import android.drm.DrmInfoEvent;
24 import android.drm.DrmErrorEvent;
DrmSupportInfoTest.java 17 package android.drm.cts;
22 import android.drm.DrmSupportInfo;
  /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:
DrmInfoStatus.java 17 package android.drm;
21 * and an online DRM server. Specifically, when the
48 * The type of DRM information processed. Must be one of the valid type
69 * @param infoType The type of the DRM information processed. Must be a valid
ProcessedData.java 17 package android.drm;
22 * transaction between a device and a DRM server.
DrmErrorEvent.java 17 package android.drm;
40 * Response from the server cannot be handled by the DRM plug-in (agent).
58 * Failed to remove all the rights objects associated with all DRM schemes.
DrmEvent.java 17 package android.drm;
22 * A base class that is used to send asynchronous event information from the DRM framework.
31 * All of the rights information associated with all DRM schemes have been successfully removed.
35 * The given DRM information has been successfully processed.
DrmInfoEvent.java 17 package android.drm;
DrmInfo.java 17 package android.drm;
25 * between a device and an online DRM server. The DRM framework achieves
38 // DRM scheme such as account id, path or multiple path's
DrmRights.java 17 package android.drm;
23 * An entity class that wraps the license information retrieved from the online DRM server.
34 * Please note that the account id and subscription id is not mandatory by all DRM agents
35 * or plugins. When account id or subscription id is not required by the specific DRM
DrmSupportInfo.java 17 package android.drm;
23 * An entity class that wraps the capability of each DRM plug-in (agent),
24 * such as the MIME type and file suffix the DRM plug-in can handle.
36 * Adds the specified MIME type to the list of MIME types this DRM plug-in supports.
38 * @param mimeType MIME type that can be handles by this DRM plug-in.
53 * Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.
55 * @param fileSuffix File suffix that can be handled by this DRM plug-in.
57 * that some DRM content comes with no file suffix.
69 * this DRM plug-in supports.
79 * this DRM plug-in supports
    [all...]
DrmInfoRequest.java 17 package android.drm;
23 * An entity class that is used to pass information to an online DRM server. An instance of this
31 * Acquires DRM server registration information.
35 * Acquires information for unregistering the DRM server.
DrmOutputStream.java 17 package android.drm;
19 import static android.drm.DrmConvertedStatus.STATUS_OK;
20 import static android.drm.DrmManagerClient.INVALID_SESSION;
57 throw new UnknownServiceException("Failed to open DRM session for " + mimeType);
68 throw new IOException("Unexpected DRM status: " + status.statusCode);
97 throw new IOException("Unexpected DRM status: " + status.statusCode);
DrmStore.java 17 package android.drm;
20 * Defines constants that are used by the DRM framework.
25 * Interface definition for the columns that represent DRM constraints.
26 * {@link android.drm.DrmManagerClient#getConstraints DrmManagerClient.getConstraints()}
28 * {@link android.drm.DrmStore.Action actions} that can be performed
41 * {@link android.drm.DrmStore.Action action}.
50 * {@link android.drm.DrmStore.Action action}.
58 * an {@link android.drm.DrmStore.Action action} can be performed on
67 * an {@link android.drm.DrmStore.Action action} can not be performed on
92 * Defines DRM object types
    [all...]
  /packages/apps/Mms/src/com/android/mms/drm/
DrmUtils.java 18 package com.android.mms.drm;
20 import android.drm.DrmManagerClient;
21 import android.drm.DrmStore;
30 /** The MIME type of special DRM files */
58 * Check if content may be forwarded according to DRM
67 // first check if the URI is registered as DRM in DRM-framework
  /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";
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_buffer.h 54 } drm; member in union:native_buffer::__anon14914
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_buffer.h 54 } drm; member in union:native_buffer::__anon25258
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.c 36 #include "wayland-drm.h"
37 #include "wayland-drm-server-protocol.h"
52 struct wl_drm *drm = buffer->drm; local
54 drm->callbacks->release_buffer(drm->user_data, buffer);
76 struct wl_drm *drm = resource->data; local
85 buffer->drm = drm;
96 drm->callbacks->reference_buffer(drm->user_data, name, buffer)
170 struct wl_drm *drm = resource->data; local
189 struct wl_drm *drm = data; local
213 struct wl_drm *drm; local
    [all...]
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 36 #include "wayland-drm.h"
37 #include "wayland-drm-server-protocol.h"
52 struct wl_drm *drm = buffer->drm; local
54 drm->callbacks->release_buffer(drm->user_data, buffer);
76 struct wl_drm *drm = resource->data; local
85 buffer->drm = drm;
96 drm->callbacks->reference_buffer(drm->user_data, name, buffer)
170 struct wl_drm *drm = resource->data; local
189 struct wl_drm *drm = data; local
213 struct wl_drm *drm; local
    [all...]

Completed in 3379 milliseconds

1 2