Home
last modified time | relevance | path

Searched refs:getDisplayDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h114 return getDisplayDevice(mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY]); in getDefaultDisplayDevice()
348 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const { in getDisplayDevice() function
353 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { in getDisplayDevice() function
DSurfaceFlinger.cpp624 return getDisplayDevice(display)->getActiveConfig(); in getActiveConfig()
663 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setActiveConfig()
1278 sp<DisplayDevice> hw(getDisplayDevice(draw.keyAt(i))); in handleTransactionLocked()
1296 sp<DisplayDevice> hw(getDisplayDevice(display)); in handleTransactionLocked()
1306 const sp<DisplayDevice> disp(getDisplayDevice(display)); in handleTransactionLocked()
2299 setPowerModeInternal(getDisplayDevice(d.token), HWC_POWER_MODE_NORMAL); in onInitializeDisplays()
2374 sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay)); in setPowerMode()
2709 return getDisplayDevice(dpy)->getVisibleLayersSortedByZ(); in getLayerSortedByZForHwcDisplay()
3017 sp<const DisplayDevice> hw(getDisplayDevice(display)); in captureScreen()
3075 sp<const DisplayDevice> hw(flinger->getDisplayDevice(display)); in captureScreen()