Searched refs:display (Results 151 - 175 of 326) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java17 package android.hardware.display;
23 import android.hardware.display.DisplayManager.DisplayListener;
46 * Manager communication with the display manager service on behalf of
55 // True if display info and display ids should be cached.
61 // an application could start processing a configuration change due to a display
62 // orientation change before the display info cache has actually been invalidated.
89 * Gets an instance of the display manager global singleton.
91 * @return The display manager instance, may be null early in system startup
92 * before the display manage
[all...]
H A DWifiDisplay.java17 package android.hardware.display;
25 * Describes the properties of a Wifi display.
77 * Gets the MAC address of the Wifi display device.
84 * Gets the name of the Wifi display device.
91 * Gets the user-specified alias of the Wifi display device, or null if none.
147 * Returns true if the other display is not null and has the same address as this one.
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h69 virtual void onHotplugReceived(int32_t sequenceId, hwc2_display_t display,
72 hwc2_display_t display) = 0;
73 virtual void onVsyncReceived(int32_t sequenceId, hwc2_display_t display,
139 Builder(Display& display, hwc2_config_t id);
190 Config(Display& display, hwc2_config_t id);
274 // on this display
/frameworks/base/core/java/android/app/
H A DResourcesManager.java32 import android.hardware.display.DisplayManagerGlobal;
203 final Display display = getAdjustedDisplay(displayId, da);
204 if (display != null) {
205 display.getMetrics(dm);
244 * Returns an adjusted {@link Display} object based on the inputs or null if display isn't
245 * available. This method is only used within {@link ResourcesManager} to calculate display
249 * @param displayId display Id.
250 * @param displayAdjustments display adjustments.
261 final Display display = wd.get();
262 if (display !
[all...]
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java161 int display;
183 // Choose the display mode
187 display = SHOW_TIME;
191 display = SHOW_MONTH_DAY_YEAR;
197 if (display == mLastDisplay && mLastFormat != null) {
201 switch (display) {
209 throw new RuntimeException("unknown display value: " + display);
219 if (display == SHOW_TIME) {
/frameworks/base/media/java/android/media/
H A DMediaRouter.java32 import android.hardware.display.DisplayManager;
33 import android.hardware.display.WifiDisplay;
34 import android.hardware.display.WifiDisplayStatus;
132 // Only the system can configure wifi displays. The display manager
153 // This will select the active wifi display route if there is one.
298 // Update wifi display scanning.
303 // Don't scan while already connected to a remote display since
639 * of the device's primary display or a customized
642 * <p>Once initiated, display mirroring is transparent to the application.
645 * on the external display wit
1035 matchesDeviceAddress(WifiDisplay display, RouteInfo info) argument
1467 makeWifiDisplayRoute(WifiDisplay display, WifiDisplayStatus wfdStatus) argument
1485 updateWifiDisplayRoute( RouteInfo route, WifiDisplay display, WifiDisplayStatus wfdStatus, boolean disconnected) argument
[all...]
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp129 MOCK_METHOD2(getDisplayType, Error(Display display, ComposerClient::DisplayType* outType));
131 Error(Display display, Config config, IComposerClient::Attribute attribute,
135 Error getDisplayAttributeFake(Display display, Config config, argument
137 return FakeComposerClient::getDisplayAttribute(display, config, attribute, outValue);
181 // Primary display will be queried twice for all 5 attributes. One
236 // Both a refresh and a vsync event are needed to apply pending display
300 sp<android::IBinder> display(
303 SurfaceComposerClient::getDisplayInfo(display, &info);
316 ts.setDisplayLayerStack(display, 0);
335 sp<android::IBinder> display(
[all...]
H A DFakeComposerClient.cpp179 void FakeComposerClient::hotplugDisplay(Display display, IComposerCallback::Connection state) { argument
181 mEventCallback->onHotplug(display, state);
185 void FakeComposerClient::refreshDisplay(Display display) { argument
187 mEventCallback->onRefresh(display);
202 Error FakeComposerClient::destroyVirtualDisplay(Display /*display*/) {
207 Error FakeComposerClient::createLayer(Display /*display*/, Layer* outLayer) {
215 Error FakeComposerClient::destroyLayer(Display /*display*/, Layer layer) {
221 Error FakeComposerClient::getActiveConfig(Display /*display*/, Config* outConfig) {
237 Error FakeComposerClient::getClientTargetSupport(Display /*display*/, uint32_t /*width*/,
244 Error FakeComposerClient::getColorModes(Display /*display*/, hidl_ve
249 getDisplayAttribute(Display display, Config config, IComposerClient::Attribute attribute, int32_t* outValue) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityStarterTests.java454 final ActivityDisplay display = mService.mStackSupervisor.getDefaultDisplay();
455 assertNoTasks(display);
465 assertNoTasks(display);
468 private void assertNoTasks(ActivityDisplay display) { argument
469 for (int i = display.getChildCount() - 1; i >= 0; --i) {
470 final ActivityStack stack = display.getChildAt(i);
/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp74 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
78 EGLImageKHR sourceImage = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID,
95 eglDestroyImageKHR(display, sourceImage);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java27 import android.hardware.display.DisplayManagerGlobal;
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java239 * external display sink. If a hardware-protected path is not available,
290 /* built-in physical display ids (keep in sync with ISurfaceComposer.h)
291 * these are different from the logical display ids used elsewhere in the framework */
294 * Built-in physical display id: Main display.
300 * Built-in physical display id: Attached HDMI display.
339 * and display mirroring. A temporary workaround until we express such things with
418 * an external display sync. If protected content is enabled, but
981 * set display parameter
1168 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform) argument
1185 screenshot(IBinder display, Surface consumer, int width, int height) argument
1196 screenshot(IBinder display, Surface consumer) argument
1288 screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h60 // includes the display, context, and surface. It is possible to either create
63 // necessarily through this class), and have an active display, context, and
80 // there is already a display, surface and context available (possibly
160 // Obtain the environment's EGL display.
161 const EGLDisplay& display() const { function in class:android::filterfw::GLEnv
210 // Get the currently active display.
231 // The EGL display, contexts, and surfaces.
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java19 import static com.android.settingslib.display.BrightnessUtils.GAMMA_SPACE_MAX;
20 import static com.android.settingslib.display.BrightnessUtils.convertGammaToLinear;
21 import static com.android.settingslib.display.BrightnessUtils.convertLinearToGamma;
27 import android.hardware.display.DisplayManager;
/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java17 package com.android.server.display;
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java28 import android.hardware.display.DisplayManagerInternal.DisplayPowerRequest;
/frameworks/native/include/gui/
H A DConsumerBase.h202 EGLDisplay display = EGL_NO_DISPLAY, EGLSyncKHR eglFence = EGL_NO_SYNC_KHR);
H A DIGraphicBufferConsumer.h133 virtual status_t releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display,
/frameworks/native/libs/gui/include/gui/
H A DConsumerBase.h202 EGLDisplay display = EGL_NO_DISPLAY, EGLSyncKHR eglFence = EGL_NO_SYNC_KHR);
H A DIGraphicBufferConsumer.h133 virtual status_t releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display,
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h14 namespace display { namespace in namespace:android::dvr
96 } // namespace display
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.h66 // occurs on the primary display. |compositor_time_ns| is the number of ns
78 pdx::Status<display::VSyncSchedInfo> OnGetSchedInfo(pdx::Message& message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDeviceStateMonitor.java27 import android.hardware.display.DisplayManager;
53 * screen is off and does not have activities like tethering, remote display, etc...This effectively
524 * @return True if one the device's screen (e.g. main screen, wifi display, HDMI display, or
536 for (Display display : displays) {
539 if (display.getState() == Display.STATE_ON) {
540 log("Screen " + Display.typeToString(display.getType()) + " on", true);
/frameworks/rs/driver/
H A DrsdGL.h38 EGLDisplay display; member in struct:RsdGLRec::__anon1980
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java22 import android.hardware.display.DisplayManager;
46 * Manages an overlay display window, used for simulating remote playback.
98 // Watches for significant changes in the overlay display window lifecycle.
128 Display display = mWindowManager.getDefaultDisplay();
148 int width = (int)(display.getWidth() * INITIAL_SCALE);
149 int height = (int)(display.getHeight() * INITIAL_SCALE);
333 // The position and scale will be clamped when the display is first shown.

Completed in 1365 milliseconds

1234567891011>>