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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h53 class Display;
99 android_pixel_format_t* format, Display** outDisplay);
106 Display* getDisplayById(hwc2_display_t id);
118 std::unordered_map<hwc2_display_t, std::unique_ptr<Display>> mDisplays;
122 // Convenience C++ class to access hwc2_device_t Display functions directly.
123 class Display class in namespace:HWC2
126 Display(android::Hwc2::Composer& composer,
129 ~Display();
137 Builder(Display& display, hwc2_config_t id);
188 Config(Display
[all...]
H A DHWC2.cpp58 Return<void> onHotplug(Hwc2::Display display,
76 Return<void> onRefresh(Hwc2::Display display) override
82 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override
137 android_pixel_format_t* format, Display** outDisplay)
150 auto display = std::make_unique<Display>(
188 auto newDisplay = std::make_unique<Display>(
207 Display* Device::getDisplayById(hwc2_display_t id) {
224 // Display methods
226 Display::Display(androi function in class:HWC2::Display
[all...]
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h178 // Display metrics shared by all instances of Layer. This must be set at least
359 hardware::Return<void> onHotplug(Hwc2::Display display,
361 hardware::Return<void> onRefresh(Hwc2::Display display) override;
362 hardware::Return<void> onVsync(Hwc2::Display display,
365 pdx::Status<int64_t> GetVsyncTime(Hwc2::Display display);
370 struct Display { struct in class:android::dvr::HardwareComposer::ComposerCallback
374 std::array<Display, HWC_NUM_PHYSICAL_DISPLAY_TYPES> displays_;
441 // Display metrics of the physical display.
443 // Display metrics of the logical display, adjusted so that orientation is
/frameworks/base/core/java/android/view/
H A DDisplay.java65 public final class Display { class
66 private static final String TAG = "Display";
96 * The default Display id, which is the id of the built-in primary display
107 * Display flag: Indicates that the display supports compositing content
134 * Display flag: Indicates that the display has a secure video output and
169 * Display flag: Indicates that the display is private. Only the application that
177 * Display flag: Indicates that the display is a presentation display.
190 * Display flag: Indicates that the display has a round shape.
201 * Display flag: Indicates that the display can show its content when non-secure keyguard is
220 * Display fla
374 public Display(DisplayManagerGlobal global, int displayId, /*@NotNull*/ DisplayInfo displayInfo, method in class:Display
386 public Display(DisplayManagerGlobal global, int displayId, /*@NotNull*/ DisplayInfo displayInfo, method in class:Display
391 private Display(DisplayManagerGlobal global, int displayId, method in class:Display
[all...]
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h127 // Display functions
189 class Display { class in class:android::HWC2On1Adapter
191 Display(HWC2On1Adapter& device, HWC2::DisplayType type);
201 // HWC2 Display functions
226 // at once, the first call to any Display::present will trigger
244 // at once, the first call to any Display::validate() will trigger
284 Config(Display& display)
289 bool isOnDisplay(const Display& display) const {
317 Display& mDisplay;
393 // Display I
466 callDisplayFunction(hwc2_device_t* device, hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...), Args... args) argument
[all...]
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp159 // Display functions
162 displayHook<decltype(&Display::acceptChanges),
163 &Display::acceptChanges>);
166 displayHook<decltype(&Display::createLayer),
167 &Display::createLayer, hwc2_layer_t*>);
170 displayHook<decltype(&Display::destroyLayer),
171 &Display::destroyLayer, hwc2_layer_t>);
174 displayHook<decltype(&Display::getActiveConfig),
175 &Display::getActiveConfig, hwc2_config_t*>);
178 displayHook<decltype(&Display
509 HWC2On1Adapter::Display::Display(HWC2On1Adapter& device, HWC2::DisplayType type) function in class:android::HWC2On1Adapter::Display
[all...]

Completed in 4880 milliseconds