Searched refs:display (Results 101 - 125 of 274) sorted by relevance

1234567891011

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayAdapter.java17 package com.android.server.display;
27 * A display adapter makes zero or more display devices available to the system
30 * For now, all display adapters are registered in the system server but
48 * Used to generate globally unique display mode ids.
63 * Gets the object that the display adapter should synchronize on when handling
64 * calls that come in from outside of the display manager service.
71 * Gets the display adapter's context.
78 * Gets a handler that the display adapter may use to post asynchronous messages.
85 * Gets the display adapte
[all...]
H A DHysteresisLevels.java17 package com.android.server.display;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DDimLayerControllerTests.java24 import android.hardware.display.DisplayManagerGlobal;
46 * This tests if shared fullscreen dim layer is added when stack is added to display
47 * and is removed when the only stack on the display is removed.
51 // Create a display.
60 // Remove the only stack on the display and check if the shared dim layer clears.
/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;
115 getLogger().log("Accessory display sink available: "
126 getLogger().log("Accessory display sink not available.");
151 public void onDisplayAdded(Display display); argument
152 public void onDisplayRemoved(Display display); argument
/frameworks/native/include/gui/
H A DGLConsumer.h263 EGLDisplay display, EGLSyncKHR eglFence) override;
274 graphicBuffer(), display(nullptr), fence(nullptr) {}
279 EGLDisplay display; member in struct:android::GLConsumer::PendingRelease
318 status_t createIfNeeded(EGLDisplay display,
475 // current display when updateTexImage is called for the first time and when
/frameworks/native/libs/gui/include/gui/
H A DGLConsumer.h263 EGLDisplay display, EGLSyncKHR eglFence) override;
274 graphicBuffer(), display(nullptr), fence(nullptr) {}
279 EGLDisplay display; member in struct:android::GLConsumer::PendingRelease
318 status_t createIfNeeded(EGLDisplay display,
475 // current display when updateTexImage is called for the first time and when
/frameworks/native/libs/gui/tests/
H A DGLTest.h52 virtual EGLSurface createWindowSurface(EGLDisplay display, EGLConfig config,
/frameworks/native/libs/vr/libdisplay/
H A Dvsync_client.cpp8 using android::dvr::display::VSyncProtocol;
/frameworks/native/libs/vr/libdvr/
H A Ddvr_display_manager.cpp14 using android::dvr::display::DisplayManagerClient;
15 using android::dvr::display::SurfaceAttributes;
16 using android::dvr::display::SurfaceAttribute;
17 using android::dvr::display::SurfaceState;
103 ALOGE("dvrDisplayManagerCreate: Failed to create display manager client!");
H A Ddvr_surface.cpp13 using android::dvr::display::DisplayClient;
14 using android::dvr::display::Surface;
15 using android::dvr::display::SurfaceAttributes;
16 using android::dvr::display::SurfaceAttributeValue;
109 ALOGE("dvrSurfaceCreate:: Failed to create display surface: %s",
187 ALOGE("dvrSetupGlobalBuffer: Failed to create display client: %s",
209 ALOGE("dvrDeleteGlobalBuffer: Failed to create display client: %s",
231 ALOGE("dvrGetGlobalBuffer: Failed to create display client: %s",
252 ALOGE("dvrGetNativeDisplayMetrics: Failed to create display client!");
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.h15 // The display manager is a client of the display manager service. This class
16 // represents the connected client that the display manager service sends
26 // display manager on the other end of the channel should read and handle.
39 // The display manager service marshalls state and events from the display
40 // service to the display manager.
54 pdx::Status<std::vector<display::SurfaceState>> OnGetSurfaceState(
60 // Called by the display service to indicate changes to display surface
[all...]
H A Dvsync_service.cpp15 using android::dvr::display::VSyncProtocol;
16 using android::dvr::display::VSyncSchedInfo;
35 void VSyncService::VSyncEvent(int display, int64_t timestamp_ns, argument
41 if (display == HWC_DISPLAY_PRIMARY) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDeviceStateMonitor.java27 import android.hardware.display.DisplayManager;
49 * screen is off and does not have activities like tethering, remote display, etc...This effectively
370 * @return True if one the device's screen (e.g. main screen, wifi display, HDMI display, or
382 for (Display display : displays) {
385 if (display.getState() == Display.STATE_ON) {
386 log("Screen " + Display.typeToString(display.getType()) + " on", true);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityTestsBase.java222 ActivityStack createStack(int stackId, ActivityDisplay display, boolean onTop) { argument
226 return new PinnedActivityStack(display, stackId, this, recents, onTop) {
233 return new TestActivityStack(display, stackId, this, recents, onTop);
283 TestActivityStack(ActivityStackSupervisor.ActivityDisplay display, int stackId, argument
285 super(display, stackId, supervisor, recentTasks, onTop);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp129 " display would be connected");
144 auto display = mHwcDevice->getDisplayById(displayId); local
145 if (!display) {
146 ALOGE("onVsync Failed to find display %" PRIu64, displayId);
150 auto error = display->getType(&displayType);
152 ALOGE("onVsync: Failed to determine type of display %" PRIu64,
153 display->getId());
158 ALOGE("Virtual display %" PRIu64 " passed to vsync callback",
159 display->getId());
163 if (mHwcDisplaySlots.count(display
213 HWC2::Display* display; local
247 auto display = mDisplayData[displayId].hwcDisplay; local
263 auto display = mDisplayData[displayId].hwcDisplay; local
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java183 * external display sink. If a hardware-protected path is not available,
234 /* built-in physical display ids (keep in sync with ISurfaceComposer.h)
235 * these are different from the logical display ids used elsewhere in the framework */
238 * Built-in physical display id: Main display.
244 * Built-in physical display id: Attached HDMI display.
277 * and display mirroring. A temporary workaround until we express such things with
605 * set display parameters.
610 * Describes the properties of a physical display know
814 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform) argument
831 screenshot(IBinder display, Surface consumer, int width, int height) argument
842 screenshot(IBinder display, Surface consumer) argument
919 screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
[all...]
H A DWindowManagerInternal.java23 import android.hardware.display.DisplayManagerInternal;
151 * rotation, and other window transformations related to display magnification
171 * Set by the accessibility framework to indicate whether the magnifiable regions of the display
257 * @param displayId The display to add the token to.
266 * @param displayId The display to remove the token from.
349 * Called after virtual display Id is updated by
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk54 frameworks/av/media/libstagefright/wifi-display \
/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java22 import android.hardware.display.DisplayManager;
23 import android.hardware.display.VirtualDisplay;
112 * Creates a {@link android.hardware.display.VirtualDisplay} to capture the
115 * @param name The name of the virtual display, must be non-empty.
116 * @param width The width of the virtual display in pixels. Must be
118 * @param height The height of the virtual display in pixels. Must be
120 * @param dpi The density of the virtual display in dpi. Must be greater
122 * @param surface The surface to which the content of the virtual display
124 * @param flags A combination of virtual display flags. See {@link DisplayManager} for the full
126 * @param callback Callback to call when the virtual display'
[all...]
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java98 final Display display = wm.getDefaultDisplay();
127 int maxSize = display.getMaximumSizeDimension();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
H A DDisplayDensityUtils.java17 package com.android.settingslib.display;
23 import android.hardware.display.DisplayManager;
37 * Utility methods for working with display density.
106 // Compute number of "larger" and "smaller" scales for this display.
194 * Returns the default density for the specified display.
196 * @param displayId the identifier of the display
197 * @return the default density of the specified display, or {@code -1} if
198 * the display does not exist or the density could not be obtained
210 * Asynchronously applies display density changes to the specified display
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h63 WIDE_COLOR_SUPPORT = 1 << 0 // Platform has a wide color display
65 static RenderEngine* create(EGLDisplay display, int hwcFormat, uint32_t featureFlags);
67 static EGLConfig chooseEglConfig(EGLDisplay display, int format, bool logConfig);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h43 void display(int64_t timeUs);
/frameworks/base/core/java/android/hardware/display/
H A DDisplayViewport.java17 package android.hardware.display;
23 * Describes how the pixels of physical display device reflects the content of
24 * a logical display.
27 * physical display coordinates into logical display coordinates.
36 // The logical display id.
42 // The portion of the logical display that are presented on this physical display.
45 // The portion of the (rotated) physical display that shows the logical display content
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DDisplayAdjustmentUtils.java26 import com.android.server.display.DisplayTransformManager;
29 * Utility methods for performing accessibility display adjustments.
33 /** Default inversion mode for display color correction. */
86 * Applies the specified user's display color adjustments.

Completed in 633 milliseconds

1234567891011