Home
last modified time | relevance | path

Searched defs:DisplayDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java36 abstract class DisplayDevice { class
57 public DisplayDevice(DisplayAdapter displayAdapter, IBinder displayToken, String uniqueId) { in DisplayDevice() method in DisplayDevice
/frameworks/native/services/surfaceflinger/
DRenderArea.h10 class DisplayDevice; variable
DSurfaceFlingerFactory.h36 class DisplayDevice; variable
DLayer.h62 class DisplayDevice; variable
555 virtual bool needsFiltering(const DisplayDevice*) const { return false; } in needsFiltering()
565 virtual bool needsFilteringForScreenshots(const DisplayDevice*, const ui::Transform&) const { in needsFilteringForScreenshots()
632 virtual bool onPostComposition(const DisplayDevice*, in onPostComposition()
DDisplayDevice.cpp57 DisplayDevice::DisplayDevice(DisplayDeviceCreationArgs& args) in DisplayDevice() function in android::DisplayDevice