HomeSort by relevance Sort by last modified time
    Searched refs:drm (Results 76 - 100 of 304) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 21 #include <drm/DrmRights.h>
22 #include <drm/DrmConstraints.h>
23 #include <drm/DrmMetadata.h>
24 #include <drm/DrmInfo.h>
25 #include <drm/DrmInfoEvent.h>
26 #include <drm/DrmInfoStatus.h>
27 #include <drm/DrmConvertedStatus.h>
28 #include <drm/DrmInfoRequest.h>
29 #include <drm/DrmSupportInfo.h>
130 drmSupportInfo->addMimeType(String8("application/vnd.passthru.drm"));
    [all...]
  /frameworks/av/drm/mediacas/plugins/clearkey/tests/
Android.mk 36 $(TOP)/frameworks/av/drm/mediacas/plugins/clearkey \
  /frameworks/base/drm/java/android/drm/
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.
DrmInfoEvent.java 17 package android.drm;
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
DrmOutputStream.java 17 package android.drm;
19 import static android.drm.DrmConvertedStatus.STATUS_OK;
20 import static android.drm.DrmManagerClient.INVALID_SESSION;
64 throw new UnknownServiceException("Failed to open DRM session for " + mimeType);
79 throw new IOException("Unexpected DRM status: " + status.statusCode);
108 throw new IOException("Unexpected DRM status: " + status.statusCode);
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.
  /hardware/interfaces/drm/1.0/default/
SharedLibrary.cpp 24 namespace drm { namespace in namespace:android::hardware
TypeConvert.cpp 16 #define LOG_TAG "android.hardware.drm@1.0-impl"
22 namespace drm { namespace in namespace:android::hardware
76 } // namespace drm
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 18 #include <Drm.h>
171 Drm *drm = Hwcomposer::getInstance().getDrm(); local
172 bool ret = drm->getModeInfo(mType, mode);
291 Drm *drm = Hwcomposer::getInstance().getDrm(); local
292 if (!drm->detect(mType)) {
293 ETRACE("drm detection on device %d failed ", mType);
302 Drm *drm = Hwcomposer::getInstance().getDrm() local
538 Drm *drm = Hwcomposer::getInstance().getDrm(); local
    [all...]
  /external/drm_hwcomposer/
drmcompositor.cpp 17 #define LOG_TAG "hwc-drm-compositor"
31 DrmCompositor::DrmCompositor(DrmResources *drm) : drm_(drm), frame_no_(0) {
61 ALOGE("Failed to initialize drm composition %d", ret);
97 ALOGE("Calling base drm compositor Composite() function");
drmcrtc.cpp 17 #define LOG_TAG "hwc-drm-crtc"
29 DrmCrtc::DrmCrtc(DrmResources *drm, drmModeCrtcPtr c, unsigned pipe)
30 : drm_(drm),
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 21 #include <drm/drm_framework_common.h>
22 #include <drm/DrmInfoEvent.h>
39 IMPLEMENT_META_INTERFACE(DrmServiceListener, "drm.IDrmServiceListener");
DrmRights.cpp 17 #include <drm/DrmRights.h>
  /frameworks/av/media/libmedia/include/media/
DrmHal.h 21 #include <android/hardware/drm/1.0/IDrmPlugin.h>
22 #include <android/hardware/drm/1.0/IDrmPluginListener.h>
23 #include <android/hardware/drm/1.0/IDrmFactory.h>
29 using ::android::hardware::drm::V1_0::EventType;
30 using ::android::hardware::drm::V1_0::IDrmFactory;
31 using ::android::hardware::drm::V1_0::IDrmPlugin;
32 using ::android::hardware::drm::V1_0::IDrmPluginListener;
33 using ::android::hardware::drm::V1_0::KeyStatus;
  /hardware/intel/common/libwsbm/src/
Android.mk 19 $(TARGET_OUT_HEADERS)/drm \
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
ExternalDevice.cpp 18 #include <common/base/Drm.h>
114 Drm *drm = Hwcomposer::getInstance().getDrm(); local
116 drm->getModeInfo(mType, mode);
117 if (drm->isSameDrmMode(&value, &mode))
146 Drm *drm = Hwcomposer::getInstance().getDrm(); local
165 if (!drm->setDrmMode(mType, mPendingDrmMode)) {
166 ELOGTRACE("failed to set Drm mode");
269 Drm *drm = Hwcomposer::getInstance().getDrm() local
    [all...]
PhysicalDevice.cpp 18 #include <common/base/Drm.h>
169 Drm *drm = Hwcomposer::getInstance().getDrm(); local
170 bool ret = drm->getModeInfo(mType, mode);
290 Drm *drm = Hwcomposer::getInstance().getDrm(); local
291 if (!drm->detect(mType)) {
292 ELOGTRACE("drm detection on device %d failed ", mType);
301 Drm *drm = Hwcomposer::getInstance().getDrm() local
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 17 package android.drm.cts;
43 import android.drm.DrmManagerClient;
44 import android.drm.DrmConvertedStatus;
45 import android.drm.DrmEvent;
46 import android.drm.DrmInfo;
47 import android.drm.DrmInfoRequest;
48 import android.drm.DrmInfoStatus;
49 import android.drm.DrmRights;
50 import android.drm.DrmStore;
51 import android.drm.DrmUtils
    [all...]
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.h 74 struct wl_drm *drm; member in struct:wl_drm_buffer
95 wayland_drm_buffer_get(struct wl_drm *drm, struct wl_resource *resource);
103 wayland_drm_uninit(struct wl_drm *drm);
  /external/mesa3d/src/intel/vulkan/
anv_wsi_wayland.c 25 #include <wayland-drm-client-protocol.h>
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp 183 Drm *drm = Hwcomposer::getInstance().getDrm(); local
184 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
206 Drm *drm = Hwcomposer::getInstance().getDrm(); local
207 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBufferMapper.cpp 17 #include <Drm.h>
77 Drm *drm = Hwcomposer::getInstance().getDrm(); local
78 ret = drm->writeReadIoctl(DRM_PSB_GTT_MAP, &arg, sizeof(arg));
104 Drm *drm = Hwcomposer::getInstance().getDrm(); local
105 ret = drm->writeIoctl(DRM_PSB_GTT_UNMAP, &arg, sizeof(arg));
  /hardware/interfaces/drm/1.0/vts/functional/
vendor_modules.h 26 using ::android::hardware::drm::V1_0::helper::SharedLibrary;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadDrmHelper.java 21 import android.drm.DrmManagerClient;
27 /** The MIME type of special DRM files */
28 public static final String MIMETYPE_DRM_MESSAGE = "application/vnd.oma.drm.message";
30 /** The extensions of special DRM files */
36 * Checks if the Media Type needs to be DRM converted
46 * Modifies the file extension for a DRM Forward Lock file NOTE: This
47 * function shouldn't be called if the file shouldn't be DRM converted
62 * Return the original MIME type of the given file, using the DRM framework

Completed in 587 milliseconds

1 2 34 5 6 7 8 91011>>