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

<<111213

  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 46 #include "wayland-drm-client-protocol.h"
316 /* currently supports three WL DRM formats,
902 drm_handle_device(void *data, struct wl_drm *drm, const char *device)
927 drm_handle_format(void *data, struct wl_drm *drm, uint32_t format)
945 drm_handle_capabilities(void *data, struct wl_drm *drm, uint32_t value)
953 drm_handle_authenticated(void *data, struct wl_drm *drm)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 43 /* For archs with no drm.h */
51 #include <drm.h>
600 * DRM, etc.).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 2 * \file drm.h
61 #define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */
620 #include <drm/drm_mode.h>
730 * Header for events written back to userspace on the drm fd. The
734 * event. A read on the drm fd will always only return complete
738 * Event types 0 - 0x7fffffff are generic drm events, 0x80000000 and
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 20 import android.drm.DrmConvertedStatus;
21 import android.drm.DrmManagerClient;
    [all...]
  /device/google/marlin/
device-common.mk 135 android.hardware.drm@1.0-service \
178 android.hardware.drm@1.0-impl
  /device/lge/bullhead/
device.mk 202 android.hardware.drm@1.0-impl \
417 drm.service.enabled=true
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 579 PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
583 PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 17 #include <Drm.h>
706 Drm *drm = Hwcomposer::getInstance().getDrm(); local
707 drm->getModeInfo(mDisplayIndex, mode);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 19 #include <common/base/Drm.h>
897 Drm *drm = Hwcomposer::getInstance().getDrm(); local
898 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 55 import android.drm.DrmManagerClient;
56 import android.drm.DrmOutputStream;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 1765 MediaDrm drm = new MediaDrm(CLEARKEY_SCHEME_UUID); local
    [all...]
  /device/asus/fugu/
device.mk 313 android.hardware.drm@1.0-impl \
  /external/libdrm/
xf86drm.h 3 * OS-independent header for DRM user-level library interface.
40 #include <drm.h>
81 #define DRM_DEV_NAME "%s/drm%d"
183 * \warning These values *MUST* match drm.h
  /external/mesa3d/include/GL/internal/
dri_interface.h 44 #include <drm.h>
782 * DRM, etc.).
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_metric.c 751 if (screen->base.drm->version >= 0x01000101) {
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 17 package android.drm;
44 * The main programming interface for the DRM framework. An application must instantiate this class
45 * to access DRM agents through the DRM framework.
79 * Called when the DRM framework sends status or warning information during registration
91 * about DRM processing events.
95 * Called when the DRM framework sends information about a DRM processing request.
105 * Interface definition for a callback that receives information about DRM framework errors.
109 * Called when the DRM framework sends error information
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 41 #include <drm/psb_ttm_placement_user.h>
58 * Buffer pool implementation using DRM buffer objects as wsbm buffer objects.
  /hardware/intel/img/psb_video/src/
psb_buffer.c 42 #include <drm/ttm/ttm_placement.h>
516 * This is used for DRM over WiDi which only uses H264 BP
544 * This is used for DRM over WiDi which only uses H264 BP
  /hardware/interfaces/drm/1.0/default/
DrmPlugin.cpp 16 #define LOG_TAG "android.hardware.drm@1.0-impl"
26 namespace drm { namespace in namespace:android::hardware
30 // Methods from ::android::hardware::drm::V1_0::IDrmPlugin follow.
433 } // namespace drm

Completed in 973 milliseconds

<<111213