Home
last modified time | relevance | path

Searched defs:Display (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DCompositionEngine.h35 class Display; variable
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DRenderSurface.h36 class Display; variable
DDisplayColorProfile.h30 class Display; variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp301 Error HidlComposer::executeCommands(Display) { in executeCommands() argument
515 Error HidlComposer::hasDisplayIdleTimerCapability(Display, bool*) { in hasDisplayIdleTimerCapability() argument
1346 Error HidlComposer::setBootDisplayConfig(Display /*displayId*/, Config) { in setBootDisplayConfig() argument
1350 Error HidlComposer::clearBootDisplayConfig(Display /*displayId*/) { in clearBootDisplayConfig() argument
1354 Error HidlComposer::getPreferredBootDisplayConfig(Display /*displayId*/, Config*) { in getPreferredBootDisplayConfig() argument
1366 Error HidlComposer::setRefreshRateChangedCallbackDebugEnabled(Display, bool) { in setRefreshRateChangedCallbackDebugEnabled() argument
1385 Error HidlComposer::setLayerBrightness(Display, Layer, float) { in setLayerBrightness() argument
1389 Error HidlComposer::setLayerBlockingRegion(Display, Layer, in setLayerBlockingRegion() argument
1394 Error HidlComposer::getDisplayDecorationSupport( in getDisplayDecorationSupport() argument
1402 Error HidlComposer::setIdleTimerEnabled(Display, std::chrono::milliseconds) { in setIdleTimerEnabled() argument
[all …]
DHWC2.cpp76 Display::Display(android::Hwc2::Composer& composer, in Display() function in android::HWC2::impl::Display
DAidlComposerHal.cpp1357 V2_4::Error AidlComposer::setLayerGenericMetadata(Display, Layer, const std::string&, bool, in setLayerGenericMetadata() argument
/frameworks/base/services/core/java/com/android/server/display/layout/
DLayout.java274 public static class Display { class in Layout
318 private Display(@NonNull DisplayAddress address, int logicalDisplayId, boolean isEnabled, in Display() method in Layout.Display
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DSideFpsController.kt389 private fun Display.asSideFpsAnimation(yAligned: Boolean, rotationFromDefault: Int): Int = in topClass() method
396 private fun Display.asSideFpsAnimationRotation(yAligned: Boolean, rotationFromDefault: Int): Float = in asSideFpsAnimationRotation() method
406 private fun Display.isNaturalOrientation(): Boolean = in SensorLocationInternal() method
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp201 using Display = DisplayTestCommon::PartialMockDisplay; typedef
228 using Display = DisplayTestCommon::FullImplDisplay; typedef
263 using Display = DisplayTestCommon::FullImplDisplay; typedef
1033 class Display : public impl::Display { class
/frameworks/base/core/java/android/view/
DDisplay.java86 public final class Display { class
587 public Display(DisplayManagerGlobal global, int displayId, /*@NotNull*/ DisplayInfo displayInfo, in Display() method in Display
599 public Display(DisplayManagerGlobal global, int displayId, /*@NotNull*/ DisplayInfo displayInfo, in Display() method in Display
604 private Display(DisplayManagerGlobal global, int displayId, in Display() method in Display
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h67 class Display; variable
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_displayhardware_fuzzer.cpp50 using Display = hal::V2_1::Display; typedef
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetPowerModeInternalTest.cpp241 using Display = DisplayVariant; typedef
DCompositionTest.cpp1135 using Display = DisplayCase; typedef
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto309 message Display { message