HomeSort by relevance Sort by last modified time
    Searched full:error_base (Results 1 - 15 of 15) sorted by null

  /frameworks/av/include/drm/
drm_framework_common.h 36 ERROR_BASE = -2000,
38 DRM_ERROR_UNKNOWN = ERROR_BASE,
39 DRM_ERROR_NO_LICENSE = ERROR_BASE - 1,
40 DRM_ERROR_LICENSE_EXPIRED = ERROR_BASE - 2,
41 DRM_ERROR_SESSION_NOT_OPENED = ERROR_BASE - 3,
42 DRM_ERROR_DECRYPT_UNIT_NOT_INITIALIZED = ERROR_BASE - 4,
43 DRM_ERROR_DECRYPT = ERROR_BASE - 5,
44 DRM_ERROR_CANNOT_HANDLE = ERROR_BASE - 6,
45 DRM_ERROR_TAMPER_DETECTED = ERROR_BASE - 7,
46 DRM_ERROR_NO_PERMISSION = ERROR_BASE - 8
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fltdefs.h 124 #define ERROR_BASE 23000
126 #define PFERROR_NO_PF_INTERFACE (ERROR_BASE + 0)
127 #define PFERROR_NO_FILTERS_GIVEN (ERROR_BASE + 1)
128 #define PFERROR_BUFFER_TOO_SMALL (ERROR_BASE + 2)
129 #define ERROR_IPV6_NOT_IMPLEMENTED (ERROR_BASE + 3)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
shape.h 54 int* /* error_base */
  /hardware/intel/common/libva/va/x11/
dri2_util.c 180 int error_base; local
187 if (!VA_DRI2QueryExtension(ctx->native_dpy, &event_base, &error_base))
va_dri.h 72 Bool VA_DRIQueryExtension( Display *dpy, int *event_base, int *error_base );
va_nvctrl.c 342 int error_base; local
347 if (!XNVCTRLQueryExtension(dpy, &event_base, &error_base))
  /external/libdrm/tests/ttmtest/src/
xf86dri.h 70 int *error_base);
  /external/mesa3d/src/glx/apple/
appledri.h 89 int *error_base);
  /external/mesa3d/src/glx/
xf86dri.h 69 int *error_base);
  /hardware/intel/common/libva/va/drm/
va_drm_auth_x11.c 40 Display *display, int *event_base, int *error_base);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shape.h 57 int* /* error_base */
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 146 int event_base, error_base, major_version, minor_version; local
147 if (XCompositeQueryExtension(display(), &event_base, &error_base) &&
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 491 int event_base, error_base; local
493 XRRQueryExtension(psb_xrandr_info->dpy, &event_base, &error_base);
503 int event_base, error_base; local
505 XRRQueryExtension(psb_xrandr_info->dpy, &event_base, &error_base);
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.cc 156 int event_base, error_base, major_version, minor_version; local
157 if (XCompositeQueryExtension(display_, &event_base, &error_base) &&
166 if (XRenderQueryExtension(display_, &event_base, &error_base) &&
  /external/ImageMagick/MagickCore/
xwindow.c 8519 error_base, local
    [all...]

Completed in 342 milliseconds