Searched refs:graphicPlane (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DLayerDim.cpp49 const DisplayHardware& hw(graphicPlane(0).displayHardware());
H A DLayerBase.cpp53 const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware());
69 const GraphicPlane& LayerBase::graphicPlane(int dpy) const function in class:android::LayerBase
71 return mFlinger->graphicPlane(dpy);
74 GraphicPlane& LayerBase::graphicPlane(int dpy) function in class:android::LayerBase
76 return mFlinger->graphicPlane(dpy);
231 const DisplayHardware& hw(graphicPlane(0).displayHardware());
290 const DisplayHardware& hw(graphicPlane(0).displayHardware());
377 const DisplayHardware& hw(graphicPlane(0).displayHardware());
387 const DisplayHardware& hw(graphicPlane(0).displayHardware());
414 const DisplayHardware& hw(graphicPlane(
[all...]
H A DSurfaceFlinger.cpp158 const GraphicPlane& SurfaceFlinger::graphicPlane(int dpy) const function in class:android::SurfaceFlinger
165 GraphicPlane& SurfaceFlinger::graphicPlane(int dpy) function in class:android::SurfaceFlinger
168 const_cast<SurfaceFlinger const *>(this)->graphicPlane(dpy));
222 GraphicPlane& plane(graphicPlane(dpy));
241 const GraphicPlane& plane(graphicPlane(dpy));
427 const DisplayHardware& hw(graphicPlane(0).displayHardware());
458 const DisplayHardware& hw(graphicPlane(0).displayHardware());
470 const DisplayHardware& hw = graphicPlane(0).displayHardware();
546 GraphicPlane& plane(graphicPlane(dpy));
588 const GraphicPlane& plane(graphicPlane(
[all...]
H A DLayerBase.h227 const GraphicPlane& graphicPlane(int dpy) const;
228 GraphicPlane& graphicPlane(int dpy);
H A DLayerScreenshot.cpp115 const DisplayHardware& hw(graphicPlane(0).displayHardware());
H A DSurfaceFlinger.h282 const GraphicPlane& graphicPlane(int dpy) const;
283 GraphicPlane& graphicPlane(int dpy);
H A DLayer.cpp147 const DisplayHardware& hw(graphicPlane(0).displayHardware());

Completed in 59 milliseconds