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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h115 return getDisplayDevice(mDefaultDisplays[DisplayDevice::DISPLAY_PRIMARY]);
332 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const { function in class:android::SurfaceFlinger
337 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { function in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp1133 const sp<DisplayDevice> disp(getDisplayDevice(display));
2082 const sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay));
2105 const sp<DisplayDevice> hw(mFlinger.getDisplayDevice(mDisplay));
2393 return getDisplayDevice( getBuiltInDisplay(disp) )->getVisibleLayersSortedByZ();
2619 sp<const DisplayDevice> hw(getDisplayDevice(display));

Completed in 43 milliseconds