Searched defs:Display (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h55 class Display;
97 android::ui::PixelFormat* format, Display** outDisplay);
104 Display* getDisplayById(hwc2_display_t id);
109 // Display::validate, Display::present, and Display::presentOrValidate.
121 std::unordered_map<hwc2_display_t, std::unique_ptr<Display>> mDisplays;
125 // Convenience C++ class to access hwc2_device_t Display functions directly.
126 class Display class in namespace:HWC2
129 Display(androi
[all...]
H A DHWC2.cpp69 Return<void> onHotplug(Hwc2::Display display,
77 Return<void> onRefresh(Hwc2::Display display) override
83 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override
128 PixelFormat* format, Display** outDisplay)
140 auto display = std::make_unique<Display>(
179 auto newDisplay = std::make_unique<Display>(
198 Display* Device::getDisplayById(hwc2_display_t id) {
220 // Display methods
222 Display::Display(androi function in class:HWC2::Display
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java66 public final class Display { class
67 private static final String TAG = "Display";
97 * The default Display id, which is the id of the built-in primary display
108 * Display flag: Indicates that the display supports compositing content
135 * Display flag: Indicates that the display has a secure video output and
170 * Display flag: Indicates that the display is private. Only the application that
178 * Display flag: Indicates that the display is a presentation display.
191 * Display flag: Indicates that the display has a round shape.
202 * Display flag: Indicates that the display can show its content when non-secure keyguard is
221 * Display fla
386 public Display(DisplayManagerGlobal global, int displayId, /*@NotNull*/ DisplayInfo displayInfo, method in class:Display
398 public Display(DisplayManagerGlobal global, int displayId, /*@NotNull*/ DisplayInfo displayInfo, method in class:Display
403 private Display(DisplayManagerGlobal global, int displayId, method in class:Display
[all...]

Completed in 192 milliseconds