Searched refs:DISPLAY_VIRTUAL (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp103 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
115 mPowerMode = (mType >= DisplayDevice::DISPLAY_VIRTUAL) ?
146 if (mHwcDisplayId >= DISPLAY_VIRTUAL)
240 (hwc.supportsFramebufferTarget() || mType >= DISPLAY_VIRTUAL))) {
279 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
H A DDisplayDevice.h62 DISPLAY_VIRTUAL = HWC_DISPLAY_VIRTUAL, enumerator in enum:android::DisplayDevice::DisplayType
H A DSurfaceFlinger.h166 bool isVirtualDisplay() const { return type >= DisplayDevice::DISPLAY_VIRTUAL; }
H A DSurfaceFlinger.cpp230 DisplayDeviceState info(DisplayDevice::DISPLAY_VIRTUAL);
667 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {
1032 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,
2378 } else if (hw->getDisplayType() >= DisplayDevice::DISPLAY_VIRTUAL) {

Completed in 295 milliseconds