Searched refs:display (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/frameworks/native/include/gui/
H A DBufferQueueConsumer.h72 const sp<Fence>& releaseFence, EGLDisplay display,
160 EGLDisplay display, EGLSyncKHR fence,
162 return releaseBuffer(buf, frameNumber, releaseFence, display, fence);
159 releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display, EGLSyncKHR fence, const sp<Fence>& releaseFence) argument
/frameworks/native/libs/gui/include/gui/
H A DBufferQueueConsumer.h72 const sp<Fence>& releaseFence, EGLDisplay display,
160 EGLDisplay display, EGLSyncKHR fence,
162 return releaseBuffer(buf, frameNumber, releaseFence, display, fence);
159 releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display, EGLSyncKHR fence, const sp<Fence>& releaseFence) argument
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp21 using android::dvr::display::DisplayProtocol;
44 Endpoint::Create(display::DisplayProtocol::kClientPath)) {
119 {{display::SurfaceAttribute::Visible,
120 display::SurfaceAttributeValue{false}}});
124 // First-level dispatch for display service messages. Directly handles messages
125 // that are independent of the display surface (metrics, creation) and routes
178 Status<display::Metrics> DisplayService::OnGetMetrics(
195 pdx::Message& /*message*/, display::ConfigFileType config_type) {
198 case display::ConfigFileType::kLensMetrics:
201 case display
[all...]
H A Dhardware_composer.h39 // Basic display metrics for physical displays.
61 // Sets up the layer to use a display surface as its content source. The Layer
66 // |display_params| Info about the display to use.
81 // |display_params| Info about the display to use.
102 // associated with a display surface, this method automatically ACQUIRES a new
178 // Parameters of the display to use for this layer.
283 // When calling destroyLayer() on an external display that's been removed we
285 // ignore_bad_display_errors_on_destroy_ is true, don't log the bad display
294 // simplified API to post buffers to the display.
334 // Sets the display surface
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java17 package com.android.server.display;
28 import android.hardware.display.BrightnessConfiguration;
29 import android.hardware.display.WifiDisplay;
60 * Manages persistent state recorded by the display manager service as an XML file.
65 * &lt;display-manager-state>
67 * &lt;wifi-display deviceAddress="00:00:00:00:00:00" deviceName="XXXX" deviceAlias="YYYY" />
69 * &lt;display-states>
70 * &lt;display unique-id="XXXXXXX">
72 * &lt;/display>
73 * &lt;/display
174 applyWifiDisplayAlias(WifiDisplay display) argument
209 rememberWifiDisplay(WifiDisplay display) argument
[all...]
H A DWifiDisplayController.java17 package com.android.server.display;
27 import android.hardware.display.WifiDisplay;
28 import android.hardware.display.WifiDisplaySessionInfo;
29 import android.hardware.display.WifiDisplayStatus;
63 * accidentally introducing any deadlocks due to the display manager calling
108 // True if Wifi display is enabled by the user.
139 // The remote display that is listening on the connection.
143 // The remote display interface.
363 Slog.i(TAG, "Starting Wifi display scan.");
374 // The wifi display connectio
944 advertiseDisplay(final WifiDisplay display, final Surface surface, final int width, final int height, final int flags) argument
990 readvertiseDisplay(WifiDisplay display) argument
1104 onDisplayConnecting(WifiDisplay display) argument
1106 onDisplayChanged(WifiDisplay display) argument
1107 onDisplayConnected(WifiDisplay display, Surface surface, int width, int height, int flags) argument
[all...]
H A DVirtualDisplayAdapter.java17 package com.android.server.display;
19 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR;
20 import static android.hardware.display.DisplayManager
22 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_PRESENTATION;
23 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC;
24 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE;
25 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SUPPORTS_TOUCH;
26 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_ROTATES_WITH_CONTENT;
27 import static android.hardware.display.DisplayManager
31 import android.hardware.display
[all...]
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h69 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
/frameworks/base/core/java/android/hardware/display/
H A DCurve.java17 package android.hardware.display;
/frameworks/base/core/tests/coretests/src/android/os/
H A DBrightnessLimit.java20 import android.hardware.display.DisplayManager;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
H A DBrightnessUtils.java17 package com.android.settingslib.display;
44 * Note that this transfer function is only valid if the display's backlight value is a linear
80 * Note that this transfer function is only valid if the display's backlight value is a linear
/frameworks/base/services/core/java/com/android/server/wm/
H A DCircularDisplayMask.java58 final Display display = dc.getDisplay();
61 display.getSize(mScreenSize);
63 Slog.w(TAG, "Screen dimensions of displayId = " + display.getDisplayId() +
76 ctrl.setLayerStack(display.getLayerStack());
127 // The radius is reduced by mMaskThickness to provide an anti aliasing effect on the display edges.
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_manager_client.h17 namespace display { namespace in namespace:android::dvr
45 } // namespace display
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h47 void initialize(egl_display_t* display);
H A Degl_object.h43 egl_display_t *display; member in class:android::egl_object_t
51 explicit egl_object_t(egl_display_t* display);
56 inline egl_display_t* getDisplay() const { return display; }
59 static bool get(egl_display_t const* display, egl_object_t* object);
70 explicit LocalRef(egl_display_t const* display, T o) : ref(0) { argument
72 if (o && egl_object_t::get(display, native)) {
H A Degl_display.cpp24 #include <private/EGL/display.h>
124 EGLDisplay egl_display_t::getDisplay(EGLNativeDisplayType display) { argument
134 EGLDisplay dpy = cnx->egl.eglGetDisplay(display);
142 return EGLDisplay(uintptr_t(display) + 1U);
183 // display is now initialized
186 // get the query-strings for this display for each implementation
202 // the query strings are per-display
229 // Typically that means there is an HDR capable display attached, but could be
230 // support for attaching an HDR display. In either case, advertise support for
293 * "Termination of a display tha
352 egl_display_t* display = cur_c->getDisplay(); local
[all...]
/frameworks/support/compat/src/androidTest/java/androidx/core/view/
H A DViewCompatTest.java68 final Display display = ViewCompat.getDisplay(mView);
69 assertNotNull(display);
75 final Display display = ViewCompat.getDisplay(view);
76 assertNull(display);
/frameworks/support/wear/wear_stubs/
H A Dcom.google.android.wearable-stubs.jar ... android.content.Context context } com/google/android/wearable/display/ com/google/android/wearable/display/WearableDisplayHelper.class WearableDisplayHelper. ...
/frameworks/base/core/tests/coretests/src/android/view/menu/
H A DContextMenuTest.java81 * Returns the minimum of the default display's width and height.
86 final Display display = windowManager.getDefaultDisplay();
88 display.getRealSize(displaySize);
93 * Returns the minimum display size where cascading submenus are supported.
/frameworks/base/services/core/java/com/android/server/am/
H A DPinnedActivityStack.java38 PinnedActivityStack(ActivityDisplay display, int stackId, ActivityStackSupervisor supervisor, argument
40 super(display, stackId, supervisor, WINDOWING_MODE_PINNED, ACTIVITY_TYPE_STANDARD, onTop);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java124 * Returns the display size in dp (device-independent pixel)
126 * The returned display size is adjusted per screen rotation. Also this will return the actual
129 * @return a Point containing the display size in dp
133 Display display = getAutomatorBridge().getDefaultDisplay();
135 display.getRealSize(p);
137 display.getRealMetrics(metrics);
374 * Gets the width of the display, in pixels. The width and height details
375 * are reported based on the current orientation of the display.
381 Display display = getAutomatorBridge().getDefaultDisplay();
383 display
[all...]
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp251 AutoEglFence(EGLDisplay display) : mDisplay(display) { argument
269 AutoEglImage(EGLDisplay display, EGLClientBuffer clientBuffer) : mDisplay(display) { argument
271 image = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, clientBuffer,
399 EGLDisplay display = eglGetCurrentDisplay(); local
400 LOG_ALWAYS_FATAL_IF(display == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s",
405 AutoEglImage autoImage(display, clientBuffer);
425 AutoEglFence autoFence(display);
432 EGLint waitStatus = eglClientWaitSyncKHR(display, autoFenc
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp292 AutoEglFence(EGLDisplay display) : mDisplay(display) { argument
310 AutoEglImage(EGLDisplay display, EGLClientBuffer clientBuffer) : mDisplay(display) { argument
312 image = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, clientBuffer,
344 EGLDisplay display = eglGetCurrentDisplay(); local
345 LOG_ALWAYS_FATAL_IF(display == EGL_NO_DISPLAY, "Failed to get EGL_DEFAULT_DISPLAY! err=%s",
350 AutoEglImage autoImage(display, clientBuffer);
369 AutoEglFence autoFence(display);
376 EGLint waitStatus = eglClientWaitSyncKHR(display, autoFenc
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h190 std::shared_ptr<FenceTime> display { FenceTime::NO_FENCE };
274 // Maximum dimension supported by HWC for virtual display.
283 // wide-color display. This is typically found on devices
284 // with wide gamut (e.g. Display-P3) display.
409 virtual void destroyDisplay(const sp<IBinder>& display);
420 virtual status_t captureScreen(const sp<IBinder>& display, sp<GraphicBuffer>* outBuffer,
426 virtual status_t getDisplayStats(const sp<IBinder>& display,
428 virtual status_t getDisplayConfigs(const sp<IBinder>& display,
430 virtual int getActiveConfig(const sp<IBinder>& display);
431 virtual status_t getDisplayColorModes(const sp<IBinder>& display,
622 getDisplayType(const sp<IBinder>& display) argument
812 hwc2_display_t display; member in struct:android::SurfaceFlinger::HotplugEvent
[all...]
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp181 void SurfaceComposerClient::destroyDisplay(const sp<IBinder>& display) { argument
182 return ComposerService::getComposerService()->destroyDisplay(display);
513 // Make sure that composition can never be stalled by a virtual display
519 "display. (%d)", err);
698 const sp<IBinder>& display, Vector<DisplayInfo>* configs)
700 return ComposerService::getComposerService()->getDisplayConfigs(display, configs);
703 status_t SurfaceComposerClient::getDisplayInfo(const sp<IBinder>& display, argument
706 status_t result = getDisplayConfigs(display, &configs);
711 int activeId = getActiveConfig(display);
721 int SurfaceComposerClient::getActiveConfig(const sp<IBinder>& display) { argument
697 getDisplayConfigs( const sp<IBinder>& display, Vector<DisplayInfo>* configs) argument
725 setActiveConfig(const sp<IBinder>& display, int id) argument
729 getDisplayColorModes(const sp<IBinder>& display, Vector<ColorMode>* outColorModes) argument
734 getActiveColorMode(const sp<IBinder>& display) argument
738 setActiveColorMode(const sp<IBinder>& display, ColorMode colorMode) argument
756 getHdrCapabilities(const sp<IBinder>& display, HdrCapabilities* outCapabilities) argument
764 capture(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation, sp<GraphicBuffer>* outBuffer) argument
[all...]

Completed in 753 milliseconds

1234567891011>>