HomeSort by relevance Sort by last modified time
    Searched refs:DISPLAY_VIRTUAL (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 89 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
111 mScreenAcquired = (mType >= DisplayDevice::DISPLAY_VIRTUAL);
141 if (mHwcDisplayId >= DISPLAY_VIRTUAL)
233 (hwc.supportsFramebufferTarget() || mType >= DISPLAY_VIRTUAL))) {
272 if (mType >= DisplayDevice::DISPLAY_VIRTUAL)
DisplayDevice.h 61 DISPLAY_VIRTUAL = HWC_DISPLAY_VIRTUAL,
SurfaceFlinger.h 165 bool isVirtualDisplay() const { return type >= DisplayDevice::DISPLAY_VIRTUAL; }
SurfaceFlinger.cpp 234 DisplayDeviceState info(DisplayDevice::DISPLAY_VIRTUAL);
    [all...]

Completed in 33 milliseconds