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

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/drm/1.0/default/
LegacyPluginPath.h 23 namespace drm { namespace in namespace:android::hardware
31 } // namespace drm
LegacyPluginPath.cpp 23 namespace drm { namespace in namespace:android::hardware
28 if (property_get_bool("drm.64bit.enabled", false)) {
37 } // namespace drm
Android.mk 17 ############# Build legacy drm service ############
22 LOCAL_MODULE := android.hardware.drm@1.0-service
23 LOCAL_INIT_RC := android.hardware.drm@1.0-service.rc
30 android.hardware.drm@1.0 \
40 hardware/interfaces/drm
42 # TODO(b/18948909) Some legacy DRM plugins only support 32-bit. They need to be
43 # migrated to 64-bit. Once all of a device's legacy DRM plugins support 64-bit,
52 ############# Build legacy drm impl library ############
55 LOCAL_MODULE := android.hardware.drm@1.0-impl
67 android.hardware.drm@1.0
    [all...]
CryptoPlugin.h 21 #include <android/hardware/drm/1.0/ICryptoPlugin.h>
27 namespace drm { namespace in namespace:android::hardware
31 using ::android::hardware::drm::V1_0::DestinationBuffer;
32 using ::android::hardware::drm::V1_0::ICryptoPlugin;
33 using ::android::hardware::drm::V1_0::Mode;
34 using ::android::hardware::drm::V1_0::Pattern;
35 using ::android::hardware::drm::V1_0::SubSample;
49 // Methods from ::android::hardware::drm::V1_0::ICryptoPlugin
80 } // namespace drm
DrmFactory.h 19 #include <android/hardware/drm/1.0/IDrmFactory.h>
21 #include <media/drm/DrmAPI.h>
27 namespace drm { namespace in namespace:android::hardware
31 using ::android::hardware::drm::V1_0::IDrmFactory;
32 using ::android::hardware::drm::V1_0::IDrmPlugin;
44 // Methods from ::android::hardware::drm::V1_0::IDrmFactory follow.
66 } // namespace drm
  /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;
NativeCodeTest.java 17 package android.drm.cts;
33 * Returns true iff this device is vulnerable to arbitrary code execution in drm server
  /external/libdrm/tegra/
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;
250 struct drm_tegra *drm = bo->drm; local
299 struct drm_tegra *drm = bo->drm; local
322 struct drm_tegra *drm = bo->drm; local
344 struct drm_tegra *drm = bo->drm; local
370 struct drm_tegra *drm = bo->drm; local
    [all...]
  /external/drm_gralloc/
gralloc_drm.cpp 24 #define LOG_TAG "GRALLOC-DRM"
54 * Create the driver for a DRM fd.
65 ALOGE("invalid DRM fd");
103 * Create a DRM device object.
108 struct gralloc_drm_t *drm; local
111 drm = new gralloc_drm_t;
112 if (!drm)
115 property_get("gralloc.drm.device", path, "/dev/dri/renderD128");
116 drm->fd = open(path, O_RDWR);
117 if (drm->fd < 0)
340 struct gralloc_drm_t *drm = bo->drm; local
    [all...]
  /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 \
63 LOCAL_MODULE_RELATIVE_PATH := drm
  /external/libdrm/man/
Makefile.am 13 drm.xml \
14 drm-kms.xml \
15 drm-memory.xml
18 drm-mm.xml \
19 drm-gem.xml \
20 drm-ttm.xml
  /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 \
  /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...]
  /external/ltp/testcases/kernel/device-drivers/drm/user_space/
Makefile 3 CFLAGS := -I$(KDIR)/drivers/char/drm
  /external/mesa3d/src/gallium/state_trackers/dri/
Makefile 5 SUBDIRS = drm sw
  /frameworks/av/drm/common/
DrmConvertedStatus.cpp 17 #include <drm/DrmConvertedStatus.h>
DrmInfoStatus.cpp 17 #include <drm/DrmInfoStatus.h>
  /frameworks/av/drm/mediadrm/plugins/clearkey/
CreatePluginFactories.h 20 #include <media/drm/DrmAPI.h>
  /hardware/interfaces/drm/1.0/
IDrmPluginListener.hal 17 package android.hardware.drm@1.0;
19 import android.hardware.drm@1.0::types;
22 * Ref: frameworks/native/include/media/drm/DrmAPI.h:DrmPluginListener
26 * IDrmPluginListener is a listener interface for Drm events sent from an
  /test/vts-testcase/hal/drm/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/drm/V1_0/target
  /frameworks/av/drm/libdrmframework/plugins/common/util/
Android.mk 29 $(base)/include/drm \
30 $(base)/include/drm/plugins \
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PrepareListener.cpp 18 #include <Drm.h>
40 Drm *drm = Hwcomposer::getInstance().getDrm();
41 int ret = drmCommandNone(drm->getDrmFd(), DRM_PSB_HDCP_DISPLAY_IED_ON);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
BlankControl.cpp 18 #include <common/base/Drm.h>
36 Drm *drm = Hwcomposer::getInstance().getDrm(); local
37 return drm->setDpmsMode(disp, !blank);
  /frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/
MediaDrmSigner.java 93 * @param drm the MediaDrm object
98 public static CertificateRequest getCertificateRequest(MediaDrm drm, int certType,
100 return new CertificateRequest(drm.getCertificateRequest(certType, certAuthority));
112 * @param drm the MediaDrm object
114 * DRM engine plugin.
118 public static Certificate provideCertificateResponse(MediaDrm drm, byte[] response)
120 return new Certificate(drm.provideCertificateResponse(response));
126 * @param drm the MediaDrm object
133 public static byte[] signRSA(MediaDrm drm, byte[] sessionId,
135 return drm.signRSA(sessionId, algorithm, wrappedKey, message)
    [all...]

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 91011>>