Searched defs:display (Results 26 - 50 of 93) sorted by relevance

1234

/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplayStatus.java17 package android.hardware.display;
27 * Describes the current global state of Wifi display connectivity, including the
28 * currently connected display and all available or remembered displays.
45 /** Feature state: Wifi display is not available on this device. */
47 /** Feature state: Wifi display is disabled, probably because Wifi is disabled. */
49 /** Feature state: Wifi display is turned off in settings. */
51 /** Feature state: Wifi display is turned on in settings. */
61 /** Display state: Connecting to active display. */
63 /** Display state: Connected to active display. */
115 * Returns the state of the Wifi display featur
[all...]
H A DDisplayManager.java17 package android.hardware.display;
49 * Broadcast receiver that indicates when the Wifi display status changes.
59 "android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED";
66 "android.hardware.display.extra.WIFI_DISPLAY_STATUS";
82 "android.hardware.display.category.PRESENTATION";
85 * Virtual display flag: Create a public display.
89 * When this flag is set, the virtual display is public.
91 * A public virtual display behaves just like most any other display tha
[all...]
H A DDisplayManagerGlobal.java17 package android.hardware.display;
20 import android.hardware.display.DisplayManager.DisplayListener;
39 * Manager communication with the display manager service on behalf of
48 // True if display info and display ids should be cached.
54 // an application could start processing a configuration change due to a display
55 // orientation change before the display info cache has actually been invalidated.
82 * Gets an instance of the display manager global singleton.
84 * @return The display manager instance, may be null early in system startup
85 * before the display manage
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
113 Slog.w(TAG, "Invalid display:", ex);
126 private static final int VIDEO_SAFE_REGION = 80; // Percentage of display width & height
144 public KeyguardPresentation(Context context, Display display) { argument
145 super(context, display);
/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 DDisplayDevice.java17 package com.android.server.display;
27 * Represents a physical display device such as the built-in display
28 * an external monitor, or a WiFi display.
37 // The display device does not manage these properties itself, they are set by
38 // the display manager service. The display device shouldn't really be looking at these.
44 // The display device owns its surface, but it should only set it
54 * Gets the display adapter that owns the display devic
[all...]
H A DDisplayDeviceInfo.java17 package com.android.server.display;
26 * Describes the characteristics of a physical display device.
30 * Flag: Indicates that this display device should be considered the default display
36 * Flag: Indicates that the orientation of this display device is coupled to the
37 * rotation of its associated logical display.
39 * This flag should be applied to the default display to indicate that the user
40 * physically rotates the display when content is presented in a different orientation.
41 * The display manager will apply a coordinate transformation assuming that the
42 * physical orientation of the display matche
[all...]
H A DLocalDisplayAdapter.java17 package com.android.server.display;
34 * A display adapter for the local displays managed by Surface Flinger.
84 // The display is no longer available. Ignore the attempt to add it.
164 // For demonstration purposes, allow rotation of the external display.
H A DLogicalDisplay.java17 package com.android.server.display;
30 * Describes how a logical display is configured.
33 * primary display device from which the logical display derives its basic properties
36 * A logical display may be mirrored onto multiple display devices in addition to its
37 * primary display device. Note that the contents of a logical display may not
38 * always be visible, even on its primary display device, such as in the case where
39 * the primary display devic
[all...]
H A DVirtualDisplayAdapter.java17 package com.android.server.display;
20 import android.hardware.display.DisplayManager;
32 * A display adapter that provides virtual displays on behalf of applications.
67 // Return the display device without actually sending the event indicating
79 // Return the display device that was removed without actually sending the
87 Slog.i(TAG, "Virtual display device released because application token died: "
H A DWifiDisplayAdapter.java17 package com.android.server.display;
31 import android.hardware.display.DisplayManager;
32 import android.hardware.display.WifiDisplay;
33 import android.hardware.display.WifiDisplaySessionInfo;
34 import android.hardware.display.WifiDisplayStatus;
57 * The Wifi display protocol relies on Wifi direct for discovering and pairing
58 * with the display. Once connected, the Media Server opens an RTSP socket and accepts
59 * a connection from the display. After session negotiation, the Media Server
60 * streams encoded buffers to the display.
76 private static final String ACTION_DISCONNECT = "android.server.display
372 addDisplayDeviceLocked(WifiDisplay display, Surface surface, int width, int height, int flags) argument
[all...]
H A DOverlayDisplayAdapter.java17 package com.android.server.display;
41 * A display adapter that uses overlay windows to simulate secondary displays
46 * get confused. The main handler is used to posting messages to the display manager
127 Slog.i(TAG, "Dismissing all overlay display devices.");
139 Slog.w(TAG, "Too many overlay display devices specified: " + value);
158 Slog.i(TAG, "Showing overlay display device #" + number
171 Slog.w(TAG, "Malformed overlay display devices setting: " + value);
256 * Functions as a handle for overlay display devices which are created and
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
H A DRemoteDisplayProviderService.java29 * Remote display provider implementation that publishes working routes.
166 public void onConnect(final RemoteDisplay display) { argument
167 Log.d(TAG, "onConnect: display.getId()=" + display.getId());
169 if (display == mTestDisplay1 || display == mTestDisplay2) {
170 display.setStatus(RemoteDisplay.STATUS_CONNECTING);
171 updateDisplay(display);
175 if ((display == mTestDisplay1 || display
247 onDisconnect(RemoteDisplay display) argument
259 onSetVolume(RemoteDisplay display, int volume) argument
270 onAdjustVolume(RemoteDisplay display, int delta) argument
282 addDisplay(RemoteDisplay display) argument
288 removeDisplay(RemoteDisplay display) argument
294 updateDisplay(RemoteDisplay display) argument
[all...]
/frameworks/rs/driver/
H A DrsdGL.h41 EGLDisplay display; member in struct:RsdGLRec::__anon1613
/frameworks/base/core/java/android/view/
H A DGravity.java100 /** Special constant to enable clipping to an overall display along the
107 /** Special constant to enable clipping to an overall display along the
303 * Apply additional gravity behavior based on the overall "display" that an
306 * within a visible display. By default this moves or clips the object
307 * to be visible in the display; the gravity flags
312 * display.
313 * @param display The rectangle of the display in which the object is
316 * modified if needed to fit in the display.
318 public static void applyDisplay(int gravity, Rect display, Rec argument
376 applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp112 NativeRemoteDisplay(const sp<IRemoteDisplay>& display, argument
114 mDisplay(display), mClient(client) {
149 sp<IRemoteDisplay> display = service->listenForRemoteDisplay( local
151 if (display == NULL) {
152 ALOGE("Media player service rejected request to listen for remote display '%s'.",
157 NativeRemoteDisplay* wrapper = new NativeRemoteDisplay(display, client);
/frameworks/base/media/lib/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java37 * Base class for remote display providers implemented as unbundled services.
39 * To implement your remote display provider service, create a subclass of
67 * Declare your remote display provider service in your application manifest
143 * Creates a remote display provider.
145 * @param context The application context for the remote display provider.
154 * Gets the context of the remote display provider.
164 * a remote display provider service.
182 * Called when the system would like to connect to a display.
184 * @param display The remote display
186 onConnect(RemoteDisplay display) argument
194 onDisconnect(RemoteDisplay display) argument
203 onSetVolume(RemoteDisplay display, int volume) argument
212 onAdjustVolume(RemoteDisplay display, int delta) argument
239 addDisplay(RemoteDisplay display) argument
253 updateDisplay(RemoteDisplay display) argument
265 removeDisplay(RemoteDisplay display) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DDragState.java92 * @param display The Display that the window being dragged is on.
94 void register(Display display) { argument
95 mDisplay = display;
135 // The drag window covers the entire display
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp100 if (fence != EGL_NO_SYNC_KHR) eglDestroySyncKHR(display, fence); \
101 if (image) eglDestroyImageKHR(display, image); \
103 if (surface != EGL_NO_SURFACE) eglDestroySurface(display, surface); \
104 if (context != EGL_NO_CONTEXT) eglDestroyContext(display, context); \
105 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); \
107 eglTerminate(display); \
118 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
119 if (display == EGL_NO_DISPLAY) return false;
123 if (!eglInitialize(display, &major, &minor)) {
142 if (!eglChooseConfig(display, configAttr
[all...]
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java24 import android.hardware.display.DisplayManager;
25 import android.hardware.display.VirtualDisplay;
114 getLogger().log("Accessory display sink available: "
125 getLogger().log("Accessory display sink not available.");
150 public void onDisplayAdded(Display display); argument
151 public void onDisplayRemoved(Display display); argument
H A DSourceActivity.java71 mLogger.log("Waiting for accessory display sink to be attached to USB...");
132 mLogger.log("Not connecting to USB accessory because it is not an accessory display sink: "
240 public void onDisplayAdded(Display display) { argument
241 mLogger.log("Accessory display added: " + display);
243 mPresentation = new DemoPresentation(SourceActivity.this, display, mLogger);
248 public void onDisplayRemoved(Display display) { argument
249 mLogger.log("Accessory display removed: " + display);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java37 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
47 * True when this entry is the first entry in a group, which should have a photo and display
134 * @return the display name for the entry. If the display name source is larger than
135 * {@link DisplayNameSources#PHONE} we use the contact's display name, but if not,
136 * i.e. the display name came from an email address or a phone number, we don't use it
146 * with both an associated display name. This address has not been resolved
149 public static RecipientEntry constructGeneratedEntry(String display, String address, argument
151 return new RecipientEntry(ENTRY_TYPE_PERSON, display, address, INVALID_DESTINATION_TYPE,
/frameworks/native/libs/gui/
H A DConsumerBase.cpp234 EGLDisplay display, EGLSyncKHR eglFence) {
245 display, eglFence, mSlots[slot].mFence);
232 releaseBufferLocked( int slot, const sp<GraphicBuffer> graphicBuffer, EGLDisplay display, EGLSyncKHR eglFence) argument
H A DISurfaceComposer.cpp105 virtual status_t captureScreen(const sp<IBinder>& display, argument
112 data.writeStrongBinder(display);
188 virtual void destroyDisplay(const sp<IBinder>& display) argument
192 data.writeStrongBinder(display);
205 virtual void blank(const sp<IBinder>& display) argument
209 data.writeStrongBinder(display);
213 virtual void unblank(const sp<IBinder>& display) argument
217 data.writeStrongBinder(display);
221 virtual status_t getDisplayInfo(const sp<IBinder>& display, DisplayInfo* info) argument
225 data.writeStrongBinder(display);
281 sp<IBinder> display = data.readStrongBinder(); local
317 sp<IBinder> display = data.readStrongBinder(); local
330 sp<IBinder> display = data.readStrongBinder(); local
336 sp<IBinder> display = data.readStrongBinder(); local
343 sp<IBinder> display = data.readStrongBinder(); local
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp89 void egl_cache_t::initialize(egl_display_t *display) { argument
94 const char* exts = display->disp.queryString.extensions;
114 eglSetBlobCacheFuncsANDROID(display->disp.dpy,

Completed in 595 milliseconds

1234