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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDisplay.java27 public final class Display { class
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp195 android_pixel_format_t* format, std::shared_ptr<Display>* outDisplay)
248 void Device::callHotplug(std::shared_ptr<Display> display, Connection connected)
268 void Device::callRefresh(std::shared_ptr<Display> display)
278 void Device::callVsync(std::shared_ptr<Display> display, nsecs_t timestamp)
290 std::shared_ptr<Display> Device::getDisplayById(hwc2_display_t id) {
295 auto display = std::make_shared<Display>(*this, id);
324 // Display function pointers
424 // For use by Display
435 // Display methods
437 Display function in class:HWC2::Display
[all...]
H A DHWC2.h48 class Display;
51 typedef std::function<void(std::shared_ptr<Display>, Connection)>
53 typedef std::function<void(std::shared_ptr<Display>)> RefreshCallback;
54 typedef std::function<void(std::shared_ptr<Display>, nsecs_t)> VsyncCallback;
62 friend class HWC2::Display;
76 std::shared_ptr<Display>* outDisplay);
84 void callHotplug(std::shared_ptr<Display> display, Connection connected);
85 void callRefresh(std::shared_ptr<Display> display);
86 void callVsync(std::shared_ptr<Display> display, nsecs_t timestamp);
90 // This will create a Display i
195 class Display : public std::enable_shared_from_this<Display> class in namespace:HWC2
[all...]
H A DHWC2On1Adapter.h119 // Display functions
169 class Display { class in class:android::HWC2On1Adapter
174 Display(HWC2On1Adapter& device, HWC2::DisplayType type);
188 // HWC2 Display functions
248 Config(Display& display)
252 bool isOnDisplay(const Display& display) const {
279 Display& mDisplay;
360 // call, all public calls into Display must acquire this mutex.
364 // (or setAllDisplays), which calls back into Display functions
399 hwc2_display_t displayId, HWC2::Error (Display
398 callDisplayFunction(hwc2_device_t* device, hwc2_display_t displayId, HWC2::Error (Display::*member)(Args...), Args... args) argument
[all...]
H A DHWC2On1Adapter.cpp197 // Display functions
200 displayHook<decltype(&Display::acceptChanges),
201 &Display::acceptChanges>);
204 displayHook<decltype(&Display::createLayer),
205 &Display::createLayer, hwc2_layer_t*>);
208 displayHook<decltype(&Display::destroyLayer),
209 &Display::destroyLayer, hwc2_layer_t>);
212 displayHook<decltype(&Display::getActiveConfig),
213 &Display::getActiveConfig, hwc2_config_t*>);
216 displayHook<decltype(&Display
552 HWC2On1Adapter::Display::Display(HWC2On1Adapter& device, HWC2::DisplayType type) function in class:android::HWC2On1Adapter::Display
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java64 public final class Display { class
65 private static final String TAG = "Display";
94 * The default Display id, which is the id of the built-in primary display
105 * Display flag: Indicates that the display supports compositing content
132 * Display flag: Indicates that the display has a secure video output and
167 * Display flag: Indicates that the display is private. Only the application that
175 * Display flag: Indicates that the display is a presentation display.
188 * Display flag: Indicates that the display has a round shape.
199 * Display flag: Indicates that the contents of the display should not be scaled
208 * Display typ
295 public Display(DisplayManagerGlobal global, method in class:Display
[all...]

Completed in 78 milliseconds