Searched refs:mDefaultDisplays (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h115 return getDisplayDevice(mDefaultDisplays[DisplayDevice::DISPLAY_PRIMARY]);
425 sp<IBinder> mDefaultDisplays[DisplayDevice::NUM_DISPLAY_TYPES]; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp199 return mDefaultDisplays[id];
485 mDefaultDisplays[i] = new BBinder();
486 wp<IBinder> token = mDefaultDisplays[i];
606 if (display == mDefaultDisplays[i]) {
749 mCurrentState.displays.removeItem(mDefaultDisplays[type]);
752 mCurrentState.displays.add(mDefaultDisplays[type], info);
2005 d.token = mDefaultDisplays[DisplayDevice::DISPLAY_PRIMARY];

Completed in 98 milliseconds