Searched refs:getDisplayType (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 667 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 …]
|
D | SurfaceFlinger_hwc1.cpp | 581 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 …]
|
D | DisplayDevice.h | 140 int32_t getDisplayType() const { return mType; } in getDisplayType() function
|
D | SurfaceFlinger.h | 380 int32_t getDisplayType(const sp<IBinder>& display) { in getDisplayType() function
|