Searched refs:getDisplayDeviceLocked (Results 1 - 3 of 3) sorted by path

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp974 sp<const DisplayDevice> displayDevice(getDisplayDeviceLocked(display));
1975 sp<DisplayDevice> hw(getDisplayDeviceLocked(draw.keyAt(i)));
1995 sp<DisplayDevice> hw(getDisplayDeviceLocked(display));
2005 const sp<DisplayDevice> disp(getDisplayDeviceLocked(display));
3730 return getDisplayDeviceLocked(dpy)->getVisibleLayersSortedByZ();
4151 sp<const DisplayDevice> hw(flinger->getDisplayDeviceLocked(display));
H A DSurfaceFlinger.h448 return getDisplayDeviceLocked(dpy);
453 return getDisplayDeviceLocked(dpy);
457 sp<const DisplayDevice> getDisplayDeviceLocked(const wp<IBinder>& dpy) const { function in class:android::SurfaceFlinger
462 sp<DisplayDevice> getDisplayDeviceLocked(const wp<IBinder>& dpy) { function in class:android::SurfaceFlinger
467 return getDisplayDeviceLocked(mBuiltinDisplays[DisplayDevice::DISPLAY_PRIMARY]);
H A DSurfaceFlinger_hwc1.cpp1648 sp<DisplayDevice> hw(getDisplayDeviceLocked(draw.keyAt(i)));
1668 sp<DisplayDevice> hw(getDisplayDeviceLocked(display));
1678 const sp<DisplayDevice> disp(getDisplayDeviceLocked(display));
3337 return getDisplayDeviceLocked(dpy)->getVisibleLayersSortedByZ();
3752 sp<const DisplayDevice> hw(flinger->getDisplayDeviceLocked(display));

Completed in 85 milliseconds