Searched refs:display (Results 251 - 275 of 326) sorted by relevance

<<11121314

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java584 "display!");
800 /** The display the camera streamer is bound to. */
1011 public synchronized void bindToDisplay(Display display) { argument
1012 mDisplay = display;
1236 throw new IllegalArgumentException("Unsupported display rotation constant! Use "
1261 mOrientation = -1; // Forces recalculation to match display
1551 * Manually update the display rotation.
1552 * You do not need to call this, if the camera is bound to a display, or your app does not
1560 * Bind the camera to your Activity's display.
1561 * Use this, if your Activity supports multiple display orientatio
1564 bindToDisplay(Display display) argument
[all...]
/frameworks/native/libs/gui/
H A DIGraphicBufferConsumer.cpp84 EGLDisplay display __attribute__((unused)),
H A DGLConsumer.cpp370 EGLDisplay display, EGLSyncKHR eglFence) {
376 buf, graphicBuffer, display, eglFence);
411 GLC_LOGW("updateAndRelease: unable to createImage on display=%p slot=%d",
458 pendingRelease->display = mEglDisplay;
483 ALOGE("bindTextureImage: invalid display");
502 GLC_LOGW("bindTextureImage: can't create image on display=%p slot=%d",
508 // In the rare case that the display is terminated and then initialized
509 // again, we can't detect that the display changed (it didn't), but the
518 GLC_LOGW("bindTextureImage: can't create image on display=%p slot=%d",
368 releaseBufferLocked(int buf, sp<GraphicBuffer> graphicBuffer, EGLDisplay display, EGLSyncKHR eglFence) argument
H A DSurface.cpp172 // compositor and display timing.
330 sp<IBinder> display(
334 composerService()->getDisplayColorModes(display, &colorModes);
364 sp<IBinder> display(
368 composerService()->getHdrCapabilities(display, &hdrCapabilities);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java82 // more work is ready. Either way, display the result.
198 mDisplayView = findViewById(R.id.display);
/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java17 package com.android.server.display;
33 import android.hardware.display.AmbientBrightnessDayStats;
34 import android.hardware.display.BrightnessChangeEvent;
277 * Notify the BrightnessTracker that the user has changed the brightness of the display.
H A DOverlayDisplayAdapter.java17 package com.android.server.display;
43 * A display adapter that uses overlay windows to simulate secondary displays
48 * get confused. The main handler is used to posting messages to the display manager
65 * <li><pre>secure</pre>: creates a secure display</li>
149 Slog.i(TAG, "Dismissing all overlay display devices.");
161 Slog.w(TAG, "Too many overlay display devices specified: " + value);
181 Slog.w(TAG, "Ignoring out-of-range overlay display mode: " + mode);
197 Slog.i(TAG, "Showing overlay display device #" + number
204 Slog.w(TAG, "Malformed overlay display devices setting: " + value);
305 1000000000L / (int) mRefreshRate; // display'
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DBrightnessTrackerTest.java17 package com.android.server.display;
38 import android.hardware.display.AmbientBrightnessDayStats;
39 import android.hardware.display.BrightnessChangeEvent;
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp140 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
143 SurfaceComposerClient::getDisplayInfo(display, &info);
156 t.setDisplayLayerStack(display, 0);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java60 import android.hardware.display.DisplayManager;
61 import android.hardware.display.DisplayViewport;
1747 final Display display = displayManager.getDisplay(displayId);
1748 if (display == null) {
1753 final int displayOwnerUid = display.getOwnerUid();
1756 "Only owner of the display can forward input events to it.");
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java130 import android.hardware.display.DisplayManagerInternal;
182 /** The containers below are the only child containers the display can have. */
208 // Mapping from a token IBinder to a WindowToken object on this display.
211 // Initial display metrics.
221 * Overridden display size. Initialized with {@link #mInitialDisplayWidth}
228 * Overridden display density for current user. Initialized with {@link #mInitialDisplayDensity}
240 * For default display it contains real metrics, empty for others.
257 * Current rotation of the display.
265 * Last applied orientation of the display.
306 // TODO(multi-display)
743 DisplayContent(Display display, WindowManagerService service, WallpaperController wallpaperController, DisplayWindowController controller) argument
[all...]
H A DScreenRotationAnimation.java235 final Display display = displayContent.getDisplay();
236 int originalRotation = display.getRotation();
272 // TODO(multidisplay): we should use the proper display
276 // respond to display disconnection before handling rotation , that surfaceflinger may
277 // return a null handle here because it doesn't think that display is valid anymore.
287 Slog.w(TAG, "Built-in display " + displayId + " is null.");
572 // or top and bottom. Going from a larger to smaller display will result in
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java769 Display display = ((WindowManager) mContext.getSystemService(
771 int width = display.getMaximumSizeDimension();
772 int height = display.getMaximumSizeDimension();
/frameworks/base/services/core/java/com/android/server/am/
H A DRecentTasks.java1221 final ActivityDisplay display = stack.getDisplay();
1222 return display.getIndexOf(stack) < display.getIndexOf(homeStack);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DRecentTasksTest.java649 // Add a number of tasks (beyond the max) on each display, ensure that the tasks are not
888 MyTestActivityStack(ActivityDisplay display, ActivityStackSupervisor supervisor) { argument
889 super(display, LAST_STACK_ID++, supervisor, WINDOWING_MODE_FULLSCREEN,
891 mDisplay = display;
/frameworks/base/core/java/com/android/internal/policy/
H A DDividerSnapAlgorithm.java27 import android.hardware.display.DisplayManager;
384 * dismiss targets, used in deciding to display the middle target for accessibility
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java2142 Display display = windowManager.getDefaultDisplay();
2144 int width = display.getWidth();
2145 int height = display.getHeight();
2149 width = display.getHeight();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java33 import android.hardware.display.DisplayManager;
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java153 // more work is ready. Either way, display the result.
418 mDisplayView = findViewById(R.id.display);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java888 public Context createDisplayContext(Display display) { argument
889 return mBase.createDisplayContext(display);
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java155 * "count", to display an overdraw counter
895 * display list that are no longer valid.
1016 public void setLightCenter(final Display display, argument
1020 display.getRealSize(displaySize);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp435 ALOGV("Doing display transaction");
683 ALOGV("Creating display");
687 sp<IBinder> display = SurfaceComposerClient::createDisplay(
689 mDisplays[create.id()] = display;
693 ALOGV("Done creating display");
697 ALOGV("Delete display");
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp134 sp<IBinder> display(sf->getBuiltInDisplay(
137 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &outBuffer, Rect(),
168 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, &outBuffer, Rect(),
298 // have a wide-color primary display.
304 // primary display.
307 // a wide-color color mode on the primary display.
331 // TODO: Add check for an HDR color mode on the primary display.
549 void destroyDisplay(const sp<IBinder>& /*display */) override {}
579 void setPowerMode(const sp<IBinder>& /*display*/, int /*mode*/) override {}
580 status_t getDisplayConfigs(const sp<IBinder>& /*display*/,
[all...]
/frameworks/base/config/
H A Dpreloaded-classes1356 android.hardware.display.AmbientBrightnessDayStats
1357 android.hardware.display.AmbientBrightnessDayStats$1
1358 android.hardware.display.BrightnessChangeEvent
1359 android.hardware.display.BrightnessChangeEvent$1
1360 android.hardware.display.BrightnessConfiguration
1361 android.hardware.display.BrightnessConfiguration$1
1362 android.hardware.display.BrightnessConfiguration$Builder
1363 android.hardware.display.DisplayManager
1364 android.hardware.display.DisplayManager$DisplayListener
1365 android.hardware.display
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2CCDecoder.cpp505 void NuPlayer2::CCDecoder::display(int64_t timeUs) { function in class:android::NuPlayer2::CCDecoder

Completed in 3312 milliseconds

<<11121314