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

1 2 3 4 5 6 7 891011>>

  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 177 Drm *drm = Hwcomposer::getInstance().getDrm(); local
178 mDeviceConnected = drm->isConnected(IDisplayDevice::DEVICE_EXTERNAL);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 137 Drm *drm = Hwcomposer::getInstance().getDrm(); local
138 drm->readIoctl(DRM_PSB_PANEL_QUERY, &videoMode, sizeof(uint32_t));
  /hardware/interfaces/drm/1.0/
IDrmPlugin.hal 16 package android.hardware.drm@1.0;
21 * Ref: frameworks/native/include/media/drm/DrmAPI.h:DrmPlugin
23 * IDrmPlugin is used to interact with a specific drm plugin that was
24 * created by IDrm::createPlugin. A drm plugin provides methods for
25 * obtaining drm keys that may be used by a codec to decrypt protected
93 * provided by the drm HAL. The app may choose to override this
103 * Drm plugin using provideKeyResponse.
110 * provided to the drm HAL.
156 * status is in the form of {name, value} pairs. Since DRM license policies
158 * DRM vendor. Refer to your DRM provider documentation for definitions o
    [all...]
  /hardware/qcom/media/msm8974/mm-core/
Android.mk 21 #Comment out following line to disable drm.play component
  /hardware/qcom/media/msm8996/mm-core/
Android.mk 21 #Comment out following line to disable drm.play component
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 117 STRUCT_DRM drm; member in union:__anon13072
188 drmRead_CrcInit(&hInput->parser.drm);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 338 struct nouveau_drm *drm = nouveau_screen(pscreen)->drm; local
341 bool compressed = drm->version >= 0x01000101;
  /packages/apps/TV/libs/
exoplayer.jar 
  /frameworks/av/drm/common/
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>
171 //Filling Drm Constraints
201 //Filling Drm Metadat
    [all...]
  /hardware/qcom/media/msm8998/mm-core/
Android.mk 21 #Comment out following line to disable drm.play component
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 30 #include <drm/drm.h>
356 * Beginning offset in the GTT to be managed by the DRM memory
361 * Ending offset in the GTT to be managed by the DRM memory
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 91 adb shell stop drm
  /test/vts/tools/build/tasks/list/
vts_test_lib_hidl_package_list.mk 36 android.hardware.drm@1.0-vts.driver \
91 android.hardware.drm@1.0-vts.profiler \
  /device/linaro/hikey/
device-common.mk 47 android.hardware.drm@1.0-impl \
  /external/libdrm/nouveau/
pushbuf.c 315 struct nouveau_drm *drm = nouveau_drm(&dev->object); local
349 ret = drmCommandWriteRead(drm->fd, DRM_NOUVEAU_GEM_PUSHBUF,
540 struct nouveau_drm *drm = nouveau_drm(&client->device->object); local
555 ret = drmCommandWriteRead(drm->fd, DRM_NOUVEAU_GEM_PUSHBUF,
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query.c 214 if (screen->base.drm->version >= 0x01000101) {
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 32 #include <drm.h>
75 * The fifo is mapped using the mmap() system call on the drm device.
364 * DMA buffers are mapped using the mmap() syscall on the drm device.
694 * Queues an event on a fence to be delivered on the drm character device
  /frameworks/av/drm/common/include/
DrmEngineBase.h 20 #include <drm/drm_framework_common.h>
152 * number generated in the DRM service. If the DrmManagerClient
156 * uniqueId could be used in DRM plugins to differentiate native
186 * Executes given drm information based on its type
196 * Save DRM rights to specified rights path
234 * to retrieve DRM object type
239 * @return type of the DRM content,
272 * Informs the DRM Engine about the playback actions performed on the DRM files.
286 * Validates whether an action on the DRM content is allowed or not
    [all...]
IDrmManagerService.h 23 #include <drm/drm_framework_common.h>
40 * This is the interface class for DRM Manager service.
167 * This is the Binder implementation class for DRM Manager service.
254 * This is the Binder implementation class for DRM Manager service.
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 19 #include <drm/DrmManagerClient.h>
  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmPlugin.h 20 #include <media/drm/DrmAPI.h>
  /frameworks/av/media/libmedia/
IDataSource.cpp 26 #include <drm/drm_framework_common.h>
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
WsbmWrapper.c 22 #include <drm/ttm/ttm_placement.h>
116 ETRACE("invalid drm fd %d", drmFD);
129 /*get devOffset via drm IOCTL*/
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 19 #include <common/base/Drm.h>
54 Drm *drm = Hwcomposer::getInstance().getDrm(); local
71 mWsbm = new Wsbm(drm->getDrmFd());
107 Drm *drm = Hwcomposer::getInstance().getDrm(); local
108 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
    [all...]
WsbmWrapper.c 23 #include <drm/ttm/ttm_placement.h>
117 ELOGTRACE("invalid drm fd %d", drmFD);
130 /*get devOffset via drm IOCTL*/

Completed in 2102 milliseconds

1 2 3 4 5 6 7 891011>>