Searched refs:DISPLAY_PRIMARY (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h60 DISPLAY_PRIMARY = HWC_DISPLAY_PRIMARY, enumerator in enum:android::DisplayDevice::DisplayType
H A DEventThread.cpp322 mVSyncEvent[0].header.id = DisplayDevice::DISPLAY_PRIMARY;
371 mVSyncEvent[DisplayDevice::DISPLAY_PRIMARY].vsync.count);
H A DDisplayDevice.cpp132 case DISPLAY_PRIMARY:
251 mType == DisplayDevice::DISPLAY_PRIMARY) {
H A DSurfaceFlinger.h114 return getDisplayDevice(mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY]);
167 bool isMainDisplay() const { return type == DisplayDevice::DISPLAY_PRIMARY; }
H A DSurfaceFlinger.cpp463 if (mHwc->isConnected(i) || type==DisplayDevice::DISPLAY_PRIMARY) {
481 if (i > DisplayDevice::DISPLAY_PRIMARY) {
600 if (type == DisplayDevice::DISPLAY_PRIMARY) {
1938 if (hw->getDisplayType() != DisplayDevice::DISPLAY_PRIMARY) {
2379 d.token = mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY];
2429 if (type == DisplayDevice::DISPLAY_PRIMARY) {
2439 if (type == DisplayDevice::DISPLAY_PRIMARY) {
2823 dpy = getBuiltInDisplay(DisplayDevice::DISPLAY_PRIMARY);

Completed in 82 milliseconds