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

  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 59 DISPLAY_PRIMARY = HWC_DISPLAY_PRIMARY,
EventThread.cpp 283 mVSyncEvent[0].header.id = DisplayDevice::DISPLAY_PRIMARY;
333 mVSyncEvent[DisplayDevice::DISPLAY_PRIMARY].vsync.count);
DisplayDevice.cpp 116 case DISPLAY_PRIMARY:
238 mType == DisplayDevice::DISPLAY_PRIMARY) {
SurfaceFlinger.h 113 return getDisplayDevice(mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY]);
164 bool isMainDisplay() const { return type == DisplayDevice::DISPLAY_PRIMARY; }
SurfaceFlinger.cpp 576 if (mHwc->isConnected(i) || type==DisplayDevice::DISPLAY_PRIMARY) {
588 if (i > DisplayDevice::DISPLAY_PRIMARY) {
692 if (type == DisplayDevice::DISPLAY_PRIMARY) {
    [all...]

Completed in 1313 milliseconds