Home
last modified time | relevance | path

Searched refs:getDefaultDisplayDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp601 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in init()
709 sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in getDisplayInfo()
980 const sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in postComposition()
1140 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in postFramebuffer()
1149 getDefaultDisplayDevice()->makeCurrent(mEGLDisplay, mEGLContext); in postFramebuffer()
1173 uint32_t flipCount = getDefaultDisplayDevice()->getPageFlipCount(); in postFramebuffer()
1257 const sp<const DisplayDevice> defaultDisplay(getDefaultDisplayDevice()); in handleTransactionLocked()
1424 disp = getDefaultDisplayDevice(); in handleTransactionLocked()
2180 onScreenAcquired(getDefaultDisplayDevice()); in onInitializeDisplays()
2526 sp<const DisplayDevice> hw(getDefaultDisplayDevice()); in dumpAllLocked()
[all …]
DSurfaceFlinger.h112 sp<const DisplayDevice> getDefaultDisplayDevice() const { in getDefaultDisplayDevice() function
DLayer.cpp130 const sp<const DisplayDevice> hw(mFlinger->getDefaultDisplayDevice()); in onFirstRef()