Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1042 bool isInternalDisplay = false; in getDisplayColorModes() local
1052 isInternalDisplay = displayId == getInternalDisplayIdLocked(); in getDisplayColorModes()
1060 if (isInternalDisplay && !hasWideColorDisplay) { in getDisplayColorModes()
2612 const bool isInternalDisplay = displayId && displayId == getInternalDisplayIdLocked(); in setupNewDisplayDeviceInternal() local
2613 creationArgs.isPrimary = isInternalDisplay; in setupNewDisplayDeviceInternal()
2646 isInternalDisplay ? primaryDisplayOrientation : DisplayState::eOrientationDefault; in setupNewDisplayDeviceInternal()