Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayRenderArea.h26 class DisplayDevice; variable
H A DLayerRenderArea.h29 class DisplayDevice; variable
H A DRenderArea.h10 class DisplayDevice; variable
H A DSurfaceFlingerFactory.h38 class DisplayDevice; variable
H A DLayer.h69 class DisplayDevice; variable
512 virtual bool needsFiltering(const DisplayDevice*) const { return false; } in needsFiltering()
523 virtual bool needsFilteringForScreenshots(const DisplayDevice*, const ui::Transform&) const { in needsFilteringForScreenshots()
541 virtual bool onPostComposition(const DisplayDevice*, in onPostComposition()
H A DDisplayDevice.cpp64 DisplayDevice::DisplayDevice(DisplayDeviceCreationArgs& args) in DisplayDevice() function in android::DisplayDevice
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java39 abstract class DisplayDevice { class
62 public DisplayDevice(DisplayAdapter displayAdapter, IBinder displayToken, String uniqueId, in DisplayDevice() method in DisplayDevice