Searched refs:display (Results 51 - 75 of 144) sorted by relevance

123456

/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk48 $(TOP)/frameworks/av/media/libstagefright/wifi-display \
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java72 final Display display = wm.getDefaultDisplay();
92 int maxSize = display.getMaximumSizeDimension();
H A DFakeApp.java98 final Display display = wm.getDefaultDisplay();
127 int maxSize = display.getMaximumSizeDimension();
/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java38 public StrictModeFlash(Display display, SurfaceSession session) { argument
46 mSurface.setLayerStack(display.getLayerStack());
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_WIDTH, &width);
133 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height);
/frameworks/base/media/java/android/media/
H A DMediaRouter.java25 import android.hardware.display.DisplayManager;
26 import android.hardware.display.WifiDisplay;
27 import android.hardware.display.WifiDisplayStatus;
111 // This will select the active wifi display route if there is one.
222 Display display = choosePresentationDisplayForRoute(info, displays);
223 if (display != info.mPresentationDisplay
224 || (display != null && display.getDisplayId() == changedDisplayId)) {
225 info.mPresentationDisplay = display;
250 * of the device's primary display o
440 matchesDeviceAddress(WifiDisplay display, RouteInfo info) argument
805 makeWifiDisplayRoute(WifiDisplay display, boolean available) argument
823 updateWifiDisplayRoute(RouteInfo route, WifiDisplay display, boolean available, WifiDisplayStatus wifiDisplayStatus) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp139 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
140 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
141 eglTerminate(display);
172 // no more references, this display must be terminated
196 ALOGE("getDefaultDisplay: id=%d is not a valid default display id", id);
329 EGLConfig SurfaceFlinger::selectEGLConfig(EGLDisplay display, EGLint nativeVisualId) { argument
344 err = selectConfigForAttribute(display, attribs, EGL_NONE, EGL_NONE, &config);
351 err = selectConfigForAttribute(display, attribs,
359 err = selectConfigForAttribute(display, attribs,
370 err = selectConfigForAttribute(display, attrib
386 createGLContext(EGLDisplay display, EGLConfig config) argument
402 initializeGL(EGLDisplay display) argument
603 getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info) argument
2117 unblank(const sp<IBinder>& display) argument
2140 blank(const sp<IBinder>& display) argument
2647 captureScreenImplLocked(const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* w, uint32_t* h, PixelFormat* f, uint32_t sw, uint32_t sh, uint32_t minLayerZ, uint32_t maxLayerZ) argument
2775 captureScreen(const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* width, uint32_t* height, PixelFormat* format, uint32_t sw, uint32_t sh, uint32_t minLayerZ, uint32_t maxLayerZ) argument
2789 sp<IBinder> display; member in class:android::MessageCaptureScreen
2800 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* w, uint32_t* h, PixelFormat* f, uint32_t sw, uint32_t sh, uint32_t minLayerZ, uint32_t maxLayerZ) argument
[all...]
H A DSurfaceFlinger.h105 // renders content on given display to a texture. thread-safe version.
109 // renders content on given display to a texture, w/o acquiring main lock
121 // allocate a h/w composer display id
200 virtual status_t captureScreen(const sp<IBinder>& display, sp<IMemoryHeap>* heap,
205 virtual void blank(const sp<IBinder>& display);
207 virtual void unblank(const sp<IBinder>& display);
208 virtual status_t getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info);
309 status_t captureScreenImplLocked(const sp<IBinder>& display, sp<IMemoryHeap>* heap,
321 void initializeGL(EGLDisplay display);
H A DDisplayDevice.cpp66 * Initialize the display to the specified values.
132 * Create our display's surface
137 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
138 surface = eglCreateWindowSurface(display, config, window, NULL);
139 eglQuerySurface(display, surface, EGL_WIDTH, &mDisplayWidth);
140 eglQuerySurface(display, surface, EGL_HEIGHT, &mDisplayHeight);
142 mDisplay = display;
155 // Name the display. The name will be replaced shortly if the display
169 // initialize the display orientatio
[all...]
/frameworks/base/services/java/com/android/server/display/
H A DDisplayAdapter.java17 package com.android.server.display;
25 * A display adapter makes zero or more display devices available to the system
28 * For now, all display adapters are registered in the system server but
56 * Gets the object that the display adapter should synchronize on when handling
57 * calls that come in from outside of the display manager service.
64 * Gets the display adapter's context.
71 * Gets a handler that the display adapter may use to post asynchronous messages.
78 * Gets the display adapter name for debugging purposes.
85 * Registers the display adapte
[all...]
H A DHeadlessDisplayAdapter.java17 package com.android.server.display;
25 * Provides a fake default display for headless systems.
H A DDisplayDevice.java17 package com.android.server.display;
26 * Represents a physical display device such as the built-in display
27 * an external monitor, or a WiFi display.
36 // The display device does not manage these properties itself, they are set by
37 // the display manager service. The display device shouldn't really be looking at these.
43 // The display device owns its surface, but it should only set it
53 * Gets the display adapter that owns the display devic
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp60 sp<IBinder> display(sf->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain));
61 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &heap, &w, &h, &fmt, 0, 0,
97 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
100 SurfaceComposerClient::getDisplayInfo(display, &info);
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java31 * or custom display object, or need to call
58 public DynamicLayout(CharSequence base, CharSequence display, argument
63 this(base, display, paint, width, align, spacingmult, spacingadd,
74 public DynamicLayout(CharSequence base, CharSequence display, argument
80 this(base, display, paint, width, align, TextDirectionHeuristics.FIRSTSTRONG_LTR,
93 public DynamicLayout(CharSequence base, CharSequence display, argument
100 ? display
101 : (display instanceof Spanned)
102 ? new SpannedEllipsizer(display)
103 : new Ellipsizer(display),
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java132 * <p>The default density is the same density as the current display,
280 * well as the ability to display transparent/translucent colors.
640 * @param display Display metrics for the display this bitmap will be
647 public static Bitmap createBitmap(DisplayMetrics display, int width, argument
649 return createBitmap(display, width, height, config, true);
673 * @param display Display metrics for the display this bitmap will be
684 private static Bitmap createBitmap(DisplayMetrics display, int width, int height, argument
690 if (display !
748 createBitmap(DisplayMetrics display, int colors[], int offset, int stride, int width, int height, Config config) argument
808 createBitmap(DisplayMetrics display, int colors[], int width, int height, Config config) argument
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp251 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
253 eglInitialize(display, 0, 0);
254 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
255 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
256 context = eglCreateContext(display, config, NULL, NULL);
257 eglQuerySurface(display, surface, EGL_WIDTH, &w);
258 eglQuerySurface(display, surface, EGL_HEIGHT, &h);
260 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
263 mDisplay = display;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java35 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
45 * True when this entry is the first entry in a group, which should have a photo and display
124 * @return the display name for the entry. If the display name source is larger than
125 * {@link DisplayNameSources#PHONE} we use the contact's display name, but if not,
126 * i.e. the display name came from an email address or a phone number, we don't use it
136 * with both an associated display name. This address has not been resolved
139 public static RecipientEntry constructGeneratedEntry(String display, String address) { argument
140 return new RecipientEntry(ENTRY_TYPE_PERSON, display,
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java17 package android.hardware.display;
25 * Describes the properties of a Wifi display.
66 * Gets the MAC address of the Wifi display device.
73 * Gets the name of the Wifi display device.
80 * Gets the user-specified alias of the Wifi display device, or null if none.
111 * Returns true if the other display is not null and has the same address as this one.
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h56 // includes the display, context, and surface. It is possible to either create
59 // necessarily through this class), and have an active display, context, and
76 // there is already a display, surface and context available (possibly
156 // Obtain the environment's EGL display.
157 const EGLDisplay& display() const { function in class:android::filterfw::GLEnv
206 // Get the currently active display.
227 // The EGL display, contexts, and surfaces.
/frameworks/native/include/gui/
H A DConsumerBase.h154 virtual status_t releaseBufferLocked(int buf, EGLDisplay display,
/frameworks/native/opengl/include/EGL/
H A Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
/frameworks/av/media/libstagefright/wifi-display/
H A Dwfd.cpp171 sp<IRemoteDisplay> display = service->listenForRemoteDisplay(client, iface); local
175 display->dispose();
176 display.clear();
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java55 import com.android.server.display.DisplayManagerService;
128 DisplayManagerService display = null;
221 display = new DisplayManagerService(context, wmHandler, uiHandler);
222 ServiceManager.addService(Context.DISPLAY_SERVICE, display, true);
234 if (!display.waitForDefaultDisplay()) {
235 reportWtf("Timeout waiting for default display to be initialized.",
298 BatteryStatsService.getService(), display);
312 wm = WindowManagerService.main(context, power, display, inputManager,
324 display.setWindowManager(wm);
325 display
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp88 void egl_cache_t::initialize(egl_display_t *display) { argument
93 const char* exts = display->disp.queryString.extensions;
113 eglSetBlobCacheFuncsANDROID(display->disp.dpy,
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css550 display: none;
564 display: none;
595 display: none;
723 display:block;
920 #top { display: none; }
921 #side-nav { display: none; }
922 #nav-path { display: none; }
925 .summary { display: none; }
933 display:inline;

Completed in 6827 milliseconds

123456