Searched defs:graphicPlane (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/surfaceflinger/
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...]

Completed in 42 milliseconds