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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.aidl 17 package android.hardware.display;
WifiDisplayStatus.aidl 17 package android.hardware.display;
IDisplayManagerCallback.aidl 17 package android.hardware.display;
IVirtualDisplayCallback.aidl 16 package android.hardware.display;
21 * Called when the virtual display video projection has been
29 * Called when the virtual display video projection has been
35 * Called when the virtual display video projection has been
38 * of the application to release() the virtual display.
  /external/autotest/frontend/client/src/autotest/afe/
ControlTypeSelect.java 4 public static interface Display {
9 private Display display; field in class:ControlTypeSelect
11 public void bindDisplay(Display display) {
12 this.display = display;
13 display.getClient().setText(TestSelector.CLIENT_TYPE);
14 display.getServer().setText(TestSelector.SERVER_TYPE);
18 if (display.getClient().getValue())
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
DisplayTestActivity.java 17 package android.display.cts;
  /frameworks/base/services/core/java/com/android/server/display/
DisplayBlanker.java 17 package com.android.server.display;
20 * Interface used to update the actual display state.
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_blocks.c 38 Display *display; local
48 display = XOpenDisplay(NULL);
52 display,
64 XCloseDisplay(display);
70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
75 assert(XvMCCreateSurface(display, &context, &surface) == Success);
78 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext)
    [all...]
test_surface.c 37 Display *display; local
45 display = XOpenDisplay(NULL);
49 display,
61 XCloseDisplay(display);
67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
74 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext);
76 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface)
    [all...]
test_context.c 37 Display *display; local
44 display = XOpenDisplay(NULL);
48 display,
60 XCloseDisplay(display);
66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch)
    [all...]
  /frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java 29 * Remote display provider implementation that publishes working routes.
75 "Test Display 1 (variable)");
85 "Test Display 2 (fixed)");
92 "Test Display 3 (unavailable)");
99 "Test Display 4 (in-use)");
106 "Test Display 5 (connect ignored)");
113 "Test Display 6 (connect hangs)");
120 "Test Display 8 (flaky when connecting)");
127 "Test Display 9 (flaky when connected)");
134 "Test Display 10 (reconnects periodically)")
    [all...]
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gl_APICheck.cc 15 bool InitGraphics(Display** display,
21 *display = XOpenDisplay(NULL);
22 if (*display == NULL) {
27 Window root_window = DefaultRootWindow(*display);
32 XVisualInfo* vi = glXChooseVisual(*display, 0, att);
39 swa.colormap = XCreateColormap(*display,
43 *window = XCreateWindow(*display, root_window,
48 XMapWindow(*display, *window);
50 *context = glXCreateContext(*display, vi, NULL, GL_TRUE)
117 Display* display = NULL; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_PhonesTest.java 26 String display = Phones.getDisplayLabel(getContext(), local
28 assertEquals(label, display);
32 display = Phones.getDisplayLabel(getContext(),
34 assertEquals(labels[Phones.TYPE_HOME - 1], display);
36 display = Phones.getDisplayLabel(getContext(),
38 assertEquals(labels[Phones.TYPE_MOBILE - 1], display);
40 display = Phones.getDisplayLabel(getContext(),
42 assertEquals(labels[Phones.TYPE_WORK - 1], display);
44 display = Phones.getDisplayLabel(getContext(),
46 assertEquals(labels[Phones.TYPE_FAX_WORK - 1], display);
72 String display = Phones.getDisplayLabel(getContext(), local
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestScopedPreferences.java 34 public void setShowDeviceRoot(boolean display) {
35 mShowDeviceRoot = display;
  /external/drm_hwcomposer/
drmcomposition.cpp 51 int display = conn->display(); local
52 composition_map_[display].reset(new DrmDisplayComposition());
53 if (!composition_map_[display]) {
54 ALOGE("Failed to allocate new display composition\n");
58 // If the display hasn't been modeset yet, this will be NULL
59 DrmCrtc *crtc = drm_->GetCrtcForDisplay(display);
61 int ret = composition_map_[display]->Init(drm_, crtc, importer_, planner_,
64 ALOGE("Failed to init display composition for %d", display);
77 int display = map.display; local
109 int display = conn->display(); local
124 int display = conn->display(); local
    [all...]
drmcompositor.cpp 39 int display = conn->display(); local
40 int ret = compositor_map_[display].Init(drm_, display);
42 ALOGE("Failed to initialize display compositor for %d", display);
80 int display = conn->display(); local
81 int ret = compositor_map_[display].QueueComposition(
82 composition->TakeDisplayComposition(display));
    [all...]
  /external/swiftshader/src/Main/
libX11.hpp 27 Display *(*XOpenDisplay)(char *display_name);
28 Status (*XGetWindowAttributes)(Display *display, Window w, XWindowAttributes *window_attributes_return);
29 Screen *(*XDefaultScreenOfDisplay)(Display *display);
33 GC (*XDefaultGC)(Display *display, int screen_number);
34 int (*XDefaultDepth)(Display *display, int screen_number);
35 Status (*XMatchVisualInfo)(Display *display, int screen, int depth, int screen_class, XVisualInfo *vinfo_return)
    [all...]
  /external/deqp/framework/egl/
egluUnique.cpp 33 UniqueDisplay::UniqueDisplay (const Library& egl, EGLDisplay display)
35 , m_display (display)
50 UniqueSurface::UniqueSurface (const Library& egl, EGLDisplay display, EGLSurface surface)
52 , m_display (display)
68 UniqueContext::UniqueContext (const Library& egl, EGLDisplay display, EGLContext context)
70 , m_display (display)
86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
88 , m_display (display)
90 EGLU_CHECK_CALL(m_egl, makeCurrent(display, draw, read, context));
98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image
    [all...]
egluConfigInfo.cpp 87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst)
89 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
90 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
91 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
92 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
94 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
95 egl.getConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
96 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB);
97 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, (EGLint*)&dst->bindToTextureRGBA)
    [all...]
  /hardware/qcom/display/msm8996/
Android.mk 0 display-hals := libcopybit liblight libmemtrack libqservice libqdutils
3 display-hals += libgralloc
5 display-hals += libgralloc1
8 display-hals += hdmi_cec
10 display-hals += $(sdm-libs)/utils $(sdm-libs)/core $(sdm-libs)/hwc $(sdm-libs)/hwc2
13 include $(call all-named-subdir-makefiles,$(display-hals))
16 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8084/
Android.mk 0 display-hals := libgralloc libcopybit liblight libvirtual
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8226/
Android.mk 0 display-hals := libgralloc libcopybit liblight libvirtual
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8909/
Android.mk 0 display-hals := libgralloc libgenlock libcopybit liblight
2 display-hals += libhwcomposer liboverlay libqdutils libhdmi libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
8 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/qcom/display/msm8960/
Android.mk 0 display-hals := libgralloc libgenlock libcopybit liblight
2 display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
3 display-hals += libmemtrack
5 include $(call all-named-subdir-makefiles,$(display-hals))
9 include $(call all-named-subdir-makefiles,$(display-hals))
  /hardware/intel/common/libmix/mix_video/src/
mixvideoinitparams.c 36 self->display = NULL;
68 /* unref display */
69 if (self->display) {
70 mix_display_unref(self->display);
71 self->display = NULL;
122 /* duplicate display */
124 this_target->display = mix_display_dup(this_src->display);
152 if (!this_first->display && !this_second->display) {
    [all...]

Completed in 2779 milliseconds

1 2 3 4 5 6 7 8 91011>>