/aosp_15_r20/external/mesa3d/src/loader/ |
H A D | loader_wayland_helper.c | 32 wl_display_poll(struct wl_display *display, in wl_display_poll() 63 wl_display_dispatch_queue_timeout(struct wl_display *display, in wl_display_dispatch_queue_timeout() 141 wl_display_create_queue_with_name(struct wl_display *display, const char *name) in wl_display_create_queue_with_name()
|
/aosp_15_r20/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
H A D | DisplayRepository.java | 41 void addDisplay(RemoteDisplay display) { in addDisplay() 60 Optional<RemoteDisplay> display = getDisplayByRemoteId(event.getDisplayId()); in resetDisplay() local 119 private void closeDisplay(RemoteDisplay display) { in closeDisplay()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropControllerTest.java | 115 final Display display = mock(Display.class); in testIgnoreNonDefaultDisplays() local 127 final Display display = mock(Display.class); in testListenerOnDragStarted() local 157 final Display display = mock(Display.class); in testOnDragStarted_withNoClipDataOrDescription() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/wayland/ |
H A D | WindowSurfaceVkWayland.cpp | 40 wl_display *display) in WindowSurfaceVkWayland() 79 egl::Error WindowSurfaceVkWayland::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth() argument 85 egl::Error WindowSurfaceVkWayland::getUserHeight(const egl::Display *display, EGLint *value) const in getUserHeight() argument
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
H A D | GraphicsComposerCallback.cpp | 51 Return<void> GraphicsComposerCallback::onHotplug(Display display, Connection connection) { in onHotplug() 72 Return<void> GraphicsComposerCallback::onRefresh(Display display) { in onRefresh() 83 Return<void> GraphicsComposerCallback::onVsync(Display display, int64_t) { in onVsync()
|
/aosp_15_r20/cts/tests/tests/display/src/android/display/cts/ |
H A D | DisplayTest.java | 180 DisplayModeState(Display display) { in DisplayModeState() 327 private boolean isSecondaryDisplay(Display display) { in isSecondaryDisplay() 892 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); in testMode() local 1013 final Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); in testRefreshRateSwitchOnSecondaryDisplay() local 1307 public TestPresentation(Context context, Display display, int modeId) { in TestPresentation()
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 147 static status_t selectEGLConfig(EGLDisplay display, EGLint format, EGLint renderableType, in selectEGLConfig() 203 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); in create() local 294 EGLConfig GLESRenderEngine::chooseEglConfig(EGLDisplay display, int format, bool logConfig) { in chooseEglConfig() 333 GLESRenderEngine::GLESRenderEngine(const RenderEngineCreationArgs& args, EGLDisplay display, in GLESRenderEngine() 791 void GLESRenderEngine::handleRoundedCorners(const DisplaySettings& display, in handleRoundedCorners() 1021 status_t GLESRenderEngine::drawLayers(const DisplaySettings& display, in drawLayers() 1556 EGLContext GLESRenderEngine::createEglContext(EGLDisplay display, EGLConfig config, in createEglContext() 1607 EGLSurface GLESRenderEngine::createStubEglPbufferSurface(EGLDisplay display, EGLConfig config, in createStubEglPbufferSurface()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | swtmenubar.jar | ... String appName
org.eclipse.swt.widgets.Display display
org.eclipse.jface.action.IMenuManager ... |
/aosp_15_r20/external/angle/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 197 ANGLENativeDisplay::ANGLENativeDisplay(EGLNativeDisplayType display, std::vector<EGLAttrib> attribs) in ANGLENativeDisplay() 206 NativePixmap::NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth) in NativePixmap() 241 eglw::EGLDisplay display, in createPixmap() 284 eglw::EGLDisplay display, in createWindow()
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | sync.h | 196 Display *display; /* Display the event was read from */ member 209 Display *display; /* Display the event was read from */ member 223 Display *display; /* Display the event was read from */ member 233 Display *display; /* Display the event was read from */ member
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/utils/ |
D | ObservationBuilder.java | 65 ObservationCategory(String code, String display) { in ObservationCategory() 263 String display; in setBloodGlucose() local 358 @NonNull Uri system, @NonNull String code, @Nullable String display) { in setCode() 439 @NonNull Uri system, @NonNull String code, @Nullable String display) { in makeCodeableConcept()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/extensions/ |
D | sync.h | 196 Display *display; /* Display the event was read from */ member 209 Display *display; /* Display the event was read from */ member 223 Display *display; /* Display the event was read from */ member 233 Display *display; /* Display the event was read from */ member
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/ |
D | ScreenshotWindow.java | 36 private final android.view.Display display = null; field in ScreenshotWindow 53 @org.jetbrains.annotations.NotNull() in ScreenshotWindow() 117 …stract com.android.systemui.screenshot.ScreenshotWindow create(@org.jetbrains.annotations.NotNull() in create()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | CountryCodeConverter.java | 25 public static String getCodeFromName(String display, boolean showMissing) { in getCodeFromName() 35 public static String getCodeFromName(String display, boolean showMissing, Set<String> missing) { in getCodeFromName() 75 private static String reverseComma(String display) { in reverseComma()
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/xlib/ |
H A D | xlib_sw_winsys.c | 68 Display *display; member 89 Display *display; member 306 Display *display = xlib_dt->display; in xlib_sw_display() local 484 xlib_create_sw_winsys(Display *display) in xlib_create_sw_winsys()
|
/aosp_15_r20/external/deqp/framework/platform/lnx/ |
H A D | tcuLnxVulkanPlatform.cpp | 101 VulkanDisplayXlib(MovePtr<x11::DisplayBase> display) in VulkanDisplayXlib() 156 VulkanDisplayXcb(MovePtr<x11::DisplayBase> display) in VulkanDisplayXcb() 209 VulkanDisplayWayland(MovePtr<wayland::Display> display) in VulkanDisplayWayland() 341 vk::VkDisplayKHR *display = const_cast<vk::VkDisplayKHR *>(&m_native); in initializeDisplay() local
|
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/ |
D | VirtualDisplayFragment.java | 174 onAllDisplays((index, display) -> { in dump() argument 197 SelfManagedVirtualDisplayView display = mDisplays[i]; in onDisplays() local 237 SelfManagedVirtualDisplayView display = mDisplays[i]; in updateNumberDisplays() local 384 void visit(int index, SelfManagedVirtualDisplayView display); in visit()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.cpp | 34 egl::Error CreateRendererD3D(egl::Display *display, RendererD3D **outRenderer) in CreateRendererD3D() 242 egl::Error DisplayD3D::makeCurrent(egl::Display *display, in makeCurrent() 254 egl::Error DisplayD3D::initialize(egl::Display *display) in initialize() 279 egl::Error DisplayD3D::restoreLostDevice(const egl::Display *display) in restoreLostDevice()
|
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiDevice.java | 133 Display display = getAutomatorBridge().getDefaultDisplay(); in getDisplaySizeDp() local 381 Display display = getAutomatorBridge().getDefaultDisplay(); in getDisplayWidth() local 395 Display display = getAutomatorBridge().getDefaultDisplay(); in getDisplayHeight() local 768 Display display = getAutomatorBridge().getDefaultDisplay(); in dumpWindowHierarchy() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskDisplayAreaTests.java | 607 DisplayContent display = createNewDisplay(); in testGetOrCreateRootHomeTask_supportedSecondaryDisplay() local 623 DisplayContent display = createNewDisplay(); in testGetOrCreateRootHomeTask_unsupportedSystemDecorations() local 633 DisplayContent display = createNewDisplay(); in testGetOrCreateRootHomeTask_untrustedDisplay() local 643 DisplayContent display = createNewDisplay(); in testGetOrCreateRootHomeTask_dontMoveToTop() local 706 final DisplayContent display = addNewDisplayContentAt(POSITION_TOP); in testRootTaskShouldNotBeFocusedAfterMovingToBackOrRemoving() local
|
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | Egl10Utils.java | 30 static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, int[] configSpec) { in chooseConfig() 73 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig() 108 private static int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib()
|
/aosp_15_r20/cts/hostsidetests/graphics/displaymode/app/src/com/android/cts/graphics/displaymode/ |
H A D | BootDisplayModeTest.java | 98 Display display = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testGetBootDisplayMode() local 140 Display display = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testClearBootDisplayMode() local 191 private void waitUntil(Display display, Predicate<Display> pred, Duration maxWait) in waitUntil()
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluGLUtil.cpp | 96 EGLContext createGLContext(const Library &egl, EGLDisplay display, EGLContext eglConfig, in createGLContext() 223 static bool configMatches(const eglw::Library &egl, eglw::EGLDisplay display, eglw::EGLConfig eglCo… in configMatches() 304 EGLConfig chooseConfig(const Library &egl, EGLDisplay display, const glu::RenderConfig &config) in chooseConfig()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-8/ |
D | framework.jar | ... .os.RemoteException e
android.view.Display display
private void onTabletModeChanged (long, boolean)
android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar8 | META-INF/
META-INF/MANIFEST.MF
android/
android/hardware/
android/ ... |