Home
last modified time | relevance | path

Searched refs:PhysicalDisplays (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Display/
DPhysicalDisplay.h69 using PhysicalDisplays = ui::PhysicalDisplayMap<PhysicalDisplayId, PhysicalDisplay>; variable
72 constexpr auto getPhysicalDisplay(const PhysicalDisplays& displays) { in getPhysicalDisplay()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp193 using display::PhysicalDisplays;
703 .transform(&ftl::to_key<PhysicalDisplays>); in getPhysicalDisplayIdLocked()
1265 .transform(&ftl::to_mapped_ref<PhysicalDisplays>) in getDynamicDisplayInfoFromToken()
1380 .transform(&ftl::to_mapped_ref<PhysicalDisplays>) in setActiveModeFromBackdoor()
1584 .transform(&ftl::to_mapped_ref<PhysicalDisplays>); in getDisplayNativePrimaries()
1607 .transform(&ftl::to_mapped_ref<PhysicalDisplays>) in setActiveColorMode()
1688 .transform(&ftl::to_mapped_ref<PhysicalDisplays>) in setBootDisplayMode()
DSurfaceFlinger.h1339 display::PhysicalDisplays mPhysicalDisplays GUARDED_BY(mStateLock);