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

  /external/chromium_org/chrome/browser/
idle_query_x11.cc 16 int error_base; local
18 &error_base)) {
  /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...]
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 23 int event_base = 0, error_base = 0; local
24 if (!XNVCTRLQueryExtension(display, &event_base, &error_base)) {
  /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)
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xinerama.h 19 int *error_base
xf86dga1.h 58 int* /* error_base */
xf86vmode.h 180 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/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.h 89 int *error_base);
  /external/chromium_org/third_party/mesa/src/src/glx/
xf86dri.h 69 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.6/sysroot/usr/include/X11/extensions/
shape.h 57 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/qemu/distrib/sdl-1.2.15/src/video/Xext/Xinerama/
Xinerama.c 236 int *error_base
239 return SDL_NAME(XPanoramiXQueryExtension)(dpy, event_base, error_base);
  /external/chromium_org/third_party/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/chromium_org/third_party/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/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 333 int event_base, error_base; local
349 if ( ! SDL_NAME(XDGAQueryExtension)(DGA_Display, &event_base, &error_base) ||

Completed in 2010 milliseconds