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

1 2 3 4

  /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;
  /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...]
  /external/libdrm/tegra/
private.h 42 struct drm_tegra *drm; member in struct:drm_tegra_bo
tegra.c 44 struct drm_tegra *drm = bo->drm; local
53 drmIoctl(drm->fd, DRM_IOCTL_GEM_CLOSE, &args);
60 struct drm_tegra *drm; local
65 drm = calloc(1, sizeof(*drm));
66 if (!drm)
69 drm->close = close;
70 drm->fd = fd;
72 *drmp = drm;
260 struct drm_tegra *drm = bo->drm; local
311 struct drm_tegra *drm = bo->drm; local
335 struct drm_tegra *drm = bo->drm; local
358 struct drm_tegra *drm = bo->drm; local
385 struct drm_tegra *drm = bo->drm; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/
DrmSessionManager.h 36 sp<DrmSessionClientInterface> drm; member in struct:android::SessionInfo
50 void addSession(int pid, sp<DrmSessionClientInterface> drm, const Vector<uint8_t>& sessionId);
53 void removeDrm(sp<DrmSessionClientInterface> drm);
65 int pid, sp<DrmSessionClientInterface>* drm, Vector<uint8_t>* sessionId);
  /hardware/intel/common/libmix/mix_video/src/
test.c 68 MixDrmParams *drm = mix_drmparams_new (); local
74 mix_video_initialize (video, mode, init_params, drm);
81 mix_params_unref (MIX_PARAMS (drm));
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.cpp 17 #include <Drm.h>
61 Drm *drm = Hwcomposer::getInstance().getDrm(); local
62 return drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
77 Drm *drm = Hwcomposer::getInstance().getDrm(); local
78 bool ret = drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VsyncControl.cpp 17 #include <common/base/Drm.h>
61 Drm *drm = Hwcomposer::getInstance().getDrm(); local
62 return drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
77 Drm *drm = Hwcomposer::getInstance().getDrm(); local
78 bool ret = drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg));
  /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/mesa3d/src/gallium/state_trackers/egl/common/
native_buffer.h 54 } drm; member in union:native_buffer::__anon16752
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngOverlayPlane.cpp 18 #include <Drm.h>
207 Drm *drm = Hwcomposer::getInstance().getDrm(); local
208 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
TngPrimaryPlane.cpp 17 #include <Drm.h>
88 Drm *drm = Hwcomposer::getInstance().getDrm(); local
89 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
  /external/drm_gralloc/
gralloc_drm_priv.h 47 struct gralloc_drm_t *drm; member in struct:drm_module_t
78 struct gralloc_drm_t *drm; member in struct:gralloc_drm_bo_t

Completed in 567 milliseconds

1 2 3 4