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

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp19 #define LOG_TAG "DisplayDevice"
46 #include "DisplayDevice.h"
71 uint32_t DisplayDevice::sPrimaryDisplayOrientation = 0;
73 DisplayDevice::DisplayDevice( function in class:DisplayDevice
134 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
148 mPowerMode = (mType >= DisplayDevice::DISPLAY_VIRTUAL) ?
173 DisplayDevice::~DisplayDevice() {
180 void DisplayDevice
[all...]
H A DDisplayDevice.h58 class DisplayDevice : public LightRefBase<DisplayDevice> class in namespace:android
86 DisplayDevice(
99 ~DisplayDevice();
101 // whether this is a valid object. An invalid DisplayDevice is returned
/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 310 milliseconds