Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1057 bool isInternalDisplay = false; in getDisplayColorModes() local
1067 isInternalDisplay = displayId == getInternalDisplayIdLocked(); in getDisplayColorModes()
1075 if (isInternalDisplay && !hasWideColorDisplay) { in getDisplayColorModes()
2576 const bool isInternalDisplay = displayId && displayId == getInternalDisplayIdLocked(); in setupNewDisplayDeviceInternal() local
2577 creationArgs.isPrimary = isInternalDisplay; in setupNewDisplayDeviceInternal()
2610 isInternalDisplay ? primaryDisplayOrientation : DisplayState::eOrientationDefault; in setupNewDisplayDeviceInternal()