Searched defs:DisplayDevice (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DContainerLayer.cpp37 void ContainerLayer::setPerFrameData(const sp<const DisplayDevice>&) {} argument
H A DDisplayDevice.h55 class DisplayDevice : public LightRefBase<DisplayDevice> class in namespace:android
80 DisplayDevice(
98 ~DisplayDevice();
100 // whether this is a valid object. An invalid DisplayDevice is returned
158 // hardware composer and RenderEngine. When the DisplayDevice supports wide
285 // Initialized by SurfaceFlinger when the DisplayDevice is created.
317 DisplayDeviceState(DisplayDevice::DisplayType type, bool isSecure);
320 bool isMainDisplay() const { return type == DisplayDevice::DISPLAY_PRIMARY; }
321 bool isVirtualDisplay() const { return type >= DisplayDevice
[all...]
H A DDisplayDevice.cpp19 #define LOG_TAG "DisplayDevice"
48 #include "DisplayDevice.h"
70 uint32_t DisplayDevice::sPrimaryDisplayOrientation = 0;
216 DisplayDevice::DisplayDevice( function in class:android::DisplayDevice
301 DisplayDevice::~DisplayDevice() = default;
303 void DisplayDevice::disconnect(HWComposer& hwc) {
310 bool DisplayDevice::isValid() const {
314 int DisplayDevice
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java35 abstract class DisplayDevice { class
55 public DisplayDevice(DisplayAdapter displayAdapter, IBinder displayToken, String uniqueId) { method in class:DisplayDevice

Completed in 50 milliseconds