Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp667 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), in setActiveConfigInternal()
669 int32_t type = hw->getDisplayType(); in setActiveConfigInternal()
673 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode); in setActiveConfigInternal()
707 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) { in setActiveConfig()
759 ALOGD("Set active color mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), in setActiveColorModeInternal()
761 int32_t type = hw->getDisplayType(); in setActiveColorModeInternal()
765 ALOGD("Screen type=%d is already in color mode=%d", hw->getDisplayType(), mode); in setActiveColorModeInternal()
802 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) { in setActiveColorMode()
1285 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL, in setUpHWComposer()
2104 if (displayDevice->getDisplayType() != DisplayDevice::DISPLAY_PRIMARY) { in doComposeSurfaces()
[all …]
DSurfaceFlinger_hwc1.cpp581 int32_t type = getDisplayType(display); in getDisplayConfigs()
691 ALOGD("Set active config mode=%d, type=%d flinger=%p", mode, hw->getDisplayType(), in setActiveConfigInternal()
693 int32_t type = hw->getDisplayType(); in setActiveConfigInternal()
697 ALOGD("Screen type=%d is already mode=%d", hw->getDisplayType(), mode); in setActiveConfigInternal()
730 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) { in setActiveConfig()
750 int32_t type = getDisplayType(display); in getDisplayColorModes()
767 int32_t type = getDisplayType(display); in getActiveColorMode()
779 int32_t type = getDisplayType(display); in setActiveColorMode()
1185 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL, in setUpHWComposer()
2024 if (hw->getDisplayType() != DisplayDevice::DISPLAY_PRIMARY) { in doComposeSurfaces()
[all …]
DDisplayDevice.h140 int32_t getDisplayType() const { return mType; } in getDisplayType() function
DSurfaceFlinger.h380 int32_t getDisplayType(const sp<IBinder>& display) { in getDisplayType() function